On Sat, Jan 18, 2003 at 05:04:22AM -0500, Mike A. Harris wrote: > Program received signal SIGSEGV, Segmentation fault. > 0x400c4030 in XtPopdown () from /usr/X11R6/lib/libXt.so.6 > (gdb) bt > #0 0x400c4030 in XtPopdown () from /usr/X11R6/lib/libXt.so.6 > #1 0x0804a1b6 in ceil () > #2 0x400dbaea in _XtMatchAtom () from /usr/X11R6/lib/libXt.so.6 > #3 0x400dc028 in _XtMatchAtom () from /usr/X11R6/lib/libXt.so.6 > #4 0x400dc623 in _XtTranslateEvent () from /usr/X11R6/lib/libXt.so.6 > #5 0x400b4864 in XtDispatchEventToWidget () from /usr/X11R6/lib/libXt.so.6 > #6 0x400b5015 in _XtOnGrabList () from /usr/X11R6/lib/libXt.so.6 > #7 0x400b5423 in _XtOnGrabList () from /usr/X11R6/lib/libXt.so.6 > #8 0x400b555f in XtDispatchEvent () from /usr/X11R6/lib/libXt.so.6 > #9 0x400b5ab4 in XtAppMainLoop () from /usr/X11R6/lib/libXt.so.6 > #10 0x0804bae9 in ceil () > #11 0x420158d4 in __libc_start_main () from /lib/i686/libc.so.6 > > Anyone familiar with the Xt library source?
The first thing to do is get a backtrace with full symbols, it might just be some obvious thing. But in any case you could tell what line the crash was on. Havoc _______________________________________________ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel
