nikp123 / xava

X11 Audio Visualizer for ALSA
http://nikp123.github.io/xava
Other
134 stars 15 forks source link

malloc errror on running xava #30

Closed shivanshu-semwal closed 3 years ago

shivanshu-semwal commented 3 years ago

On running xava i get the following error

xava: malloc.c:2394: sysmalloc: Assertion `(old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' failed.
[1]    29899 abort (core dumped)  xava

xava version = xava 0.6.3.1 I used the default config file. I installed it from AUR given in the README https://aur.archlinux.org/packages/xava-git/

nikp123 commented 3 years ago

Thanks for reporting.

On a another note: I really need a unstable branch, because this happens quite often ngl

Note 2: I already fixed this in https://github.com/nikp123/xava/commit/0ee23eece4a11dd9a11eb166cc41e502bc508523, just forgot to push the update, my bad.

nikp123 commented 3 years ago

Please test and just reply letting me know if it works now.

shivanshu-semwal commented 3 years ago

Please test and just reply letting me know if it works now.

Thanks it works now.