Hi Renaud, here is the latest core dump from a RH 7.3 x86 box: $ gdb nessus corefile GNU gdb Red Hat Linux (5.1.90CVS-5) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-redhat-linux"... Core was generated by `nessus'. Program terminated with signal 6, Aborted. Reading symbols from /lib/i686/libc.so.6...done. Loaded symbols for /lib/i686/libc.so.6 Reading symbols from /usr/local/lib/libnessus.so.1...done. Loaded symbols for /usr/local/lib/libnessus.so.1 Reading symbols from /usr/local/lib/libhosts_gatherer.so.1...done. Loaded symbols for /usr/local/lib/libhosts_gatherer.so.1 Reading symbols from /usr/local/lib/libpcap-nessus.so.1...done. Loaded symbols for /usr/local/lib/libpcap-nessus.so.1 Reading symbols from /lib/libutil.so.1...done. Loaded symbols for /lib/libutil.so.1 Reading symbols from /lib/libnsl.so.1...done. Loaded symbols for /lib/libnsl.so.1 Reading symbols from /lib/libresolv.so.2...done. Loaded symbols for /lib/libresolv.so.2 Reading symbols from /lib/libdl.so.2...done. Loaded symbols for /lib/libdl.so.2 Reading symbols from /usr/lib/libgtk-1.2.so.0...done. Loaded symbols for /usr/lib/libgtk-1.2.so.0 Reading symbols from /usr/lib/libgdk-1.2.so.0...done. Loaded symbols for /usr/lib/libgdk-1.2.so.0 Reading symbols from /usr/lib/libgmodule-1.2.so.0...done. Loaded symbols for /usr/lib/libgmodule-1.2.so.0 Reading symbols from /usr/lib/libglib-1.2.so.0...done. Loaded symbols for /usr/lib/libglib-1.2.so.0 Reading symbols from /usr/X11R6/lib/libXi.so.6...done. Loaded symbols for /usr/X11R6/lib/libXi.so.6 Reading symbols from /usr/X11R6/lib/libXext.so.6...done. Loaded symbols for /usr/X11R6/lib/libXext.so.6 ---Type <return> to continue, or q <return> to quit--- Reading symbols from /usr/X11R6/lib/libX11.so.6...done. Loaded symbols for /usr/X11R6/lib/libX11.so.6 Reading symbols from /lib/i686/libm.so.6...done. Loaded symbols for /lib/i686/libm.so.6 Reading symbols from /lib/ld-linux.so.2...done. Loaded symbols for /lib/ld-linux.so.2 Reading symbols from /usr/X11R6/lib/X11/locale/common/xlcDef.so.2...done. Loaded symbols for /usr/X11R6/lib/X11/locale/common/xlcDef.so.2 Reading symbols from /usr/X11R6/lib/X11/locale/common/ximcp.so.2...done. Loaded symbols for /usr/X11R6/lib/X11/locale/common/ximcp.so.2 Reading symbols from /lib/libnss_files.so.2...done. Loaded symbols for /lib/libnss_files.so.2 Reading symbols from /usr/lib/gtk/themes/engines/libraleigh.so...done. Loaded symbols for /usr/lib/gtk/themes/engines/libraleigh.so #0 0x42029241 in kill () from /lib/i686/libc.so.6 (gdb) bt #0 0x42029241 in kill () from /lib/i686/libc.so.6 #1 0x4202902a in raise () from /lib/i686/libc.so.6 #2 0x4202a7d2 in abort () from /lib/i686/libc.so.6 #3 0x4020d09c in g_logv () from /usr/lib/libglib-1.2.so.0 #4 0x4020d147 in g_log () from /usr/lib/libglib-1.2.so.0 #5 0x401e9c48 in gdk_window_internal_destroy () from /usr/lib/libgdk-1.2.so.0 #6 0x401e9d15 in gdk_window_destroy_notify () from /usr/lib/libgdk-1.2.so.0 #7 0x401d86ac in gdk_event_translate () from /usr/lib/libgdk-1.2.so.0 #8 0x401d8b10 in gdk_events_queue () from /usr/lib/libgdk-1.2.so.0 #9 0x401d8d4d in gdk_event_dispatch () from /usr/lib/libgdk-1.2.so.0 #10 0x4020a773 in g_main_dispatch () from /usr/lib/libglib-1.2.so.0 #11 0x4020ad39 in g_main_iterate () from /usr/lib/libglib-1.2.so.0 #12 0x4020aeec in g_main_run () from /usr/lib/libglib-1.2.so.0 #13 0x401272e3 in gtk_main () from /usr/lib/libgtk-1.2.so.0 #14 0x0809e05a in main (argc=1, argv=0xbffff8b4) at nessus.c:1250 #15 0x42017499 in __libc_start_main () from /lib/i686/libc.so.6
Thanks for the help! -Marty -----Original Message----- From: Renaud Deraison [mailto:[EMAIL PROTECTED]] Sent: Monday, July 29, 2002 3:00 PM To: [EMAIL PROTECTED] Subject: Re: Gdk error...core dump :-( On Mon, Jul 29, 2002 at 12:37:52PM -0700, Bowers Martin-r1aajq wrote: > Hi everyone, I have been using Nessus prior to 1.2.3 for quite some time, and >finally upgraded recently. Since the upgrade, I have been unable to complete a full >scan since I always get the following error sooner or later: > > Gdk-WARNING **: GdkWindow 0x24fc633 unexpectedly destroyed > > Gdk-ERROR **: called gdk_window_destroy on a pixmap (use gdk_pixmap_unref) > aborting... > > [1] Abort nessus (core dumped) Do: gdb nessus /path/to/the/core gdb> bt and send me the output. -- Renaud - [EMAIL PROTECTED]: general discussions about Nessus. * To unsubscribe, send a mail to [EMAIL PROTECTED] with "unsubscribe nessus" in the body. - [EMAIL PROTECTED]: general discussions about Nessus. * To unsubscribe, send a mail to [EMAIL PROTECTED] with "unsubscribe nessus" in the body.
