abrt 1.1.1 detected a crash. architecture: i686 Attached file: backtrace cmdline: /usr/bin/gdb --annotate=3 /usr/lib/firefox-3.5/firefox component: gdb crash_function: raise executable: /usr/bin/gdb global_uuid: 2b19bca032f013685aaff511f969a50771a0f997 kernel: 2.6.32.16-150.fc12.i686.PAE package: gdb-7.0.1-49.fc12 rating: 4 reason: Process /usr/bin/gdb was killed by signal 6 (SIGABRT) release: Fedora release 12 (Constantine) How to reproduce ----- I was busy debugging firefox through a gdbserver that I am busy integrating in valgrind. When I exited the firefox process running under valgrind, gdb sees that the connection is lost (the debugging is started using target remote | vgdb when vgdb is a relay application with valgrind. gdb reports that the msg 'Remote connection closed' and then reported it aborted.
Created attachment 436653 [details] File: backtrace
Problem does not happen anymore with gdb 7.2 SVN. So, I guess it can be closed
OK, thanks. :-)