Closed alex-tee closed 4 years ago
the same happens with B.Jumblr. however, B.SEQuencer and B.Shapr work
Thanks for your info. I haven't checked the plugin with zrythm, yet.
No idea about the reason. The segfault came from a relatively harmless line (309: lv2_atom_forge_frame_time(&forge, 0);
Hi Alex, I can reproduce the bug. Backtrace with -g :
`Thread 1 "zrythm" received signal SIGSEGV, Segmentation fault. 0x00007fffc8c277e1 in lv2_atom_forge_raw (forge=0x555556317290, data=0x7ffffffe90a0, size=8) at /usr/lib/lv2/atom.lv2/forge.h:308 308 lv2_atom_forge_deref(forge, f->ref)->size += size; (gdb) bt
at /usr/lib/lv2/atom.lv2/forge.h:308
at /usr/lib/lv2/atom.lv2/forge.h:326
at src/BChoppr.cpp:309
---Type
at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
---Type
at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
at /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
`
... and the same happens with B.Slizr
Just found and fixed the cause of the problem. Uninitialized buffer if GUI just switched on due to conditional call of lv2_atom_forge_set_buffer(). Silent bug in Carla, Ardour, jalv, and Qtracktor. Manifest bug in zrythm. Fixed in b6699edae0cfcffdcb9032f615d393fbfed59af5. New version 1.4.2 just published to enable use within zrythm.
B.Slizr and B.Jumblr will be fixed too.
nice! thanks, 1.4.2 works here too. closing the issue then
Hi,
BChoppr crashes when I try to run it in Zrythm:
It works in Ardour and jalv. any ideas what's the problem?