Never mind, I see this is from an older version that I was picking up in my PATH.
Does not happen with the beta.
On Jul 25, 2012, at 8:04 PM, Rich Cook wrote:
Hi, I'm getting a crash lately with xemacs. I cannot use syntax
highlighting without the below occurring.
Thanks
Apologies if this is a duplicate. It also occurs with the newer xemacs.
rcook@richcookhomemac (~): uname -a
Darwin richcookhomemac 11.4.0 Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PDT 2012;
root:xnu-1699.26.8~1/RELEASE_X86_64 x86_64
rcook@richcookhomemac (~): emacs test.sh
Fatal error (11).
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 `xemacs-beta(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 /opt/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:
dispatch-non-command-events()
# (condition-case ... . ((nil)))
progress-feedback-dispatch-non-command-events()
# bind (tmsg top frame value message label)
append-progress-feedback(font-lock "Fontifying test.sh..." 0 nil)
# bind (frame value message label)
display-progress-feedback(font-lock "Fontifying test.sh..." 0)
# bind (str)
# (unwind-protect ...)
# bind (args value fmt label)
progress-feedback-with-label(font-lock "Fontifying %s..." 0
"test.sh")
# bind (maybe-loudly end beg)
font-lock-default-unfontify-region(1 13 t)
# bind (loudly end beg)
font-lock-unfontify-region(1 13 t)
# bind (was-on font-lock-verbose font-lock-message-threshold aborted)
# (unwind-protect ...)
font-lock-default-fontify-buffer()
# bind (font-lock-verbose)
font-lock-fontify-buffer()
# bind (on-p maximum-size arg)
font-lock-mode()
(progn (font-lock-mode) (customize-set-variable (quote font-lock-mode) font-lock-mode))
eval((progn (font-lock-mode) (customize-set-variable (quote font-lock-mode)
font-lock-mode)))
# (condition-case ... . error)
# (catch top-level ...)
Segmentation fault: 11
(gdb) where
#0 0x00007fff9302f82a in __kill ()
#1 0x0000000100035d75 in fatal_error_signal ()
#2 <signal handler called>
#3 0x0000000100559cd2 in XDrawLine ()
#4 0x000000010015fbef in GaugeExpose ()
#5 0x00000001004f120e in SendExposureEvent ()
#6 0x00000001004f1624 in XtDispatchEventToWidget ()
#7 0x00000001004f02c1 in _XtDefaultDispatcher ()
#8 0x00000001004f0f72 in XtDispatchEvent ()
#9 0x00000001004fc9ca in XtAppProcessEvent ()
#10 0x00000001001288cd in emacs_Xt_event_pending_p ()
#11 0x000000010007801a in Fdispatch_non_command_events ()
#12 0x00000001000390bf in Feval ()
#13 0x000000010003f233 in condition_case_3 ()
#14 0x00000001000121d6 in execute_rare_opcode ()
#15 0x00000001000127bb in execute_optimized_program ()
#16 0x000000010000f866 in funcall_compiled_function ()
#17 0x0000000100039c9e in Ffuncall ()
#18 0x0000000100012982 in execute_optimized_program ()
#19 0x000000010000f866 in funcall_compiled_function ()
#20 0x0000000100039c9e in Ffuncall ()
#21 0x0000000100012982 in execute_optimized_program ()
#22 0x000000010000f866 in funcall_compiled_function ()
#23 0x0000000100039c9e in Ffuncall ()
#24 0x0000000100012982 in execute_optimized_program ()
#25 0x000000010000f866 in funcall_compiled_function ()
#26 0x0000000100039c9e in Ffuncall ()
#27 0x0000000100012982 in execute_optimized_program ()
#28 0x000000010000f866 in funcall_compiled_function ()
#29 0x0000000100039c9e in Ffuncall ()
#30 0x0000000100012982 in execute_optimized_program ()
#31 0x000000010000f866 in funcall_compiled_function ()
#32 0x0000000100039c9e in Ffuncall ()
#33 0x0000000100012982 in execute_optimized_program ()
#34 0x000000010000f866 in funcall_compiled_function ()
#35 0x0000000100039c9e in Ffuncall ()
#36 0x0000000100012982 in execute_optimized_program ()
#37 0x000000010000f866 in funcall_compiled_function ()
#38 0x0000000100039c9e in Ffuncall ()
#39 0x0000000100012982 in execute_optimized_program ()
#40 0x000000010000f866 in funcall_compiled_function ()
#41 0x00000001000393c9 in Feval ()
#42 0x0000000100036b59 in Fprogn ()
#43 0x0000000100038f94 in Feval ()
#44 0x0000000100039aee in Ffuncall ()
#45 0x000000010003bc8f in call1 ()
#46 0x000000010007ad99 in execute_command_event ()
#47 0x0000000100077f7c in Fdispatch_event ()
#48 0x000000010001c127 in Fcommand_loop_1 ()
#49 0x000000010003c713 in condition_case_1 ()
#50 0x000000010001c28a in command_loop_2 ()
#51 0x000000010003af7b in internal_catch ()
#52 0x000000010001c646 in initial_command_loop ()
#53 0x0000000100035877 in xemacs_21_4_22_i386_apple_darwin11_3_0 ()
#54 0x000000010003598a in main ()
uname -a: Darwin richcookhomemac 11.3.0 Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41
PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64 x86_64
./configure '--prefix=/opt/local' '--mandir=/opt/local/share/man'
'--without-postgresql' '--without-ldap' '--with-sound=none'
'--pdump' '--site-prefixes=/opt/local' '--with-tty'
'--with-dialogs=athena' '--with-widgets=athena' '--with-athena=3d'
'--with-database=gdbm' '--with-mule'
XEmacs 21.4.22 "Instant Classic" configured for `i386-apple-darwin11.3.0'.
Compilation / Installation:
Source code location:
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_editors_xemacs/xemacs/work/xemacs-21.4.22
Installation prefix: /opt/local
Additional prefixes: /opt/local
Operating system description file: `s/darwin.h'
Not using any machine description file
Compiler: /usr/bin/llvm-gcc-4.2 -pipe -O2 -arch x86_64
Compiler version: /usr/bin/llvm-gcc-4.2 on i386-apple-darwin11.3.0
Relocating allocator for buffers: no
GNU version of malloc: no
- The GNU allocators don't work with this system configuration.
libc: system-provided libc on i386-apple-darwin11.3.0
Window System:
Compiling in support for the X window system:
- X Windows headers location: /usr/X11/include
- X Windows libraries location: /opt/local/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.
Compiling in support for X-Face message headers.
Sound:
Databases:
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.
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.
Rich Cook
wealthychef(a)yahoo.com
"What is most personal is most general."
-- Carl Rogers
Rich Cook
wealthychef(a)yahoo.com
"What is most personal is most general."
-- Carl Rogers
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta