In XEmacs 21.0 "Poitou60" [Lucid] (sparc-sun-solaris2.5.1, Mule) of
Fri Dec 18 1998 on y01u538
configured using `configure --prefix=/home/ye/tss/Mercury/gnu/
--with-gcc --with-gnu-make --with-mule --with-workshop
--error-checking=none --gung-ho
--site-includes=/home/ye/tss/Mercury/gnu/include
--site-libraries=/home/ye/tss/Mercury/gnu/lib --with-workshop'
I have a file that crashes both 21.0-b54 and 21.0.60 when I open
it. Using C-u C-x C-f and specifying 'no-conversion' makes it load OK.
I'm attaching various information and the file that makes it crash. Please tell
me if there is anything else you need.
Thanks for a great editor!
/Micke
--
Michael Lundkvist
ml(a)epact.se
Epact Technology AB
Error message from XEmacs:
Fatal error (11).
Your files have been auto-saved.
Use `M-x recover-session' to recover them.
Please report this bug by running the send-pr script included
with XEmacs, or selecting `Send Bug Report' from the help menu.
As a last resort send ordinary email to `crashes(a)xemacs.org'.
*MAKE SURE* to include the information in the command
M-x describe-installation.
If at all possible, *please* try to obtain a C stack backtrace;
it will help us immensely in determining what went wrong.
To do this, locate the core file that was produced as a result
of this crash (it's usually called `core' and is located in the
directory in which you started the editor, or maybe in your home
directory), and type
gdb /opt/Mercury/temp/xemacs-21.0.60/src/xemacs core
then type `where' when the debugger prompt comes up.
(If you don't have GDB on your system, you might have DBX,
or XDB, or SDB. A similar procedure should work for all of
these. Ask your system administrator if you need more help.)
Lisp backtrace follows:
# (condition-case ... . error)
# (catch top-level ...)
Segmentation fault (core dumped)
-----------------------------------------------------------------
Backtrace:
program terminated by signal SEGV (Segmentation Fault)
(dbx) where
=>[1] _kill(0x0, 0xb, 0x2c6020, 0x0, 0x0, 0x2c6020), at 0xef17471c
[2] fatal_error_signal(0xb, 0x0, 0xefffe2b8, 0x0, 0x0, 0x0), at 0x4ce1c
---- called from signal handler with signal 11 (SIGSEGV) ------
[3] create_text_block(), at 0xf3c20
[4] generate_display_line(0x4e9e00, 0x561048, 0x490800, 0x1, 0x0, 0xefffe7c4), at 0xf0f2c
[5] regenerate_window(0x4e9e00, 0x1, 0x4e9e04, 0x1, 0x7ffffffe, 0x1), at 0xf8224
[6] redisplay_window(0x4e9e00, 0x1, 0x0, 0x0, 0x490800, 0x1), at 0xf99c4
[7] redisplay_frame(0x4e9000, 0x0, 0x2c6004, 0x22185c, 0x81010100, 0xff00), at 0xf9d68
[8] redisplay_device(0x3d5700, 0x296800, 0x295fdc, 0xefffe9d0, 0xd, 0xefffe9e0), at 0xf9f7c
[9] redisplay_without_hooks(0xfffc0000, 0x0, 0x1, 0x2c6004, 0x2c6004, 0x2bc000), at 0xfa2f0
[10] redisplay(0x2c6004, 0x2c6004, 0x2c6004, 0x2c6004, 0x298400, 0xefffeae8), at 0xffbb8
[11] Fnext_event(0x4d7d74, 0x2c6004, 0x2c6004, 0x295c00, 0x2c6004, 0x0), at 0x8b5a4
[12] Fcommand_loop_1(0x2c6004, 0x440600, 0x296c00, 0x4e734, 0x0, 0x0), at 0x31d34
[13] command_loop_1(0x2c6004, 0xefffed78, 0x2f55ec, 0x0, 0x0, 0x31f60), at 0x31f74
[14] condition_case_1(0x2c6074, 0x31f60, 0x2c6004, 0x31fdc, 0x2c6004, 0x0), at 0x4e790
[15] command_loop_2(0x2c6004, 0x0, 0x0, 0x296c00, 0x320a0, 0xefffec50), at 0x320e4
[16] internal_catch(0x2d9330, 0x320a0, 0x2c6004, 0x0, 0xeffff044, 0x43400c), at 0x560b8
[17] initial_command_loop(0x296800, 0x296c00, 0x434018, 0x43400c, 0x6, 0xeffff593), at 0x31854
[18] xemacs_21_0_b60_sparc_sun_solaris2_5_1(0x1, 0xeffff1ac, 0xeffff1b4, 0x0, 0x0, 0x0), at 0x4b660
[19] main(0x0, 0xeffff1ac, 0xeffff1b4, 0x28d3a8, 0x1, 0x0), at 0x4d004
-----------------------------------------------------------------