[Bug 279901] glibc-2.39-2 and above on the host segfault

2024-07-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279901 --- Comment #7 from Kyle Evans --- (In reply to jordy from comment #3) > It's kind of difficult to debug as gdb will also crash when the latest glibc > is installed. The other user of the arch forum made some backtraces of some > applica

[Bug 279901] glibc-2.39-2 and above on the host segfault

2024-07-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279901 --- Comment #8 from Konstantin Belousov --- (In reply to Kyle Evans from comment #7) Most likely noit, unfortunately. The downgrade of libc would cause wrong code to be disassembled, because text is not dumped normally. Is there a way to

[Bug 279901] glibc-2.39-2 and above on the host segfault

2024-07-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279901 --- Comment #9 from Kyle Evans --- (In reply to Konstantin Belousov from comment #8) One could `add-symbol-file` in a saved off copy of the broken shlib at the expected offset and get expected disassembly, perhaps? Not as easy as written b

[Bug 279901] glibc-2.39-2 and above on the host segfault

2024-07-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279901 --- Comment #10 from Konstantin Belousov --- Perhaps LD_LIBRARY_PATH to force the crashing binary to use crashing libc is the easiest. -- You are receiving this mail because: You are the assignee for the bug.