[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Segfault while running under gdb
From: |
Michael Käppler |
Subject: |
Segfault while running under gdb |
Date: |
Fri, 5 Jul 2024 11:51:56 +0200 |
User-agent: |
Mozilla Thunderbird |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Segfault while running under gdb,
Michael Käppler <=