Hrvoje Niksic <hniksic(a)iskon.hr> writes:
#0 0x402ae621 in kill () from /lib/libc.so.6
#1 0x8092eda in fatal_error_signal (sig=11)
at /home/hniksic/work/emacs/xemacs-20-hack/src/emacs.c:272
#2 0x402ae558 in sigaction () from /lib/libc.so.6
#3 0x814ec27 in output_gutter (f=0x85d0148, pos=TOP_GUTTER)
at /home/hniksic/work/emacs/xemacs-20-hack/src/gutter.c:227
For me the trace is slightly different
Program received signal SIGSEGV, Segmentation fault.
0x80ad1fd in get_builtin_face_cache_index (w=0x843dc30, face=136300248)
at /scratch/vroonhof/xemacs/src/faces.c:1335
1335 for (elt = 0; elt < Dynarr_length (w->face_cachels); elt++)
(gdb) where
#0 0x80ad1fd in get_builtin_face_cache_index (w=0x843dc30, face=136300248)
at /scratch/vroonhof/xemacs/src/faces.c:1335
#1 0x80d6153 in output_gutter (f=0x844ef28, pos=TOP_GUTTER)
at /scratch/vroonhof/xemacs/src/gutter.c:227
#2 0x80d65c9 in update_frame_gutters (f=0x844ef28)
(gdb) print *w
$3 = {header = {lheader = {type = 26, mark = 0, c_readonly = 0,
lisp_readonly = 0}, next = 0x84537c0, uid = 9505, free = 0},
frame = 138735400, mini_p = 136074004, next = 136074004, prev = 136074004,
[...]
136322324, 136322348, 136322372}, last_facechange = {3, 3, 1},
face_cachels = 0x0, glyph_cachels = 0x0,
/|\
|
Jan