Steve Youngs <youngs(a)xemacs.org> wrote:
(eicq-gdb) bt
#0 0x403a6361 in __kill () at __kill:-1
#1 0x080df367 in fatal_error_signal (sig=11) at emacs.c:3440
#2 <signal handler called>
#3 0x08283d1a in x_find_frame_for_window (d=0x0, wdesc=33554972) at frame-x.c:153
Clearly, the segfault is due to the NULL d parameter, but ...
#4 0x08283dfc in x_any_widget_or_parent_to_frame (d=0x8683fa8,
widget=0x86b10a0) at frame-x.c:192
... if you look at the code, x_any_widget_or_parent_to_frame simply
passes its d parameter down to x_find_frame_for_window, so that NULL d
parameter should have contained 0x8683fa8!
Does it go away if you recompile frame-x.c without optimization?
--
Jerry James
http://www.ittc.ku.edu/~james/