[Bug: 21.5-b26] Fatal error: assertion failed, file menubar-x.c, line 579, ABORT()

Stephen J. Turnbull stephen at xemacs.org
Sat Apr 22 09:53:59 EDT 2006


>>>>> "Barry" == Barry Wandell <jwandell at cadence.com> writes:

    Barry> I'll save the corefile.

Good!

Please

  cd /usr1/jwandell/emacs/xemacs-21.5.26/src  ;; or wherever xemacs was built
  gdb /usr/local/bin/xemacs core

Then

  up 9
  pobj client_data

(I'm hoping it's a Lisp object.)  Since I'm typing blind :-) I'm not
sure that's going to work as I would hope.  If it says "pobj not a
valid command" or something like that, you need to find the .gdbinit
file; it is built in the same directory as the xemacs binary as a
normal part of the build process.  use the gdb "source" command to
load it.  If it gives some other error, let us know and we'll try Plan
B.  (Well, you could try "pobj 0x889d0f0", first.)

#0  0x403d9fd1 in kill () from /lib/tls/libc.so.6
#1  0x080cce0e in fatal_error_signal (sig=6) at emacs.c:3799
#2  <signal handler called>
#3  0x403d9cdf in raise () from /lib/tls/libc.so.6
#4  0x403db4e5 in abort () from /lib/tls/libc.so.6
#5  0x080ce1ae in really_abort () at emacs.c:4692
#6  0x080ccf01 in assert_failed (file=0x8299f60 "menubar-x.c", line=579, expr=0x829a24f "ABORT()") at emacs.c:3985
#7  0x0823c5ed in set_frame_menubar (f=0x8864b78, deep_p=1, first_time_p=0) at menubar-x.c:579
#8  0x0823c3ba in pre_activate_callback (widget=0x889d270, unused_id=65537, client_data=0x0) at menubar-x.c:514
#9  0x0825edd0 in pre_hook (w=0x889d270, client_data=0x889d0f0, call_data=0x0) at lwlib-Xlw.c:82



-- 
School of Systems and Information Engineering http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba                    Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
               Ask not how you can "do" free software business;
              ask what your business can "do for" free software.




More information about the XEmacs-Beta mailing list