The log below is for the version of XEmacs that did dump properly and is
running. However, I had to run through configure and rebuilding a number of
times to get this version to compile. I was able to get a lisp backtrace of the
failing version (appended after the test results). The C stack trace is the same
as I have reported before as it occurred in exactly the same way and at the same
place--when XEmacs tries its post-dump loads. In the past few months when I have
seen this crash the C stack trace has always been the same (with only minor
differences because of changes in the C code). But this is the first time
XEmacs dumped the Lisp backtrace.
How I have come to fix these failures to complete the make seems rather bizarre,
not unlike throwing salt over the shoulder. When I see the problem, I rebuild
(from clean sources) with all error checking, debugging, the -g flag for
gcc, and automatic test running. That always seems to produce a working,
although slow, XEmacs. However, I find that I can turn around then and without
issuing `make clean' or `make realclean' get a working version by reconfiguring
and recompiling with whatever options I want (except -O to gcc). This includes
--with-union-type which is usually off. A clean build will often result in the
same crash again.
I think this is strange behavior.
What does --debug change about the code that might prevent the problem? And
what does the failure to `make [real]clean' leave behind that does not get
recompiled which might have an effect? When I run configure again (without
`make [real]clean') configure makes a new Makefile, and the make seems to be
recompiling everything.
XEmacs Build Report generated by emacs-version
21.5 (beta13) "cauliflower" (+CVS-20030513) XEmacs Lucid
with system-configuration
powerpc-apple-darwin6.6
follows:
Contents of /usr/local/sbin/xemacs/Installation:
(Output from most recent run of ./configure)
uname -a: Darwin
grendal.frinabulax.org 6.6 Darwin Kernel Version 6.6: Thu May 1 21:48:54
PDT 2003; root:xnu/xnu-344.34.obj~1/RELEASE_PPC Power Macintosh powerpc
./configure '--with-mule' '--with-widgets=athena' '--with-xfs'
'--with-dialogs=athena' '--with-athena=3d' '--error-checking=none'
'--debug=no' '--with-prefix' '--with-sound=noesd'
'--package-path=/usr/local/sbin/xemacs/lib'
'--prefix=/usr/local/sbin/xemacs' '--cflags_warning=-w'
'--cflags=-g' '--pdump' '--with-ldap=no'
'--use-union-type' '--with-xmu' '--with-xim=xlib'
XEmacs 21.5-b13 "cauliflower" (+CVS-20030513) configured for
`powerpc-apple-darwin6.6'.
Compilation / Installation:
Source code location: /usr/local/sbin/xemacs
Installation prefix: /usr/local/sbin/xemacs
Operating system description file: `s/darwin.h'
Machine description file: `m/powerpc.h'
Compiler: gcc -w -g
gcc (GCC) 3.4 20030510 (experimental)
Relocating allocator for buffers: no
GNU version of malloc: no
- The GNU allocators don't work with this system configuration.
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.
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:
Databases:
Compiling in support for Berkeley database.
Compiling in support for GNU DBM.
Internationalization:
Compiling in support for Mule (multi-lingual Emacs).
Compiling in support for XIM (X11R5+ I18N input method).
- Using raw Xlib to provide XIM support.
- Using XFontSet to provide bilingual menubar.
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 union type for Lisp_Objects.
WARNING: ---------------------------------------------------------
WARNING: This tends to trigger compiler bugs, especially when
WARNING: combined with MULE and ERROR_CHECKING. Crashes have
WARNING: been seen with various versions of GCC, and recently
WARNING: with Visual C++ as well.
WARNING: ---------------------------------------------------------
WARNING: Use of the union type may cause crashes due to compiler bugs.
Using the new portable dumper.
Contents of /usr/local/sbin/xemacs/xemacs-make-all.err
keeping lines matching
"^--\[\[\|\]\]$\|^\(cd\|n?make\)\s-\|errors?\|warnings?\|pure.*\(space\|size\)\|hides\b\|strange\|shadowings\|^Compil\(ing\s-+in\|ation\)\|^Using\|not\s-+found\|^While\s-+compiling.*\(
\s-+.+\)*\|^Note:\|Installing\|[Ff]ile(s) copied\|\s-+tests\s-+"
and then deleting lines matching
"confl.*with.*auto-inlining\|^Formatting:\|(100%) tests successful"
cd ./lib-src && make all
cd ./lwlib && make all
cd ./src && make all
Using load-path (/usr/local/sbin/xemacs/lisp/)
Using module-load-path (/usr/local/sbin/xemacs/modules)
While compiling toplevel forms in file /usr/local/sbin/xemacs/lisp/behavior-defs.el:
** assignment to free variable fume-display-in-modeline-p
** assignment to free variable filladapt-mode
** reference to free variable filladapt-mode
While compiling the end of the data:
** The following functions are not known to be defined:
mouse-avoidance-mode, fume-add-menubar-entry,
fume-remove-menubar-entry, fume-remove-post-command-hook,
filladapt-mode
Using load-path (/usr/local/sbin/xemacs/lisp/)
Using module-load-path (/usr/local/sbin/xemacs/modules)
While compiling widget-sexp-value-to-internal in file
/usr/local/sbin/xemacs/lisp/wid-edit.el:
** function widget-sexp-value-to-internal defined multiple times in this file
While compiling widget-sexp-validate:
** function widget-sexp-validate defined multiple times in this file
While compiling widget-sexp-prompt-value:
** function widget-sexp-prompt-value defined multiple times in this file
While compiling the end of the data in file /usr/local/sbin/xemacs/lisp/msw-font-menu.el:
** The following functions are not known to be defined:
mswindows-parse-font-style, mswindows-construct-font-style
While compiling the end of the data in file /usr/local/sbin/xemacs/lisp/gtk.el:
** the function gtk-import-function is not known to be defined.
While compiling toplevel forms in file /usr/local/sbin/xemacs/lisp/mule/thai-util.el:
** define-category called with 3 arguments, but accepts only 2
** define-category called with 3 arguments, but accepts only 2
** define-category called with 3 arguments, but accepts only 2
While compiling the end of the data:
** the function make-category-table is not known to be defined.
While compiling the end of the data in file
/usr/local/sbin/xemacs/lisp/mule/mule-msw-init-late.el:
** The following functions are not known to be defined:
mswindows-set-charset-registry, mswindows-set-charset-code-page
While compiling toplevel forms in file /usr/local/sbin/xemacs/lisp/mule/lao-util.el:
** define-category called with 3 arguments, but accepts only 2
** define-category called with 3 arguments, but accepts only 2
** define-category called with 3 arguments, but accepts only 2
** define-category called with 3 arguments, but accepts only 2
While compiling the end of the data:
** The following functions are not known to be defined:
make-category-table, regexp-opt
While compiling ethio-modify-vowel in file
/usr/local/sbin/xemacs/lisp/mule/ethio-util.el:
** decompose-composite-char is an obsolete function; use char-to-string instead.
cd /usr/local/sbin/xemacs/man && make info
cd ./lib-src && make all
cd ./lwlib && make all
cd ./src && make all
Using load-path (/usr/local/sbin/xemacs/lisp/)
Using module-load-path (/usr/local/sbin/xemacs/modules)
While compiling toplevel forms in file /usr/local/sbin/xemacs/lisp/behavior-defs.el:
** assignment to free variable fume-display-in-modeline-p
** assignment to free variable filladapt-mode
** reference to free variable filladapt-mode
While compiling the end of the data:
** The following functions are not known to be defined:
mouse-avoidance-mode, fume-add-menubar-entry,
fume-remove-menubar-entry, fume-remove-post-command-hook,
filladapt-mode
Using load-path (/usr/local/sbin/xemacs/lisp/)
Using module-load-path (/usr/local/sbin/xemacs/modules)
While compiling widget-sexp-value-to-internal in file
/usr/local/sbin/xemacs/lisp/wid-edit.el:
** function widget-sexp-value-to-internal defined multiple times in this file
While compiling widget-sexp-validate:
** function widget-sexp-validate defined multiple times in this file
While compiling widget-sexp-prompt-value:
** function widget-sexp-prompt-value defined multiple times in this file
While compiling the end of the data in file /usr/local/sbin/xemacs/lisp/msw-font-menu.el:
** The following functions are not known to be defined:
mswindows-parse-font-style, mswindows-construct-font-style
While compiling the end of the data in file /usr/local/sbin/xemacs/lisp/gtk.el:
** the function gtk-import-function is not known to be defined.
While compiling toplevel forms in file /usr/local/sbin/xemacs/lisp/mule/thai-util.el:
** define-category called with 3 arguments, but accepts only 2
** define-category called with 3 arguments, but accepts only 2
** define-category called with 3 arguments, but accepts only 2
While compiling the end of the data:
** the function make-category-table is not known to be defined.
While compiling the end of the data in file
/usr/local/sbin/xemacs/lisp/mule/mule-msw-init-late.el:
** The following functions are not known to be defined:
mswindows-set-charset-registry, mswindows-set-charset-code-page
While compiling toplevel forms in file /usr/local/sbin/xemacs/lisp/mule/lao-util.el:
** define-category called with 3 arguments, but accepts only 2
** define-category called with 3 arguments, but accepts only 2
** define-category called with 3 arguments, but accepts only 2
** define-category called with 3 arguments, but accepts only 2
While compiling the end of the data:
** The following functions are not known to be defined:
make-category-table, regexp-opt
While compiling ethio-modify-vowel in file
/usr/local/sbin/xemacs/lisp/mule/ethio-util.el:
** decompose-composite-char is an obsolete function; use char-to-string instead.
cd /usr/local/sbin/xemacs/man && make info
cd ./lib-src && make all
cd ./lwlib && make all
cd ./src && make all
Using load-path (/usr/local/sbin/xemacs/lisp/)
Using module-load-path (/usr/local/sbin/xemacs/modules)
While compiling toplevel forms in file /usr/local/sbin/xemacs/lisp/behavior-defs.el:
** assignment to free variable fume-display-in-modeline-p
** assignment to free variable filladapt-mode
** reference to free variable filladapt-mode
While compiling the end of the data:
** The following functions are not known to be defined:
mouse-avoidance-mode, fume-add-menubar-entry,
fume-remove-menubar-entry, fume-remove-post-command-hook,
filladapt-mode
Using load-path (/usr/local/sbin/xemacs/lisp/)
Using module-load-path (/usr/local/sbin/xemacs/modules)
While compiling widget-sexp-value-to-internal in file
/usr/local/sbin/xemacs/lisp/wid-edit.el:
** function widget-sexp-value-to-internal defined multiple times in this file
While compiling widget-sexp-validate:
** function widget-sexp-validate defined multiple times in this file
While compiling widget-sexp-prompt-value:
** function widget-sexp-prompt-value defined multiple times in this file
While compiling the end of the data in file /usr/local/sbin/xemacs/lisp/msw-font-menu.el:
** The following functions are not known to be defined:
mswindows-parse-font-style, mswindows-construct-font-style
While compiling the end of the data in file /usr/local/sbin/xemacs/lisp/gtk.el:
** the function gtk-import-function is not known to be defined.
While compiling toplevel forms in file /usr/local/sbin/xemacs/lisp/mule/thai-util.el:
** define-category called with 3 arguments, but accepts only 2
** define-category called with 3 arguments, but accepts only 2
** define-category called with 3 arguments, but accepts only 2
While compiling the end of the data:
** the function make-category-table is not known to be defined.
While compiling the end of the data in file
/usr/local/sbin/xemacs/lisp/mule/mule-msw-init-late.el:
** The following functions are not known to be defined:
mswindows-set-charset-registry, mswindows-set-charset-code-page
While compiling toplevel forms in file /usr/local/sbin/xemacs/lisp/mule/lao-util.el:
** define-category called with 3 arguments, but accepts only 2
** define-category called with 3 arguments, but accepts only 2
** define-category called with 3 arguments, but accepts only 2
** define-category called with 3 arguments, but accepts only 2
While compiling the end of the data:
** The following functions are not known to be defined:
make-category-table, regexp-opt
While compiling ethio-modify-vowel in file
/usr/local/sbin/xemacs/lisp/mule/ethio-util.el:
** decompose-composite-char is an obsolete function; use char-to-string instead.
cd /usr/local/sbin/xemacs/man && make info
/usr/local/sbin/xemacs/beta.err not found!
Contents of /usr/local/sbin/xemacs/xemacs-make-check.err
keeping lines matching
"^--\[\[\|\]\]$\|^\(cd\|n?make\)\s-\|errors?\|warnings?\|pure.*\(space\|size\)\|hides\b\|strange\|shadowings\|^Compil\(ing\s-+in\|ation\)\|^Using\|not\s-+found\|^While\s-+compiling.*\(
\s-+.+\)*\|^Note:\|Installing\|[Ff]ile(s) copied\|\s-+tests\s-+"
and then deleting lines matching
"confl.*with.*auto-inlining\|^Formatting:\|(100%) tests successful"
cd ./src && make check
base64-tests.el: 1234 of 1234 tests successful (100%).
byte-compiler-tests.el: 104 of 104 tests successful (100%).
c-tests.el: 4 of 4 tests successful (100%).
case-tests.el: 1148 of 1148 tests successful (100%).
ccl-tests.el: 4570 of 4570 tests successful (100%).
database-tests.el: 20 of 20 tests successful (100%).
extent-tests.el: 194 of 194 tests successful (100%).
hash-table-tests.el: 9866 of 9866 tests successful (100%).
lisp-tests.el: 3660 of 3660 tests successful (100%).
md5-tests.el: 56 of 56 tests successful (100%).
Unexpected error (file-error "Opening output file" "Invalid argument"
"/private/tmp/royar/~~~~yBDqu3") while executing interpreted code.
Unexpected error (file-error "Opening output file" "Invalid argument"
"/private/tmp/royar/~~~~yBDfQc") while executing byte-compiled code.
mule-tests.el: 206 of 206 tests successful (100%).
regexp-tests.el: 208 of 208 tests successful (100%).
symbol-tests.el: 246 of 246 tests successful (100%).
syntax-tests.el: 60 of 60 tests successful (100%).
weak-tests.el: 14 of 14 tests successful (100%).
cd ./src && make check
base64-tests.el: 1234 of 1234 tests successful (100%).
byte-compiler-tests.el: 104 of 104 tests successful (100%).
c-tests.el: 4 of 4 tests successful (100%).
case-tests.el: 1148 of 1148 tests successful (100%).
ccl-tests.el: 4570 of 4570 tests successful (100%).
database-tests.el: 20 of 20 tests successful (100%).
extent-tests.el: 194 of 194 tests successful (100%).
hash-table-tests.el: 9866 of 9866 tests successful (100%).
lisp-tests.el: 3660 of 3660 tests successful (100%).
md5-tests.el: 56 of 56 tests successful (100%).
Unexpected error (file-error "Opening output file" "Invalid argument"
"/private/tmp/royar/~~~~-7GSGC") while executing interpreted code.
Unexpected error (file-error "Opening output file" "Invalid argument"
"/private/tmp/royar/~~~~-7GbmK") while executing byte-compiled code.
mule-tests.el: 206 of 206 tests successful (100%).
regexp-tests.el: 208 of 208 tests successful (100%).
symbol-tests.el: 246 of 246 tests successful (100%).
syntax-tests.el: 60 of 60 tests successful (100%).
weak-tests.el: 14 of 14 tests successful (100%).
cd ./src && make check
base64-tests.el: 1234 of 1234 tests successful (100%).
byte-compiler-tests.el: 104 of 104 tests successful (100%).
c-tests.el: 4 of 4 tests successful (100%).
case-tests.el: 1148 of 1148 tests successful (100%).
ccl-tests.el: 4570 of 4570 tests successful (100%).
database-tests.el: 20 of 20 tests successful (100%).
extent-tests.el: 194 of 194 tests successful (100%).
hash-table-tests.el: 9866 of 9866 tests successful (100%).
lisp-tests.el: 3660 of 3660 tests successful (100%).
md5-tests.el: 56 of 56 tests successful (100%).
Unexpected error (file-error "Opening output file" "Invalid argument"
"/private/tmp/royar/~~~~gFBSvq") while executing interpreted code.
Unexpected error (file-error "Opening output file" "Invalid argument"
"/private/tmp/royar/~~~~gFBRQh") while executing byte-compiled code.
mule-tests.el: 206 of 206 tests successful (100%).
regexp-tests.el: 208 of 208 tests successful (100%).
symbol-tests.el: 246 of 246 tests successful (100%).
syntax-tests.el: 60 of 60 tests successful (100%).
weak-tests.el: 14 of 14 tests successful (100%).
/usr/local/sbin/xemacs/xemacs-make-check-temacs.err not found!
/usr/local/sbin/xemacs/xemacs-make-install.err not found!
Here is the command from the make process which triggers the Bus error:
./xemacs -no-packages -batch -no-autoloads -l update-elc-2.el -f batch-update-elc-2
/usr/local/sbin/xemacs/src/../lisp
Here are the C & Lisp stack traces captured from the failed attempt to make:
C trace
OS Version: 10.2.6 (Build 6L60)
Host:
grendal.frinabulax.org
Command: xemacs
PID: 6665
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000004
Thread 0 Crashed:
#0 0x000ba0ac in assq_no_quit (fns.c:1504)
#1 0x0001357c in Fkill_all_local_variables (buffer.c:1702)
#2 0x00051f1c in Ffuncall (eval.c:3843)
#3 0x00017cd8 in execute_optimized_program (bytecode.c:609)
#4 0x0005a718 in funcall_compiled_function (eval.c:3458)
#5 0x00051d70 in Ffuncall (eval.c:3881)
#6 0x00017cd8 in execute_optimized_program (bytecode.c:609)
#7 0x0005a718 in funcall_compiled_function (eval.c:3458)
#8 0x00051d70 in Ffuncall (eval.c:3881)
#9 0x00017cd8 in execute_optimized_program (bytecode.c:609)
#10 0x0005a718 in funcall_compiled_function (eval.c:3458)
#11 0x0005c668 in Feval (eval.c:3661)
#12 0x0005778c in condition_case_1 (eval.c:5988)
#13 0x00026094 in top_level_1 (cmdloop.c:230)
#14 0x0004ee5c in internal_catch (eval.c:1528)
#15 0x000261e4 in initial_command_loop (cmdloop.c:285)
#16 0x0004dfd0 in xemacs_21_5_b13_powerpc_apple_darwin6_6 (emacs.c:2403)
#17 0x0004e318 in Frun_emacs_from_temacs (emacs.c:2702)
#18 0x000021f4 in _start (crt.c:267)
#19 0x00002074 in start
PPC Thread State:
srr0: 0x000ba0ac srr1: 0x0200f030 vrsave: 0x00000000
xer: 0x20000000 lr: 0x000ba084 ctr: 0x22002222 mq: 0x00000000
r0: 0x00000000 r1: 0xbfffe150 r2: 0x00000000 r3: 0x00aa4b90
r4: 0x019aecd8 r5: 0x002fe2e0 r6: 0x0001357c r7: 0x00233da0
r8: 0x00233da0 r9: 0x019c9c60 r10: 0x002fe7e0 r11: 0x0022a084
r12: 0x00010d84 r13: 0x0000001e r14: 0xbfffeed0 r15: 0x00040000
r16: 0x00000005 r17: 0xfffffff0 r18: 0x0022a420 r19: 0x00051134
r20: 0xbfffe240 r21: 0x00231134 r22: 0x00231134 r23: 0x00231134
r24: 0x002fe9ec r25: 0x00321060 r26: 0x00223da0 r27: 0x00aa4b90
r28: 0x002fde34 r29: 0x002fe2e0 r30: 0x01b34fb0 r31: 0x000ba084
Lisp
Fatal error (10).
Lisp backtrace follows:
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# bind (current-load-list)
# (unwind-protect ...)
# bind (load-file-name)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
load-internal("/usr/local/sbin/xemacs/lib/lisp/calendar/auto-autoloads" t t
nil binary)
# bind (path handler filename nosuffix nomessage noerror file)
load("/usr/local/sbin/xemacs/lib/lisp/calendar/auto-autoloads" t t)
#<compiled-function nil "...(6)" [file-name load t] 4>()
# (unwind-protect ...)
call-with-condition-handler(#<compiled-function (__call_trapping_errors_arg__)
"...(20)" [file-name __call_trapping_errors_arg__ errstr error-message-string
lwarn packages warning "Error in %s: %s\n\nBacktrace follows:\n\n%s" format
"Autoload %s" backtrace-in-condition-handler-eliminating-handler] 8>
#<compiled-function nil "...(6)" [file-name load t] 4>)
# (condition-case ... . ((error)))
# bind (file-name dir)
#<compiled-function (dir) "...(11)" [file-name dir base expand-file-name
nil (call-with-condition-handler #<compiled-function (__call_trapping_errors_arg__)
"...(20)" [file-name __call_trapping_errors_arg__ errstr error-message-string
lwarn packages warning "Error in %s: %s\n\nBacktrace follows:\n\n%s" format
"Autoload %s" backtrace-in-condition-handler-eliminating-handler] 8>
#<compiled-function nil "...(6)" [file-name load t] 4>) ((error))]
3>("/usr/local/sbin/xemacs/lib/lisp/calendar/")
mapcar(#<compiled-function (dir) "...(11)" [file-name dir base
expand-file-name nil (call-with-condition-handler #<compiled-function
(__call_trapping_errors_arg__) "...(20)" [file-name __call_trapping_errors_arg__
errstr error-message-string lwarn packages warning "Error in %s: %s\n\nBacktrace
follows:\n\n%s" format "Autoload %s"
backtrace-in-condition-handler-eliminating-handler] 8> #<compiled-function nil
"...(6)" [file-name load t] 4>) ((error))] 3>
("/usr/local/sbin/xemacs/lib/lisp/"
"/usr/local/sbin/xemacs/lib/lisp/apel/"
"/usr/local/sbin/xemacs/lib/lisp/auctex/"
"/usr/local/sbin/xemacs/lib/lisp/bbdb/"
"/usr/local/sbin/xemacs/lib/lisp/build/"
"/usr/local/sbin/xemacs/lib/lisp/c-support/"
"/usr/local/sbin/xemacs/lib/lisp/calc/"
"/usr/local/sbin/xemacs/lib/lisp/calendar/"
"/usr/local/sbin/xemacs/lib/lisp/cc-mode/"
"/usr/local/sbin/xemacs/lib/lisp/clearcase/"
"/usr/local/sbin/xemacs/lib/lisp/cookie/"
"/usr/local/sbin/xemacs/lib/lisp/debug/" "/usr/local/sbin/xemacs/lib/lis!
p/dictionary/" "/usr/local/sbin/xemacs/lib/lisp/dired/"
"/usr/local/sbin/xemacs/lib/lisp/docbookide/"
"/usr/local/sbin/xemacs/lib/lisp/ecb/"
"/usr/local/sbin/xemacs/lib/lisp/ecrypto/"
"/usr/local/sbin/xemacs/lib/lisp/edebug/"
"/usr/local/sbin/xemacs/lib/lisp/edict/"
"/usr/local/sbin/xemacs/lib/lisp/ediff/"
"/usr/local/sbin/xemacs/lib/lisp/edit-utils/"
"/usr/local/sbin/xemacs/lib/lisp/efs/"
"/usr/local/sbin/xemacs/lib/lisp/egg-its/"
"/usr/local/sbin/xemacs/lib/lisp/eieio/"
"/usr/local/sbin/xemacs/lib/lisp/elib/"
"/usr/local/sbin/xemacs/lib/lisp/emerge/"
"/usr/local/sbin/xemacs/lib/lisp/eshell/"
"/usr/local/sbin/xemacs/lib/lisp/ess/"
"/usr/local/sbin/xemacs/lib/lisp/eterm/"
"/usr/local/sbin/xemacs/lib/lisp/eudc/"
"/usr/local/sbin/xemacs/lib/lisp/footnote/"
"/usr/local/sbin/xemacs/lib/lisp/forms/"
"/usr/local/sbin/xemacs/lib/lisp/frame-icon/"
"/usr/local/sbin/xemacs/lib/lisp/fsf-compat/"
"/usr/local/sbin/xemacs/lib/lisp/games/"
"/usr/local/sbin/xemacs/lib/lisp/gnats/" "/usr/lo!
cal/sbin/xemacs/lib/lisp/gnus/" "/usr/local/sbin/xemacs/lib/li!
sp/haske
ll-mode/" "/usr/local/sbin/xemacs/lib/lisp/hm--html-menus/"
"/usr/local/sbin/xemacs/lib/lisp/ibuffer/"
"/usr/local/sbin/xemacs/lib/lisp/idlwave/"
"/usr/local/sbin/xemacs/lib/lisp/igrep/"
"/usr/local/sbin/xemacs/lib/lisp/ilisp/"
"/usr/local/sbin/xemacs/lib/lisp/ispell/"
"/usr/local/sbin/xemacs/lib/lisp/latin-unity/"
"/usr/local/sbin/xemacs/lib/lisp/leim/"
"/usr/local/sbin/xemacs/lib/lisp/locale/"
"/usr/local/sbin/xemacs/lib/lisp/lookup/"
"/usr/local/sbin/xemacs/lib/lisp/mail-lib/"
"/usr/local/sbin/xemacs/lib/lisp/mailcrypt/"
"/usr/local/sbin/xemacs/lib/lisp/mew/" ...))
# bind (base package-load-path)
packages-load-package-lisps(("/usr/local/sbin/xemacs/lib/lisp/"
"/usr/local/sbin/xemacs/lib/lisp/apel/"
"/usr/local/sbin/xemacs/lib/lisp/auctex/"
"/usr/local/sbin/xemacs/lib/lisp/bbdb/"
"/usr/local/sbin/xemacs/lib/lisp/build/"
"/usr/local/sbin/xemacs/lib/lisp/c-support/"
"/usr/local/sbin/xemacs/lib/lisp/calc/"
"/usr/local/sbin/xemacs/lib/lisp/calendar/"
"/usr/local/sbin/xemacs/lib/lisp/cc-mode/"
"/usr/local/sbin/xemacs/lib/lisp/clearcase/"
"/usr/local/sbin/xemacs/lib/lisp/cookie/"
"/usr/local/sbin/xemacs/lib/lisp/debug/"
"/usr/local/sbin/xemacs/lib/lisp/dictionary/"
"/usr/local/sbin/xemacs/lib/lisp/dired/"
"/usr/local/sbin/xemacs/lib/lisp/docbookide/"
"/usr/local/sbin/xemacs/lib/lisp/ecb/"
"/usr/local/sbin/xemacs/lib/lisp/ecrypto/"
"/usr/local/sbin/xemacs/lib/lisp/edebug/"
"/usr/local/sbin/xemacs/lib/lisp/edict/"
"/usr/local/sbin/xemacs/lib/lisp/ediff/"
"/usr/local/sbin/xemacs/lib/lisp/edit-utils/"
"/usr/local/sbin/xemacs/lib/lisp/efs/"
"/usr/local/sbin/xemacs/lib/lisp/egg!
-its/" "/usr/local/sbin/xemacs/lib/lisp/eieio/"
"/usr/local/sbin/xemacs/lib/lisp/elib/"
"/usr/local/sbin/xemacs/lib/lisp/emerge/"
"/usr/local/sbin/xemacs/lib/lisp/eshell/"
"/usr/local/sbin/xemacs/lib/lisp/ess/"
"/usr/local/sbin/xemacs/lib/lisp/eterm/"
"/usr/local/sbin/xemacs/lib/lisp/eudc/"
"/usr/local/sbin/xemacs/lib/lisp/footnote/"
"/usr/local/sbin/xemacs/lib/lisp/forms/"
"/usr/local/sbin/xemacs/lib/lisp/frame-icon/"
"/usr/local/sbin/xemacs/lib/lisp/fsf-compat/"
"/usr/local/sbin/xemacs/lib/lisp/games/"
"/usr/local/sbin/xemacs/lib/lisp/gnats/"
"/usr/local/sbin/xemacs/lib/lisp/gnus/"
"/usr/local/sbin/xemacs/lib/lisp/haskell-mode/"
"/usr/local/sbin/xemacs/lib/lisp/hm--html-menus/"
"/usr/local/sbin/xemacs/lib/lisp/ibuffer/"
"/usr/local/sbin/xemacs/lib/lisp/idlwave/"
"/usr/local/sbin/xemacs/lib/lisp/igrep/"
"/usr/local/sbin/xemacs/lib/lisp/ilisp/"
"/usr/local/sbin/xemacs/lib/lisp/ispell/"
"/usr/local/sbin/xemacs/lib/lisp/latin-unity/"
"/usr/local/sbin/xemacs/lib/lisp/leim/" "/!
usr/local/sbin/xemacs/lib/lisp/locale/" "/usr/local/sbin/xemac!
s/lib/li
sp/lookup/" "/usr/local/sbin/xemacs/lib/lisp/mail-lib/"
"/usr/local/sbin/xemacs/lib/lisp/mailcrypt/"
"/usr/local/sbin/xemacs/lib/lisp/mew/" ...) "auto-autoloads")
# bind (package-load-path)
packages-load-package-auto-autoloads(("/usr/local/sbin/xemacs/lib/lisp/"
"/usr/local/sbin/xemacs/lib/lisp/apel/"
"/usr/local/sbin/xemacs/lib/lisp/auctex/"
"/usr/local/sbin/xemacs/lib/lisp/bbdb/"
"/usr/local/sbin/xemacs/lib/lisp/build/"
"/usr/local/sbin/xemacs/lib/lisp/c-support/"
"/usr/local/sbin/xemacs/lib/lisp/calc/"
"/usr/local/sbin/xemacs/lib/lisp/calendar/"
"/usr/local/sbin/xemacs/lib/lisp/cc-mode/"
"/usr/local/sbin/xemacs/lib/lisp/clearcase/"
"/usr/local/sbin/xemacs/lib/lisp/cookie/"
"/usr/local/sbin/xemacs/lib/lisp/debug/"
"/usr/local/sbin/xemacs/lib/lisp/dictionary/"
"/usr/local/sbin/xemacs/lib/lisp/dired/"
"/usr/local/sbin/xemacs/lib/lisp/docbookide/"
"/usr/local/sbin/xemacs/lib/lisp/ecb/"
"/usr/local/sbin/xemacs/lib/lisp/ecrypto/"
"/usr/local/sbin/xemacs/lib/lisp/edebug/"
"/usr/local/sbin/xemacs/lib/lisp/edict/"
"/usr/local/sbin/xemacs/lib/lisp/ediff/"
"/usr/local/sbin/xemacs/lib/lisp/edit-utils/"
"/usr/local/sbin/xemacs/lib/lisp/efs/" "/usr/local/sbin/xemacs/lib!
/lisp/egg-its/" "/usr/local/sbin/xemacs/lib/lisp/eieio/"
"/usr/local/sbin/xemacs/lib/lisp/elib/"
"/usr/local/sbin/xemacs/lib/lisp/emerge/"
"/usr/local/sbin/xemacs/lib/lisp/eshell/"
"/usr/local/sbin/xemacs/lib/lisp/ess/"
"/usr/local/sbin/xemacs/lib/lisp/eterm/"
"/usr/local/sbin/xemacs/lib/lisp/eudc/"
"/usr/local/sbin/xemacs/lib/lisp/footnote/"
"/usr/local/sbin/xemacs/lib/lisp/forms/"
"/usr/local/sbin/xemacs/lib/lisp/frame-icon/"
"/usr/local/sbin/xemacs/lib/lisp/fsf-compat/"
"/usr/local/sbin/xemacs/lib/lisp/games/"
"/usr/local/sbin/xemacs/lib/lisp/gnats/"
"/usr/local/sbin/xemacs/lib/lisp/gnus/"
"/usr/local/sbin/xemacs/lib/lisp/haskell-mode/"
"/usr/local/sbin/xemacs/lib/lisp/hm--html-menus/"
"/usr/local/sbin/xemacs/lib/lisp/ibuffer/"
"/usr/local/sbin/xemacs/lib/lisp/idlwave/"
"/usr/local/sbin/xemacs/lib/lisp/igrep/"
"/usr/local/sbin/xemacs/lib/lisp/ilisp/"
"/usr/local/sbin/xemacs/lib/lisp/ispell/"
"/usr/local/sbin/xemacs/lib/lisp/latin-unity/"
"/usr/local/sbin/xemacs/lib/lisp/!
leim/" "/usr/local/sbin/xemacs/lib/lisp/locale/" "/usr/local/s!
bin/xema
cs/lib/lisp/lookup/" "/usr/local/sbin/xemacs/lib/lisp/mail-lib/"
"/usr/local/sbin/xemacs/lib/lisp/mailcrypt/"
"/usr/local/sbin/xemacs/lib/lisp/mew/" ...))
startup-load-autoloads()
normal-top-level()
# (condition-case ... . error)
# (catch top-level ...)