----- Original Message -----
From: "Pete Siemsen" <siemsen(a)ucar.edu>
To: <xemacs-beta(a)xemacs.org>
Cc: <ben(a)xemacs.org>
Sent: Tuesday, May 21, 2002 9:25 AM
Subject: JDEE customize crashes XEmacs
================================================================
Dear Bug Team!
I can reliably crash XEmacs 21.5.6. I use JDEE, the Java Development
Environment for Emacs (see
http://jdee.sunsite.dk/). When editing a
JAVA file, if I use the JDE pull-down menus and do JDE -> Project ->
Options -> General, XEmacs crashes with a segmentation fault. I am
running
Red Hat Linux 7.2
xemacs-21.5.6
jde-2.2.9beta9.1
semantic-1.4beta14
speedbar-0.14beta2
eieio-0.17beta4
Just before the it crashes, the message buffer displays "Creating
group members...", then "Creating magic...".
I realize that you probably don't want to install JDEE just to track
down this bug. I would be happy to do what I can to supply more
information, if you can suggest something. Can I turn on some kind of
debug or trace mode?
please send a C and Lisp backtrace. the Lisp backtrace was outputted to stderr.
@node Q2.1.1, Q2.1.2, Q2.0.15, Installation
@unnumberedsec 2.1: Trouble Shooting
@unnumberedsubsec Q2.1.1: Help! XEmacs just crashed on me!
First of all, don't panic. Whenever XEmacs crashes, it tries extremely
hard to auto-save all of your files before dying. (The main time that
this will not happen is if the machine physically lost power or if you
killed the XEmacs process using @code{kill -9}). The next time you try
to edit those files, you will be informed that a more recent auto-save
file exists. You can use @kbd{M-x recover-file} to retrieve the
auto-saved version of the file.
You can use the command @kbd{M-x recover-session} after a crash to pick
up where you left off.
Now, XEmacs is not perfect, and there may occasionally be times, or
particular sequences of actions, that cause it to crash. If you can
come up with a reproducible way of doing this (or even if you have a
pretty good memory of exactly what you were doing at the time), the
maintainers would be very interested in knowing about it. Post a
message to comp.emacs.xemacs or send mail to @email{crashes@(a)xemacs.org}.
Please note that the @samp{crashes} address is exclusively for crash
reports.
If at all possible, include a stack backtrace of the core dump that was
produced. This shows where exactly things went wrong, and makes it much
easier to diagnose problems. To do this, you need to locate the core
file (it's called @file{core}, and is usually sitting in the directory
that you started XEmacs from, or your home directory if that other
directory was not writable). Then, go to that directory and execute a
command like:
@example
gdb `which xemacs` core
@end example
and then issue the command @samp{where} to get the stack backtrace. You
might have to use @code{dbx} or some similar debugger in place of
@code{gdb}. If you don't have any such debugger available, complain to
your system administrator.
It's possible that a core file didn't get produced, in which case you're
out of luck. Go complain to your system administrator and tell him not
to disable core files by default. Also see @ref{Q2.1.15}, for tips and
techniques for dealing with a debugger.
When making a problem report make sure that:
@enumerate
@item
Report @strong{all} of the information output by XEmacs during the
crash.
@item
You mention what O/S & Hardware you are running XEmacs on.
@item
What version of XEmacs you are running.
@item
What build options you are using.
@item
If the problem is related to graphics, we will also need to know what
version of the X Window System you are running, and what window manager
you are using.
@item
If the problem happened on a tty, please include the terminal type.
@end enumerate
I just upgraded XEmacs from 21.4.5 to 21.5.6. I didn't have
this
problem under 21.4.5.
I posted to the JDE mailing list, and the main JDEE dude suggested
that it's specific to XEmacs, especially because it worked in XEmacs
21.4.5.
-- Pete
================================================================
System Info to help track down your bug:
---------------------------------------
uname -a: Linux proteus 2.4.17-0.6custom #6 Wed Mar 27 23:50:53 MST 2002 i686
unknown
./configure '--with-xpm' '--with-png'
'--with-sound=native,nonas'
XEmacs 21.5-b6 "bok choi" configured for `i686-pc-linux'.
Compilation / Installation:
Source code location: /usr/src/xemacs-21.5.6
Installation prefix: /usr/local
Operating system description file: `s/linux.h'
Machine description file: `m/intel386.h'
Compiler:
gcc -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare -Wshad
ow
Relocating allocator for buffers: no
GNU version of malloc: yes
- Using Doug Lea's new malloc from the GNU C Library.
Linking with `-z nocombreloc'.
- Consider configuring with --pdump.
Window System:
Compiling in support for the X window system:
- X Windows headers location: /usr/X11R6/include
- X Windows libraries location: /usr/X11R6/lib
- Handling WM_COMMAND properly.
Using Lucid menubars.
Using Lucid scrollbars.
Using Motif dialog boxes.
Using Motif native widgets.
TTY:
Compiling in support for ncurses.
Compiling in support for GPM (General Purpose Mouse).
Images:
Compiling in support for GIF images (builtin).
Compiling in support for XPM images.
Compiling in support for PNG images.
Compiling in support for JPEG images.
Compiling in support for TIFF images.
Sound:
Compiling in support for sound (native).
Compiling in support for ESD (Enlightened Sound Daemon).
Databases:
Compiling in support for Berkeley database.
Compiling in support for LDAP.
Compiling in support for PostgreSQL.
- Using PostgreSQL header file: pgsql/libpq-fe.h
- Using PostgreSQL V7 bindings.
Internationalization:
Mail:
Compiling in support for "dot-locking" mail spool file locking method.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
Compiling in support for extra debugging code.
WARNING: ---------------------------------------------------------
WARNING: Compiling in support for runtime error checking.
WARNING: XEmacs will run noticeably more slowly as a result.
WARNING: Error checking is on by default for XEmacs beta releases.
WARNING: ---------------------------------------------------------
Load-Path Lisp Shadows:
----------------------
(/usr/src/jde/lisp/setnu
/usr/local/lib/xemacs/xemacs-packages/lisp/edit-utils/setnu
/usr/src/eieio/tree
/usr/local/lib/xemacs/xemacs-packages/lisp/eieio/tree
/usr/src/eieio/eieio
/usr/local/lib/xemacs/xemacs-packages/lisp/eieio/eieio
/usr/src/eieio/eieio-tests
/usr/local/lib/xemacs/xemacs-packages/lisp/eieio/eieio-tests
/usr/src/eieio/eieio-speedbar
/usr/local/lib/xemacs/xemacs-packages/lisp/eieio/eieio-speedbar
/usr/src/eieio/eieio-opt
/usr/local/lib/xemacs/xemacs-packages/lisp/eieio/eieio-opt
/usr/src/eieio/eieio-doc
/usr/local/lib/xemacs/xemacs-packages/lisp/eieio/eieio-doc
/usr/src/eieio/eieio-custom
/usr/local/lib/xemacs/xemacs-packages/lisp/eieio/eieio-custom
/usr/src/eieio/eieio-comp
/usr/local/lib/xemacs/xemacs-packages/lisp/eieio/eieio-comp
/usr/src/eieio/eieio-base
/usr/local/lib/xemacs/xemacs-packages/lisp/eieio/eieio-base
/usr/src/eieio/compare-strings
/usr/local/lib/xemacs/xemacs-packages/lisp/eieio/compare-strings
/usr/src/eieio/chart
/usr/local/lib/xemacs/xemacs-packages/lisp/eieio/chart
/usr/src/eieio/call-tree
/usr/local/lib/xemacs/xemacs-packages/lisp/eieio/call-tree
/usr/src/jde/lisp/tree-widget
/usr/local/lib/xemacs/xemacs-packages/lisp/jde/tree-widget
/usr/src/jde/lisp/beanshell
/usr/local/lib/xemacs/xemacs-packages/lisp/jde/beanshell
/usr/src/jde/lisp/jde
/usr/local/lib/xemacs/xemacs-packages/lisp/jde/jde
/usr/src/jde/lisp/jde-ant
/usr/local/lib/xemacs/xemacs-packages/lisp/jde/jde-ant
/usr/src/jde/lisp/jde-wiz
/usr/local/lib/xemacs/xemacs-packages/lisp/jde/jde-wiz
/usr/src/jde/lisp/jde-widgets
/usr/local/lib/xemacs/xemacs-packages/lisp/jde/jde-widgets
/usr/src/jde/lisp/jde-which-method
/usr/local/lib/xemacs/xemacs-packages/lisp/jde/jde-which-method
/usr/src/jde/lisp/jde-stat
/usr/local/lib/xemacs/xemacs-packages/lisp/jde/jde-stat
/usr/src/jde/lisp/jde-run
/usr/local/lib/xemacs/xemacs-packages/lisp/jde/jde-run
/usr/src/jde/lisp/jde-package
/usr/local/lib/xemacs/xemacs-packages/lisp/jde/jde-package
/usr/src/jde/lisp/jde-parse
/usr/local/lib/xemacs/xemacs-packages/lisp/jde/jde-parse
/usr/src/jde/lisp/jde-make
/usr/local/lib/xemacs/xemacs-packages/lisp/jde/jde-make
/usr/src/jde/lisp/jde-javadoc
/usr/local/lib/xemacs/xemacs-packages/lisp/jde/jde-javadoc
/usr/src/jde/lisp/jde-javadoc-gen
/usr/local/lib/xemacs/xemacs-packages/lisp/jde/jde-javadoc-gen
/usr/src/jde/lisp/jde-java-grammar
/usr/local/lib/xemacs/xemacs-packages/lisp/jde/jde-java-grammar
/usr/src/jde/lisp/jde-java-font-lock
/usr/local/lib/xemacs/xemacs-packages/lisp/jde/jde-java-font-lock
/usr/src/jde/lisp/jde-import
/usr/local/lib/xemacs/xemacs-packages/lisp/jde/jde-import
/usr/src/jde/lisp/jde-imenu
/usr/local/lib/xemacs/xemacs-packages/lisp/jde/jde-imenu
/usr/src/jde/lisp/jde-help
/usr/local/lib/xemacs/xemacs-packages/lisp/jde/jde-help
/usr/src/jde/lisp/jde-gen
/usr/local/lib/xemacs/xemacs-packages/lisp/jde/jde-gen
/usr/src/jde/lisp/jde-dbs
/usr/local/lib/xemacs/xemacs-packages/lisp/jde/jde-dbs
/usr/src/jde/lisp/jde-dbo
/usr/local/lib/xemacs/xemacs-packages/lisp/jde/jde-dbo
/usr/src/jde/lisp/jde-db
/usr/local/lib/xemacs/xemacs-packages/lisp/jde/jde-db
/usr/src/jde/lisp/jde-complete
/usr/local/lib/xemacs/xemacs-packages/lisp/jde/jde-complete
/usr/src/jde/lisp/jde-compile
/usr/local/lib/xemacs/xemacs-packages/lisp/jde/jde-compile
/usr/src/jde/lisp/jde-bug
/usr/local/lib/xemacs/xemacs-packages/lisp/jde/jde-bug
/usr/src/semantic/semantic-texi
/usr/local/lib/xemacs/xemacs-packages/lisp/semantic/semantic-texi
/usr/src/semantic/semantic-load
/usr/local/lib/xemacs/xemacs-packages/lisp/semantic/semantic-load
/usr/src/semantic/semanticdb
/usr/local/lib/xemacs/xemacs-packages/lisp/semantic/semanticdb
/usr/src/semantic/semantic-scm
/usr/local/lib/xemacs/xemacs-packages/lisp/semantic/semantic-scm
/usr/src/semantic/semantic-java
/usr/local/lib/xemacs/xemacs-packages/lisp/semantic/semantic-java
/usr/src/semantic/senator
/usr/local/lib/xemacs/xemacs-packages/lisp/semantic/senator
/usr/src/semantic/working
/usr/local/lib/xemacs/xemacs-packages/lisp/semantic/working
/usr/src/semantic/sformat
/usr/local/lib/xemacs/xemacs-packages/lisp/semantic/sformat
/usr/src/semantic/semantic
/usr/local/lib/xemacs/xemacs-packages/lisp/semantic/semantic
/usr/src/semantic/semantic-util
/usr/local/lib/xemacs/xemacs-packages/lisp/semantic/semantic-util
/usr/src/semantic/semantic-sb
/usr/local/lib/xemacs/xemacs-packages/lisp/semantic/semantic-sb
/usr/src/semantic/semantic-make
/usr/local/lib/xemacs/xemacs-packages/lisp/semantic/semantic-make
/usr/src/semantic/semantic-imenu
/usr/local/lib/xemacs/xemacs-packages/lisp/semantic/semantic-imenu
/usr/src/semantic/semantic-el
/usr/local/lib/xemacs/xemacs-packages/lisp/semantic/semantic-el
/usr/src/semantic/semantic-ctxt
/usr/local/lib/xemacs/xemacs-packages/lisp/semantic/semantic-ctxt
/usr/src/semantic/semantic-c
/usr/local/lib/xemacs/xemacs-packages/lisp/semantic/semantic-c
/usr/src/semantic/semantic-bnf
/usr/local/lib/xemacs/xemacs-packages/lisp/semantic/semantic-bnf
/usr/src/semantic/document
/usr/local/lib/xemacs/xemacs-packages/lisp/semantic/document
/usr/src/semantic/document-vars
/usr/local/lib/xemacs/xemacs-packages/lisp/semantic/document-vars
/usr/src/speedbar/speedbar
/usr/local/lib/xemacs/xemacs-packages/lisp/speedbar/speedbar
/usr/src/speedbar/sb-w3
/usr/local/lib/xemacs/xemacs-packages/lisp/speedbar/sb-w3
/usr/src/speedbar/sb-texinfo
/usr/local/lib/xemacs/xemacs-packages/lisp/speedbar/sb-texinfo
/usr/src/speedbar/sb-rmail
/usr/local/lib/xemacs/xemacs-packages/lisp/speedbar/sb-rmail
/usr/src/speedbar/sb-info
/usr/local/lib/xemacs/xemacs-packages/lisp/speedbar/sb-info
/usr/src/speedbar/sb-image
/usr/local/lib/xemacs/xemacs-packages/lisp/speedbar/sb-image
/usr/src/speedbar/sb-gud
/usr/local/lib/xemacs/xemacs-packages/lisp/speedbar/sb-gud
/usr/src/speedbar/rpm
/usr/local/lib/xemacs/xemacs-packages/lisp/speedbar/rpm
/usr/src/speedbar/dframe
/usr/local/lib/xemacs/xemacs-packages/lisp/speedbar/dframe
/usr/src/speedbar/bigclock
/usr/local/lib/xemacs/xemacs-packages/lisp/speedbar/bigclock)
Installed XEmacs Packages:
-------------------------
((zenirc :version 1.13 :type regular)
(xslt-process :version 1.06 :type regular)
(xslide :version 1.01 :type regular)
(xemacs-devel :version 1.43 :type single-file)
(xemacs-base :version 1.61 :type regular)
(w3 :version 1.22 :type regular)
(vm :version 7.03 :type regular)
(viper :version 1.33 :type regular)
(view-process :version 1.11 :type regular)
(vhdl :version 1.15 :type regular)
(vc-cc :version 1.18 :type regular)
(vc :version 1.3 :type regular)
(tpu :version 1.12 :type regular)
(tooltalk :version 1.13 :type regular)
(tm :version 1.32 :type regular)
(time :version 1.11 :type regular)
(textools :version 1.12 :type regular)
(text-modes :version 1.4 :type single-file)
(texinfo :version 1.2 :type regular)
(supercite :version 1.19 :type regular)
(strokes :version 1.08 :type regular)
(speedbar :version 1.23 :type regular)
(sounds-wav :version 1.1 :type regular)
(sounds-au :version 1.1 :type regular)
(slider :version 1.13 :type regular)
(sieve :version 1.02 :type regular)
(sh-script :version 1.14 :type regular)
(sgml :version 1.08 :type regular)
(semantic :version 1.12 :type regular)
(scheme :version 1.11 :type regular)
(rmail :version 1.13 :type regular)
(reftex :version 1.25 :type regular)
(psgml :version 1.27 :type regular)
(ps-print :version 1.03 :type regular)
(prog-modes
:version
1
.53
:type
single-file)
(pcomplete :version 1.01 :type regular)
(pcl-cvs :version 1.6 :type regular)
(pc :version 1.21 :type single-file)
(os-utils :version 1.26 :type single-file)
(net-utils :version 1.24 :type single-file)
(mmm-mode :version 1.0 :type regular)
(misc-games :version 1.15 :type single-file)
(mine :version 1.14 :type regular)
(mh-e :version 1.14 :type regular)
(mew :version 1.17 :type regular)
(mailcrypt :version 2.11 :type regular)
(mail-lib :version 1.44 :type regular)
(liece :version 1.02 :type regular)
(jde :version 1.34 :type regular)
(ispell :version 1.24 :type regular)
(ilisp :version 1.2 :type regular)
(igrep :version 1.08 :type regular)
(idlwave :version 1.25 :type regular)
(ibuffer :version 1.04 :type regular)
(hm--html-menus :version 1.18 :type regular)
(gnus :version 1.59 :type regular)
(gnats :version 1.14 :type regular)
(games :version 1.13 :type regular)
(fsf-compat :version 1.11 :type single-file)
(frame-icon :version 1.09 :type regular)
(forms :version 1.14 :type regular)
(footnote :version 1.14 :type regular)
(eudc :version 1.36 :type regular)
(eterm :version 1.13 :type regular)
(eshell :version 1.03 :type regular)
(emerge :version 1.09 :type regular)
(elib :version 1.1 :type single-file)
(eieio :version 1.02 :type regular)
(efs :version 1.28 :type regular)
(edt :version 1.12 :type regular)
(edit-utils :version 1.82 :type single-file)
(ediff :version 1.39 :type regular)
(edebug :version 1.14 :type regular)
(dired :version 1.11 :type regular)
(debug :version 1.14 :type regular)
(crisp :version 1.12 :type regular)
(cookie :version 1.14 :type regular)
(clearcase :version 1.03 :type regular)
(cc-mode :version 1.27 :type regular)
(calendar :version 1.18 :type regular)
(calc :version 1.19 :type regular)
(c-support :version 1.16 :type single-file)
(build :version 1.05 :type regular)
(bbdb :version 1.2 :type regular)
(auctex :version 1.3 :type regular)
(apel :version 1.21 :type regular)
(ada :version 1.1 :type regular))
Features:
--------
(xemacsbug shadow supercite mail-extr regi mh-comp psgml-dtd
psgml-parse psgml-edit sendmail rfc822 psgml-html senator efs-cu crypt
crypt++ psgml-xemacs sgml-mode psgml mh-utils mh-e gnuserv jde jde-ant
executable jde-package jde-import jde-which-method jde-stat
jde-javadoc jde-javadoc-gen jde-java-font-lock jde-java-grammar
jde-wiz jde-complete browse-url jde-gen tempo jde-make compile jde-run
jde-jdb jde-bug jde-dbs jde-dbo jde-db jde-util jde-parse jde-imenu
regexp-opt semantic-imenu semantic-java thingatpt avltree stack-m
elib-node semantic-ctxt semantic-bnf semantic-sb speedbar sb-image
dframe semantic-util-modes timer semantic-util semantic assoc working
jde-compile comint ring cus-edit cus-load cc-mode cc-align cc-cmds
cc-engine cc-styles cc-langs cc-vars cc-menus imenu cc-defs font-lock
semantic-load jde-help jde-widgets tree-widget efc wid-edit cus-face
beanshell eieio advice advice-preload zenirc-autoloads
xslt-process-autoloads xslide-autoloads xemacs-devel-autoloads
xemacs-base-autoloads w3-autoloads vm-autoloads viper-autoloads
view-process-autoloads vhdl-autoloads vc-cc-autoloads vc-autoloads
tpu-autoloads tooltalk-autoloads tm-autoloads time-autoloads
textools-autoloads text-modes-autoloads texinfo-autoloads
supercite-autoloads strokes-autoloads speedbar-autoloads
sounds-wav-autoloads sounds-au-autoloads slider-autoloads
sieve-autoloads sh-script-autoloads sgml-autoloads semantic-autoloads
scheme-autoloads rmail-autoloads reftex-autoloads psgml-autoloads
ps-print-autoloads prog-modes-autoloads pcomplete-autoloads
pcl-cvs-autoloads pc-autoloads os-utils-autoloads net-utils-autoloads
mmm-mode-autoloads misc-games-autoloads mine-autoloads mh-e-autoloads
mew-autoloads mailcrypt-autoloads mail-lib-autoloads liece-autoloads
jde-autoloads ispell-autoloads ilisp-autoloads igrep-autoloads
idlwave-autoloads ibuffer-autoloads hm--html-menus-autoloads
gnus-autoloads gnats-autoloads games-autoloads fsf-compat-autoloads
frame-icon-autoloads forms-autoloads footnote-autoloads eudc-autoloads
eterm-autoloads eshell-autoloads emerge-autoloads elib-autoloads
eieio-autoloads efs-autoloads edt-autoloads edit-utils-autoloads
ediff-autoloads edebug-autoloads dired-autoloads debug-autoloads
crisp-autoloads cookie-autoloads clearcase-autoloads cc-mode-autoloads
calendar-autoloads calc-autoloads c-support-autoloads build-autoloads
bbdb-autoloads auctex-autoloads apel-autoloads ada-autoloads
src-autoloads loadhist rsz-minibuf auto-show fontl-hooks x-iso8859-1
code-cmds gutter-items menubar-items x-menubar mode-motion mouse
behavior itimer auto-save lisp-mode easymenu iso8859-1 page buff-menu
lib-complete cus-file derived frame env text-props obsolete cus-start
custom widget cl-extra mini-cl cl cl-19 packages backquote
very-early-lisp postgresqlv7 postgresql unicode lucid-scrollbars
cut-buffer lucid-menubars motif-dialogs x c-balloon-help tty-frames
tty toolbar esd-sound native-sound scrollbar unix-processes multicast
network-streams subprocesses modules menu-accelerator-support menubar
berkeley-db md5 xemacs gutter tiff png gif jpeg xpm xbm
lisp-float-type file-coding linux dialog devices window-system base64)
Recent keystrokes:
-----------------
n TAB d TAB b u TAB button1 button1up button2 button2up
button1 button1up BS BS BS BS BS BS BS RET o o o RET
button1 button1up RET " S e a r h SPC BS BS c h SPC
f a i l e d : SPC ^ - - - - - - - - $ " . f5 RET y
e s RET f2 ESC BS ESC BS ESC BS ESC BS ESC BS M a TAB
c o m p TAB RET C-n C-n C-n C-n C-n C-n - f4 f5 RET
M-x button2 button2up RET
Recent messages (most recent first):
-----------------------------------
Composing a message...done
Wrote /home/siemsen/Mail/drafts/8
Composing a message...
Wrote /home/siemsen/Mail/components
Search failed: ^--------$
Composing a message...done
Wrote /home/siemsen/Mail/drafts/7
Composing a message...
Making completion list...
draft-6 does not belong to a gnuserv client
Sending...
Wrote /home/siemsen/Mail/drafts/6
Search failed: ^--------$
Composing a message...done
Wrote /home/siemsen/Mail/drafts/6
Composing a message...
Insert register:
Copy to register:
XEmacs 21.5 (beta6) "bok choi" [Lucid] (i686-pc-linux) of Mon May 6 2002 on
proteus