Hi all,
just a short heads-up for the ones that develop under Ubuntu 22.04:
When running the LilyPond binary under gdb, I hit a segfault during
Guile bootup
(GC initialisation, to be more precise). This is an issue with the bdwgc
version that Ubuntu 22.04 ships (8.0.6)
and was fixed in the meantime:
https://github.com/ivmai/bdwgc/issues/409
https://github.com/ivmai/bdwgc/commit/c9b3ca8fab74673b8cf5d89cf6d2b5a4375c0732

So, just in case you encounter this, don't worry,
set
handle SIGSEGV pass nostop
during initialization and go on.

Happy debugging!
Michael





Reply via email to