-
Notifications
You must be signed in to change notification settings - Fork 50
Random frequent crashes : malloc(): mismatching next->prev_size (unsorted) #210
Comments
I had the same error. Yabar uses a lot of cpu and crashes with: malloc(): mismatching next->prev_size (unsorted)
[1] 2622 abort (core dumped) yabar I tried disabling blocks and I noticed that the error disappear when I disable the volume block: volume:{
exec: "YABAR_VOLUME";
align: "right";
type: "persist";
interval: 0.5;
internal-option1 : "default Master 0";
internal-option3 : " ";
internal-suffix: "%";
underline-color-rgb:0xF51818;
command-button1: "pavucontrol || alsamixer";
command-button4: "pactl set-sink-volume 1 +5%";
command-button5: "pactl set-sink-volume 1 -5%";
}; and i tried changing |
It appears to me that the crash occurs every time the current minute changes. This is my block configuration:
|
Is there a fix for this yet? I just found this issue but have been having it for a while. Here is what I see when Yabar crashes:
Here is my dotfile (hasn't changed in a long time), I made sure I don't have any decimals in my intervals as @jmvalenciz replied above: https://github.com/jland13/Dotfiles/blob/master/yabar/yabar.conf |
I don't know if this helps anyone, but I get the same error from time to time running on Void Linux. I used GDB and got this backtrace.
|
I have the same issue. Frequently crashes with:
its libs:
This makes it unusable to me. I would help debugging the cause. |
Multiple times per hour my yabar crashes :
The text was updated successfully, but these errors were encountered: