here's another... looks similar to the others... environment as in:
http://www.xemacs.org/list-archives/xemacs-beta/200003/msg00021.html
results of debug_backtrace() included after the C stack, but I'm not
sure it's useful...
Program received signal SIGSEGV, Segmentation fault.
GetToken () at Shell.c:3256
3256 Shell.c: No such file or directory.
(gdb) where
#0 GetToken () at Shell.c:3256
#1 0x1026deb8 in x_map_subwindow (p=0x10b7d800, x=0, y=0, dga=0x7fff1dd8)
at glyphs-x.c:2153
#2 0x1016e44c in map_subwindow (subwindow=280483840, x=0, y=0, dga=0x7fff1dd8)
at glyphs.c:4466
#3 0x10202bc8 in redisplay_output_subwindow (w=0x10b5cc00,
image_instance=280483840, db=0x7fff1e90, dga=0x7fff1ea0, findex=12,
cursor_start=0, cursor_width=0, cursor_height=0) at redisplay-output.c:1255
#4 0x10278554 in x_output_display_block (w=0x10b5cc00, dl=0x109a7400,
block=0, start=0, end=1, start_pixpos=0, cursor_start=0, cursor_width=0,
cursor_height=0) at redisplay-x.c:483
#5 0x102026ec in redisplay_output_display_block (w=0x10b5cc00, dl=0x109a7400,
block=0, start=0, end=1, start_pixpos=0, cursor_start=0, cursor_width=0,
cursor_height=0) at redisplay-output.c:1138
#6 0x102011e0 in output_display_line (w=0x10b5cc00, cdla=0x10ae4080,
ddla=0x10ae4dc0, line=0, force_start=-1, force_end=-1)
at redisplay-output.c:798
#7 0x1018e038 in output_gutter (f=0x10a4ec00, pos=TOP_GUTTER, force=1)
at gutter.c:314
#8 0x1018fa60 in redraw_exposed_gutter (f=0x10a4ec00, pos=TOP_GUTTER, x=0,
y=0, width=590, height=665) at gutter.c:568
#9 0x1018fbc0 in redraw_exposed_gutters (f=0x10a4ec00, x=0, y=0, width=590,
height=665) at gutter.c:579
#10 0x1027d190 in x_redraw_exposed_area (f=0x10a4ec00, x=0, y=0, width=590,
height=665) at redisplay-x.c:1795
#11 0x1025a43c in emacs_Xt_handle_magic_event (emacs_event=0x10b531d4)
at event-Xt.c:1770
#12 0x10103178 in event_stream_handle_magic_event (event=0x10b531d4)
at event-stream.c:527
#13 0x10109e24 in execute_internal_event (event=280310228)
at event-stream.c:3041
#14 0x1010d044 in Fdispatch_event (event=280310228) at event-stream.c:4208
#15 0x100768d8 in Fcommand_loop_1 () at cmdloop.c:575
#16 0x1007653c in command_loop_1 (dummy=272336900) at cmdloop.c:490
#17 0x100acf94 in condition_case_1 (handlers=272336996,
bfun=0x100764ec <command_loop_1>, barg=272336900,
hfun=0x100758b0 <cmd_error>, harg=272336900) at eval.c:1644
#18 0x10075ad8 in command_loop_3 () at cmdloop.c:252
#19 0x10075b48 in command_loop_2 (dummy=272336900) at cmdloop.c:263
---Type <return> to continue, or q <return> to quit---
#20 0x100ac818 in internal_catch (tag=272412644,
func=0x10075b14 <command_loop_2>, arg=272336900, threw=0x0) at eval.c:1310
#21 0x10075e80 in initial_command_loop (load_me=272336900) at cmdloop.c:301
#22 0x100a5344 in xemacs_21_2_b31_mips_sgi_irix6_5 (argc=1, argv=0x7fff2e34,
envp=0x7fff2e3c, restart=0) at emacs.c:1872
#23 0x100a6678 in main (argc=1, argv=0x7fff2e34, envp=0x7fff2e3c)
at emacs.c:2291
(gdb) ldb
Undefined command: "ldb". Try "help".
(gdb) lbt
(gdb) cont
Continuing.
Program received signal SIGSEGV, Segmentation fault.
GetToken () at Shell.c:3256
3256 in Shell.c
(gdb) lbt
(gdb) cont
Continuing.
Program received signal SIGSEGV, Segmentation fault.
GetToken () at Shell.c:3256
3256 in Shell.c
(gdb) cont
Continuing.
Program received signal SIGSEGV, Segmentation fault.
kill () at engine.c:648
648 engine.c: No such file or directory.
(gdb) lbt
Program received signal SIGSEGV, Segmentation fault.
0x101d5a3c in debug_backtrace () at print.c:1668
1668 int old_print_readably = print_readably;
The program being debugged stopped while in a function called from GDB.
When the function (debug_backtrace) is done executing, GDB will silently
stop (instead of continuing to evaluate the expression containing
the function call).
(gdb) cont
Continuing.
Program received signal SIGSEGV, Segmentation fault.
0x101d5a3c in debug_backtrace () at print.c:1668
1668 int old_print_readably = print_readably;
(gdb) lbt
(gdb) cont
Continuing.
Program received signal SIGSEGV, Segmentation fault.
0x101d5a3c in debug_backtrace () at print.c:1668
1668 int old_print_readably = print_readably;
(gdb) cont
Continuing.
Program terminated with signal SIGSEGV, Segmentation fault.
--
John A. Turner, Senior Research Associate
Blue Sky Studios, One South Rd, Harrison, NY 10528
http://www.blueskystudios.com/ (914) 825-8319