sord package broken #51

Closed
opened 2021-10-27 16:31:35 +02:00 by openglfreak · 4 comments

Various applications that use the sord package fail with the following error:

../src/zix/btree.c:814: zix_btree_get: Assertion `frame->node' failed.
[1]    107508 IOT instruction (core dumped)

Installing the official package makes them work again.

Various applications that use the `sord` package fail with the following error: ``` ../src/zix/btree.c:814: zix_btree_get: Assertion `frame->node' failed. [1] 107508 IOT instruction (core dumped) ``` Installing the official package makes them work again.
Author

Examples are Audacity and Ardour.

Examples are Audacity and Ardour.
Owner

Hi @openglfreak,

I can reproduce that. Going to blacklist sord for now until we figure out whats going on. Probably an -O3 related problem.

Need to wait for that currently running electron build to finish.

Hi @openglfreak, I can reproduce that. Going to blacklist `sord` for now until we figure out whats going on. Probably an `-O3` related problem. Need to wait for that currently running electron build to finish.
anonfunc added the
bug
label 2021-10-27 16:58:34 +02:00
Owner

Should be skipped now. Can you confirm things are working again?

Should be skipped now. Can you confirm things are working again?
Author

Yep, everything works again, thanks!

Yep, everything works again, thanks!
Sign in to join this conversation.
No description provided.