-
Notifications
You must be signed in to change notification settings - Fork 475
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
Segmentation fault in sound
and temperature
#1786
Comments
Can you try #401 (comment)? |
worked before with this?> |
@MaxVerevkin that works! @ammgws yes never was a problem |
Ohh i just remembered another thing i changed. I switched from void's And they apply patches to And |
Guess I'll put a note on this into the install docs |
After updating to current master (
i3status-rs 0.30.2 (commit 76e19f29 2023-02-22)
) and fixing up my config, i got:sometimes also:
Minimal configs to reproduce:
and
both create the segfault, most other blocks don't.
This happens both when compiling in
debug
and inrelease
mode.I attached the LLVM debugger and got this stack trace (
sound
block config):https://gist.github.com/GladOSkar/3352afe39d26f052d4ba6610a369a5a9#file-i3status-rs_segfault-L139
(Segfault in Thread 3, Line 139 ff.)
Looks like a read from
0x0
. Going further is a bit beyond me, especially with all that threading and stuff, help would be appreciated.My system:
Linux [...] 6.1.12_1 #1 SMP PREEMPT_DYNAMIC [...] x86_64 GNU/Linux
1.67.1 (d5a82bbd2 2023-02-07)
1.67.1 (8ecd4f20a 2023-01-10)
The text was updated successfully, but these errors were encountered: