Hector, Yeah I know I am missing debugging-symbols, but I don't see where to get those :( I have the same version as you: 15.1-1
Strange, for some reason this was caused by a long running gdb session, which was hidden in a different terminal. After cleanly exiting it, it works now again. Sorry for the false alarm, please feel free to close as invalid. Sorry, Chris Hector Oron schrieb am Dienstag, den 20. August 2024: > Hello, > > On Tue, 20 Aug 2024 at 21:15, Christian Brabandt <[email protected]> wrote: > > > > Package: gdb > > Version: 15.1-1 > > Severity: important > > > > Hi, > > not sure what happened, but for about a week or so, gdb segfaults and I > > can no longer use it anymore. > > > > A simple gdb --version already segfaults: > > > > > > ,---- > > | ~$ gdb --version > > | Fatal signal: Segmentation fault > > | ----- Backtrace ----- > > | 0x558a88a597c6 ??? > > | 0x558a88b7b348 ??? > > | 0x558a88b7b520 ??? > > | 0x7fb26a45658f ??? > > | ./signal/../sysdeps/unix/sysv/linux/x86_64/libc_sigaction.c:0 > > | 0x7fb26b794e66 PyObject_GC_UnTrack > > | Modules/gcmodule.c:1702 > > | 0x7fb26b69e3db list_dealloc > > | Objects/listobject.c:317 > > | 0x7fb26ae05d57 ??? > > | 0x7fb26ae06929 ??? > > | 0x7fb26ae0b30c ??? > > | 0x7fb26addd673 ??? > > | 0x7fb26aee93b2 ??? > > | 0x7fb26aeeb142 ??? > > | 0x7fb26aeeb298 ??? > > | 0x558a88d13137 ??? > > | 0x558a88d1381a ??? > > | 0x558a88b82082 ??? > > | 0x558a88c5a76e ??? > > | 0x558a88c5bbee ??? > > | 0x558a889a5f49 ??? > > | 0x7fb26a440c89 __libc_start_call_main > > | ../sysdeps/nptl/libc_start_call_main.h:58 > > | 0x7fb26a440d44 __libc_start_main_impl > > | ../csu/libc-start.c:360 > > | 0x558a889b23f0 ??? > > | 0xffffffffffffffff ??? > > | --------------------- > > | A fatal error internal to GDB has been detected, further > > | debugging is not possible. GDB will now terminate. > > | > > | This is a bug, please report it. For instructions, see: > > | <https://www.gnu.org/software/gdb/bugs/>. > > `---- > > > > I already purged and re-installed, did not help. Any advise please? > > Your backtrace is missing symbols, so that's not very helpful. Which > gdb package do you have installed? gdb, gdb-multiarch or gdb-minimal? > > This is working fine for me: > > $ dpkg -l gdb > Desitjat=desconegUt/Instal·la/elimina(R)/Purga/retín(H) > | Estat=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend > |/ Err?=(none)/Reinst-required (Estat,Err: majúsc.=dolent) > ||/ Nom Versió Arquitectura Descripció > +++-==============-============-============-================================= > ii gdb 15.1-1 amd64 GNU Debugger > > $ gdb --version > GNU gdb (Debian 15.1-1) 15.1 > Copyright (C) 2024 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. Liebe Grüße Christian -- Wie viel Unsinn ist im Laufe der Zeit von Professoren gesagt worden! Warum sollen Studenten nicht auch einmal dummes Zeug reden. -- Alexander Mitscherlich

