================================================================
Dear Bug Team!
This is Red Hat 9.0 with the default KDE
1)When Xemacs is loaded with init.el, and a message box is
popped up - clicking on the 'OK' button closes the box. But if
the system button (upper left) or the "X" button is clicked on,
XEmacs becomes unresponsive ("locks up").
2)When Xemacs is loaded with the -no-init-file option, the
action described above causes a crash. The crash message will be
included following this narative.
I find no reference to this in the PROBLEMS file. It appears
that there is *no* core dump.
Crash message follows
---------------------------------------------------------------
[tim@linus data]$ Fatal error: assertion failed, file lwlib-Xaw.c, line 604, abort()
Fatal error (6).
Your files have been auto-saved.
Use `M-x recover-session' to recover them.
Your version of XEmacs was distributed with a PROBLEMS file that may describe
your crash, and with luck a workaround. Please check it first, but do report
the crash anyway. Please report this bug by invoking M-x report-emacs-bug,
or by selecting `Send Bug Report' from the Help menu. If necessary, send
ordinary email to `crashes(a)xemacs.org'. *MAKE SURE* to include the XEmacs
configuration from M-x describe-installation, or equivalently the file
Installation in the top of the build tree.
*Please* try *hard* to obtain a C stack backtrace; without it, we are unlikely
to be able to analyze the problem. Locate the core file produced as a result
of this crash (often called `core' or `core.<process-id>', and located in
the directory in which you started XEmacs or your home directory), and type
gdb /usr/local/bin/xemacs core
then type `where' at the debugger prompt. No GDB on your system? You may
have DBX, or XDB, or SDB. (Ask your system administrator if you need help.)
If no core file was produced, enable them (often with `ulimit -c unlimited'
in case of future recurrance of the crash.
Lisp backtrace follows:
Lisp backtrace follows:
next-event()
byte-code("..." [id event next-event eval-event-p event-function
internal-make-dialog-box-exit event-object throw --cl-block-nil-- (nil) dispatch-event]
3)
# (catch --cl-block-nil-- ...)
# bind (id sym)
byte-code("..." [thunk frames id sym eval gensym lambda (did) when eq quote
(did) mapc (quote enable-frame) (enqueue-eval-event (quote internal-make-dialog-box-exit)
did) remove-hook (quote delete-dialog-box-hook) framep add-hook delete-frame-hook
delete-dialog-box-hook disable-frame --cl-block-nil-- (byte-code "Â Ã !«Ä !Åa«Æ
a«ÇÈÉ\"ªÊ !)ª\\" [id event next-event eval-event-p event-function
internal-make-dialog-box-exit event-object throw --cl-block-nil-- ... dispatch-event] 3)]
11)
# (catch internal-dialog-box-finish ...)
# bind (frames thunk)
dialog-box-modal-loop((make-dialog-box-internal (quote question) (quote (:question
"this is a long line" :buttons ...))))
# bind (cl-modal)
# (unwind-protect ...)
# bind (--letf-save--101897 --letf-bound--101898 cl-keys type)
make-dialog-box(question :question "this is a long line" :modal t :buttons
(["%_OK" (dialog-box-finish ...) t]))
# bind (contents position)
get-dialog-box-response(nil ("this is a long line" ("%_OK" . t)))
# bind (str args fmt)
message-box("this is a long line")
eval((message-box "this is a long line"))
# bind (eval-expression-insert-value expression)
#<compiled-function (expression &optional eval-expression-insert-value)
"...(18)" [eval-expression-insert-value expression values eval prin1 t] 3 804731
(list (read-from-minibuffer "Eval: " nil read-expression-map t ...)
current-prefix-arg)>((message-box "this is a long line") nil)
call-interactively(eval-expression)
# (condition-case ... . error)
# (catch top-level ...)
---------------------------------------------------------------
================================================================
System Info to help track down your bug:
---------------------------------------
uname -a: Linux
linus.johnson.com 2.4.20-20.9 #1 Wed Aug 20 17:45:34 EDT 2003 i686 athlon
i386 GNU/Linux
./configure '--cflags=-g -O' '--dynamic' '--with-athena=3d'
'--with-dialogs=athena' '--with-widgets=athena'
XEmacs 21.4.14 "Reasonable Discussion" configured for `i686-pc-linux'.
Compilation / Installation:
Source code location: /home/tim/downloads/xemacs-21.4.14
Installation prefix: /usr/local
Operating system description file: `s/linux.h'
Machine description file: `m/intel386.h'
Compiler: gcc -g -O
Relocating allocator for buffers: no
GNU version of malloc: yes
- Using Doug Lea's new malloc from the GNU C Library.
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.
Compiling in support for the Athena widget set:
- Athena headers location: X11/Xaw3d
- Athena library to link: Xaw3d
Using Lucid menubars.
Using Lucid scrollbars.
Using Athena dialog boxes.
Using Athena 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).
Databases:
Compiling in support for Berkeley database.
Compiling in support for LDAP.
Compiling in support for PostgreSQL.
- Using PostgreSQL header file: 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.
Using the new portable dumper.
Load-Path Lisp Shadows:
----------------------
(/home/tim/elisp/mic-paren
/usr/local/lib/xemacs/xemacs-packages/lisp/edit-utils/mic-paren
/home/tim/elisp/redo
/usr/local/lib/xemacs/xemacs-packages/lisp/edit-utils/redo
/home/tim/elisp/toolbar-utils
/usr/local/lib/xemacs/xemacs-packages/lisp/edit-utils/toolbar-utils
/home/tim/elisp/slime/slime/bridge
/usr/local/lib/xemacs/xemacs-packages/lisp/ilisp/bridge
/home/tim/elisp/slime/slime/tree-widget
/usr/local/lib/xemacs/xemacs-packages/lisp/jde/tree-widget
/home/tim/elisp/javascript-mode
/usr/local/lib/xemacs/xemacs-packages/lisp/prog-modes/javascript-mode
/home/tim/elisp/python-mode
/usr/local/lib/xemacs/xemacs-packages/lisp/python-modes/python-mode
/usr/local/lib/xemacs/xemacs-packages/lisp/build/build-report
/usr/local/lib/xemacs-21.4.14/lisp/build-report)
Installed XEmacs Packages:
-------------------------
((zenirc:version 1.14 :author-version "2.112" :type regular)
(xslt-process :version 1.11 :type regular)
(xslide :version 1.09 :author-version "0.2.2" :type regular)
(xemacs-devel :version
1
.6
:author-version
"No-Upstream-Ver
" :type
single-file)
(xemacs-base :version 1.82 :author-version "No-Upstream-Ver" :type regular)
(x-symbol :version 1.07 :author-version "4.5.1" :type regular)
(w3 :version 1.29 :author-version "4.0pre47" :type regular)
(vm :version 7.18 :author-version "7.17" :type regular)
(viper :version 1.37 :author-version "3.09" :type regular)
(view-process :version 1.13 :author-version "2.4" :type regular)
(vhdl :version 1.18 :author-version "3.31.20" :type regular)
(vc-cc :version 1.22 :author-version "No-Upstream-Ver" :type regular)
(vc :version 1.38 :author-version "No-Upstream-Ver" :type regular)
(tramp :version 1.16 :type regular)
(tpu :version 1.14 :author-version "4.2X" :type regular)
(tooltalk :version 1.15 :author-version "No-Upstream-Ver" :type regular)
(tm :version 1.37 :author-version "No-Upstream-Ver" :type regular)
(time :version 1.14 :author-version "1.17" :type regular)
(textools :version 1.15 :author-version "No-Upstream-Ver" :type regular)
(text-modes :version
1
.71
:author-version
"No-Upstream-Ver
" :type
single-file)
(texinfo :version 1.25 :author-version "No-Upstream-Ver" :type regular)
(supercite :version 1.2 :author-version "3.55x3" :type regular)
(strokes :version 1.1 :author-version "No-Upstream-Ver" :type regular)
(speedbar :version 1.27 :author-version "0.14beta4" :type regular)
(sounds-wav :version 1.12 :author-version "No-Upstream-Ver" :type regular)
(sounds-au :version 1.12 :author-version "No-Upstream-Ver" :type regular)
(sml-mode :version 0.1 :author-version "3.9.5" :type regular)
(slider :version 1.15 :author-version "0.3x1" :type regular)
(sieve :version 1.14 :author-version "No-Upstream-Ver" :type regular)
(sh-script :version 1.18 :author-version "2.0e" :type regular)
(sgml :version 1.1 :author-version "No-Upstream-Ver" :type regular)
(semantic :version 1.18 :author-version "1.4.2" :type regular)
(scheme :version 1.14 :author-version "No-Upstream-Ver" :type regular)
(sasl :version 1.14 :author-version "1.14.4" :type regular)
(ruby-modes :version 1.02 :author-version "1.6.8" :type regular)
(rmail :version 1.14 :author-version "No-Upstream-Ver" :type regular)
(riece :version 1.12 :author-version "0.1.5" :type regular)
(reftex :version 1.33 :author-version "4.21" :type regular)
(python-modes :version
1
.03
:author-version
"No-Upstream-Ver
" :type
single-file)
(psgml-dtds :version 1.03 :author-version "No-Upstream-Ver" :type regular)
(psgml :version 1.41 :type regular)
(ps-print :version 1.09 :author-version "6.5.6" :type regular)
(prog-modes
:version
1
.91
:author-version
"No-Upstream-Ver
" :type
single-file)
(pgg :version 1.04 :author-version "0.1" :type regular)
(perl-modes :version
1
.05
:author-version
"No-Upstream-Ver
" :type
single-file)
(pcomplete :version 1.03 :author-version "1.1.6" :type regular)
(pcl-cvs :version 1.65 :author-version "R-2_9_9" :type regular)
(pc :version 1.26 :author-version "No-Upstream-Ver" :type single-file)
(os-utils :version 1.34 :author-version "No-Upstream-Ver" :type single-file)
(oo-browser :version 1.04 :author-version "4.08" :type regular)
(ocaml :version 0.05 :author-version "3.06" :type regular)
(net-utils :version
1
.33
:author-version
"No-Upstream-Ver
" :type
single-file)
(mmm-mode :version 1.01 :author-version "0.4.7" :type regular)
(misc-games :version
1
.18
:author-version
"No-Upstream-Ver
" :type
single-file)
(mine :version 1.16 :author-version "1.9" :type regular)
(mh-e :version 1.27 :author-version "7.4.2" :type regular)
(mew :version 1.18 :author-version "1.94.2" :type regular)
(mailcrypt :version 2.13 :author-version "3.5.8" :type regular)
(mail-lib :version 1.63 :author-version "No-Upstream-Ver" :type regular)
(liece :version 1.12 :type regular)
(jde :version 1.46 :type regular)
(ispell :version 1.26 :author-version "3.3" :type regular)
(ilisp :version 1.33 :author-version "5.12.0" :type regular)
(igrep :version 1.12 :author-version "2.95" :type regular)
(idlwave :version 1.31 :author-version "5.1" :type regular)
(ibuffer :version 1.09 :author-version "No-Upstream-Ver" :type regular)
(hyperbole :version 1.13 :author-version "4.18" :type regular)
(hm--html-menus :version 1.23 :author-version "5.9" :type regular)
(haskell-mode :version 1.06 :author-version "1.44" :type regular)
(gnus :version 1.73 :type regular)
(gnats :version 1.16 :author-version "3.101" :type regular)
(games :version 1.15 :author-version "1.04" :type regular)
(fsf-compat :version
1
.13
:author-version
"No-Upstream-Ver
" :type
single-file)
(frame-icon :version 1.11 :author-version "No-Upstream-Ver" :type regular)
(fortran-modes :version
1
.03
:author-version
"No-Upstream-Ver
" :type
single-file)
(forms :version 1.15 :author-version "2.37" :type regular)
(footnote :version 1.16 :author-version "0.18x" :type regular)
(eudc :version 1.39 :author-version "1.32" :type regular)
(eterm :version 1.15 :author-version "No-Upstream-Ver" :type regular)
(ess :version 1.06 :author-version "5.1.21" :type regular)
(eshell :version 1.06 :author-version "2.4.1" :type regular)
(emerge :version 1.11 :author-version "No-Upstream-Ver" :type regular)
(elib :version 1.11 :author-version "1.0" :type single-file)
(eieio :version 1.05 :author-version "0.17" :type regular)
(efs :version 1.32 :author-version "1.22" :type regular)
(edt :version 1.13 :author-version "No-Upstream-Ver" :type regular)
(edit-utils :version
2
.1
:author-version
"No-Upstream-Ver
" :type
single-file)
(ediff :version 1.49 :author-version "2.75" :type regular)
(edebug :version 1.2 :author-version "No-Upstream-Ver" :type regular)
(ecrypto :version 0.14 :author-version "2.0" :type regular)
(ecb :version 1.13 :author-version "1.96" :type regular)
(docbookide :version
0
.07000000000000001
:author-version
"0
.1
" :type
regular)
(dired :version 1.15 :author-version "7.11" :type regular)
(dictionary :version 1.12 :type regular)
(debug :version 1.17 :author-version "No-Upstream-Ver" :type regular)
(crisp :version 1.14 :author-version "1.34" :type regular)
(cookie :version 1.15 :author-version "No-Upstream-Ver" :type regular)
(clearcase :version 1.08 :author-version "No-Upstream-Ver" :type regular)
(cc-mode :version 1.41 :author-version "5.30.7" :type regular)
(calendar :version 1.22 :author-version "No-Upstream-Ver" :type regular)
(calc :version 1.24 :author-version "2.02fX3" :type regular)
(c-support :version
1
.18
:author-version
"No-Upstream-Ver
" :type
single-file)
(build :version 1.14 :author-version "2.02" :type regular)
(bbdb :version 1.24 :author-version "2.34" :type regular)
(auctex :version 1.35 :type regular)
(apel :version 1.27 :author-version "10.2" :type regular)
(ada :version 1.14 :author-version "2.27" :type regular))
Installed Modules:
-----------------
Features:
--------
(mail-abbrevs xemacsbug shadow sendmail rfc822 hyper-apropos
dabbrev view-less view debug pycc imenu python-mode info-look
info font paren blink-paren blink-cursor slime byte-optimize
bytecomp byte-compile tree-widget apropos easy-mmode cc-fonts
font-lock hyperspec thingatpt browse-url hideshow timer efs-cu
bookmark pp soar-misc bs vi-dot winring redo uniquify desktop bm
overlay session tj-lib newcomment edebug color-theme wid-edit
extra-faces disp-table jka-compr ispell solar cal-dst cal-persia
cal-julian calendar comint ring background picture time cus-face
compile sh-script skeleton executable reportmail mail-extr
cc-mode cc-menus cc-cmds cc-compat cc-styles cc-align cc-engine
cc-vars cc-defs regexp-opt ps-print lpr power-macros advice
advice-preload edmacro zenirc-autoloads xslt-process-autoloads
xslide-autoloads xemacs-devel-autoloads xemacs-base-autoloads
x-symbol-autoloads w3-autoloads vm-autoloads viper-autoloads
view-process-autoloads vhdl-autoloads vc-cc-autoloads
vc-autoloads tramp-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 sml-mode-autoloads slider-autoloads
sieve-autoloads sh-script-autoloads sgml-autoloads
semantic-autoloads scheme-autoloads sasl-autoloads
ruby-modes-autoloads rmail-autoloads riece-autoloads
reftex-autoloads python-modes-autoloads psgml-dtds-autoloads
psgml-autoloads ps-print-autoloads prog-modes-autoloads
pgg-autoloads perl-modes-autoloads pcomplete-autoloads
pcl-cvs-autoloads pc-autoloads os-utils-autoloads
oo-browser-autoloads ocaml-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 hyperbole-autoloads
hm--html-menus-autoloads haskell-mode-autoloads gnus-autoloads
gnats-autoloads games-autoloads fsf-compat-autoloads
frame-icon-autoloads fortran-modes-autoloads forms-autoloads
footnote-autoloads eudc-autoloads eterm-autoloads ess-autoloads
eshell-autoloads emerge-autoloads elib-autoloads eieio-autoloads
efs-autoloads edt-autoloads edit-utils-autoloads ediff-autoloads
edebug-autoloads ecrypto-autoloads ecb-autoloads
docbookide-autoloads dired-autoloads dictionary-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
lisp-autoloads loadhist auto-show fontl-hooks x-iso8859-1
gutter-items menubar-items x-menubar mode-motion mouse itimer
auto-save lisp-mode easymenu iso8859-1 page buff-menu
lib-complete help-nomule cus-file derived frame text-props
obsolete cus-start custom widget cl-extra mini-cl cl cl-19
packages backquote very-early-lisp postgresqlv7 postgresql
lucid-scrollbars cut-buffer lucid-menubars athena-dialogs x
c-balloon-help tty-frames tty toolbar 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 linux dialog devices
window-system base64)
Recent keystrokes:
-----------------
C-n C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p
C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-n
C-n C-n C-n RET C-n C-n C-n C-n C-n C-n C-n C-n C-n
C-p C-p C-p C-n C-n C-n RET C-p C-p C-p C-p C-p C-p
C-p C-p C-p C-p C-p C-p C-p C-p C-p C-n C-n C-n C-n
C-n C-n C-n C-n RET q f1 f f o r m a t RET C-n C-n
C-n C-n C-n C-n C-n C-n C-n C-n C-n button1 button1up
q button1 button1up q button1 button1up misc-user
Recent messages (most recent first):
-----------------------------------
Loading xemacsbug...done
Loading xemacsbug...
Wrote /home/tim/prj/cgi/baker/scratch.txt
Buffer scratch.txt modified; kill anyway? (y or n) No
Please answer y or n. Buffer scratch.txt modified; kill anyway? (y or n)
Please answer y or n. Buffer scratch.txt modified; kill anyway? (y or n) k
Please answer y or n. Buffer scratch.txt modified; kill anyway? (y or n)
Buffer scratch.txt modified; kill anyway? (y or n) C-x
Buffer scratch.txt modified; kill anyway? (y or n)
Undo!
Undo...
f1 C-g not defined.
Show buffer by configuration "files"
Wrote /home/tim/prj/cgi/baker/fdb.py
Wrote /home/tim/prj/cgi/baker/fdb.py
Wrote /home/tim/prj/cgi/baker/fdb.py
f8 not defined.
Wrote /home/tim/prj/cgi/baker/fdb.py
Wrote /home/tim/prj/cgi/baker/fdb.py
Symbol's function definition is void: py-execute-import-or-reload\