-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
swhkd doesn't start: Os Error, Function not implemented #59
Comments
Hm this is quite the odd bug. |
@vainiovano Could this possibly have something to do with tokio? |
Probably, but I can't reproduce this. |
@loiccoyle Hi! try cloning the repo to some directory and then run |
I just did that and no crash! |
@vainiovano definitely a tokio bug then^ would you mind taking a look? |
@loiccoyle could you run the command with |
Since it's not a thread panic, meaning it's not a hard crash and probably a soft one introduced by one of the |
Since |
Oh! @loiccoyle can you try |
Here is the strace.
Yep fully up to date.
Same behaviour. |
@loiccoyle Does #62 fix this? |
Closed by mistake, @loiccoyle try a recompile from main and let us know. |
Yep it works ! Thanks! |
Sweet. |
Thank you @vainiovano <3 |
Version Information:
uname -a
):Linux FrameWork 5.16.11-arch1-1 #1 SMP PREEMPT Thu, 24 Feb 2022 02:18:20 +0000 x86_64 GNU/Linux
swhkd -V
)swhkd 1.0.0
Describe the bug:
I installed from the AUR (
swhkd-git
), when I try to run start the daemon I get the following error msg:Expected behavior:
The daemon to start succefully.
Actual behavior:
Daemon doesn't start and crashes.
To Reproduce:
I also tried installing straight from the github:
But the same crash happens.
The text was updated successfully, but these errors were encountered: