Rick Scott wrote:
> 
> The "X connection to :0.0 broken (explicit kill or server shutdown)." is normal
> if you "kill" an app instead of "close". Neither should segfault. If we are
> getting a fault, a backtrace with -sync should narrow it down rather quickly,
> if it is related to the recent changes....

=====================================================================

$ gdb xmgrace
GNU gdb 19991004
Copyright 1998 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"...
(gdb) break exit
Breakpoint 1 at 0x804d4cc
(gdb) run -sync
Starting program: /home/software/GRACE/grace/src/xmgrace -sync
Breakpoint 1 at 0x4041b112: file exit.c, line 40.
X connection to mapt11105:0.0 broken (explicit kill or server shutdown).

Breakpoint 1, exit (status=1) at exit.c:40
40      exit.c: No such file or directory.
(gdb) where
#0  exit (status=1) at exit.c:40
#1  0x402ab698 in _XDefaultIOError () from /usr/X11R6/lib/libX11.so.6
#2  0x402abef9 in _XIOError () from /usr/X11R6/lib/libX11.so.6
#3  0x402a992e in _XRead () from /usr/X11R6/lib/libX11.so.6
#4  0x402a935d in _XEventsQueued () from /usr/X11R6/lib/libX11.so.6
#5  0x4029d887 in XEventsQueued () from /usr/X11R6/lib/libX11.so.6
#6  0x40242e0c in FindInputs () from /usr/X11R6/lib/libXt.so.6
#7  0x40243386 in _XtWaitForSomething () from /usr/X11R6/lib/libXt.so.6
#8  0x402441a3 in XtAppNextEvent () from /usr/X11R6/lib/libXt.so.6
#9  0x4023a107 in XtAppMainLoop () from /usr/X11R6/lib/libXt.so.6
#10 0x80f100c in startup_gui () at xmgrace.c:1127
#11 0x804f765 in main (argc=1, argv=0xbffffbc4) at main.c:714
(gdb) 
===================================================================

Does this help?

Rob.

Reply via email to