Hi!
XEmacs doesn't start anymore ...
Lisp backtrace follows:
# bind (frame-being-created)
make-frame(nil #<x-device on ":0.0" 0x1b87>)
frame-initialize()
# bind (debugger debug-on-error command-line-args-left)
command-line()
# (unwind-protect ...)
normal-top-level()
# (condition-case ... . error)
# (catch top-level ...)
Abort trap (core dumped)
(gdb) bt
#0 0x28442c78 in kill () from /usr/lib/libc.so.3
#1 0x807fe53 in fatal_error_signal (sig=6) at emacs.c:278
#2 0xbfbfdfdc in ?? ()
#3 0x8081ecf in assert_failed (file=0x81bd58b "glyphs.h", line=379,
expr=0x81bd594 "RECORD_TYPEP (obj, &lrecord_image_instance)")
at emacs.c:2828
#4 0x80ebc10 in glyph_dirty_p (glyph_or_image=136724480, window=139030016)
at glyphs.c:3518
#5 0x80ec13b in update_glyph_cachel_data (w=0x8496e00, glyph=136724480,
cachel=0xbfbfd13c) at glyphs.c:3792
#6 0x80ec216 in get_glyph_cachel_index (w=0x8496e00, glyph=136724480)
at glyphs.c:3809
#7 0x80ec294 in reset_glyph_cachels (w=0x8496e00) at glyphs.c:3842
#8 0x80dcca2 in Fmake_frame (props=136452100, device=138948864) at frame.c:468
#9 0x8087f7f in Ffuncall (nargs=3, args=0xbfbfd224) at eval.c:3175
#10 0x805fee0 in execute_optimized_program (
program=0x8402090 "À \210Á ?.Â\013Ä
\"¬\037Å\016\006\016\a\"\026\bÉ\016\006
Â\016\nË
\"@\"\211\026\f\026\rÎ\016\006!\026\006Ï\016\020!\210Ñ\211\023\207",
stack_depth=5, constants_data=0x8320d90) at bytecode.c:743
#11 0x805f829 in funcall_compiled_function (fun=137476436, nargs=0,
args=0xbfbfd330) at bytecode.c:519
#12 0x80880d9 in Ffuncall (nargs=1, args=0xbfbfd32c) at eval.c:3210
#13 0x805fee0 in execute_optimized_program (
program=0x8424010 "\bA\031ÂÃ\034\035Æ\t!\021ÇÈ!«\004É \210\016\n«\020\016\01
3¬\fÌÍÎ\016\n!ÏQ! \210Ð \210*Ñ \210rÒÓ!q\210Ô \210ÕÖ!\210\016\027Øa«\005\016\031
\210)Ú Ûa«\bË ¬\004Ü \210Ý \210Ö\026\036Ë \004ßÃ!)\207comm/zenirc/src",
stack_depth=4, constants_data=0x836a310) at bytecode.c:743
#14 0x805f829 in funcall_compiled_function (fun=137751932, nargs=0,
args=0xbfbfd434) at bytecode.c:519
#15 0x80880d9 in Ffuncall (nargs=1, args=0xbfbfd430) at eval.c:3210
#16 0x805fee0 in execute_optimized_program (
program=0x83e0210 "\b«\005ÁÂ!\207Ã\020Ä \211\035«\030\rG\016\006GW«\020Ç\016
\006!Ç\r!k«\006È\r!\026\006)É\016\006!\026\006Ê \210Ë \210\016\f®\aÍÎ!\002Ã\036
\fÏ\016\020\016\021\"\026\022\016\f«\nÓÔÕ\016\022\"Ö\"\210\016\022¬\006×
\210ª\0
16Ø\016\022\016\031\016\032\016\e\016\f%\210Ü \210)\016\035¬\022\016\036«\016ßàá
\016\"!\016\036\"ãÃ#\210\016\035¬\024\016\032¬\006ä\016%!\210ä\016&!\210ä\016'!\
210è\216é )\207", stack_depth=7, constants_data=0x836a610) at bytecode.c:743
#17 0x805f829 in funcall_compiled_function (fun=137751876, nargs=0,
args=0xbfbfd4d8) at bytecode.c:519
#18 0x80878c3 in Feval (form=136895644) at eval.c:3034
#19 0x8084ce0 in condition_case_1 (handlers=136452196, bfun=0x8086e24 <Feval>,
barg=136895644, hfun=0x8069214 <cmd_error>, harg=136452100) at eval.c:1629
#20 0x8069fb5 in top_level_1 (dummy=136452100) at cmdloop.c:202
#21 0x8084a30 in internal_catch (tag=136534092, func=0x8069f8c <top_level_1>,
arg=136452100, threw=0x0) at eval.c:1304
#22 0x806935d in initial_command_loop (load_me=136452100) at cmdloop.c:281
#23 0x8081073 in xemacs_21_2_b26_i386_unknown_freebsdelf3_2 (argc=2,
argv=0xbfbfd748, envp=0xbfbfd754, restart=0) at emacs.c:1901
#24 0x8081785 in main (argc=2, argv=0xbfbfd748, envp=0xbfbfd754)
Show replies by date
>>>> "N" == Norbert Koch
<norbert(a)s.netic.de> writes:
N> Hi!
N> XEmacs doesn't start anymore ...
This is also my experience. The latest CVS is broken. Please avoid
cvs update, or if you already have, consider getting another
workspace, perhaps with a command like
cvs checkout -r r21-2-26
Hopefully we'll have a fixed version out there soon.
Martin