On Saturday 19 January 2002 13:33, you wrote:
> "Steven T. Hatton" <hattons(a)bellatlantic.net> writes:
>
> Which xemacs version is this?
Latest CVS as of Jan 19 13:55
>
> > Sorry I don't have a core to send. I attached a strace and ldd of
> > /usr/local/bin/xemacs. This is what I get when I try to launch:
>
> If it is reproducible you can
> 1. Make sure you get a core by using ulimit -c unlimted before
> starting XEmacs, or easier
> 2. Start XEmacs under gdb
> gdb `which xemacs`
>
> > run
>
> * CRASH goes here *
>
> > where
>
> Jan
As I understand it, SuSE are getting ready to release XFree86 4.2 rpms this
weekend. Perhaps they will hold the fix. I'm ccing SuSE so they might be
able to verify this is fixed before distrubuting the rpms.
This is what I got from following your instructions.
baldur:/download/xemacs/xemacs-21.5 # gdb `which xemacs`
GNU gdb 20010316
Copyright 2001 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-suse-linux"...
(gdb) run
Starting program: /usr/local/bin/xemacs
Program received signal SIGSEGV, Segmentation fault.
0x402b4888 in XtInitializeWidgetClass () from /usr/X11R6/lib/libXt.so.6
(gdb) where
#0 0x402b4888 in XtInitializeWidgetClass () from /usr/X11R6/lib/libXt.so.6
#1 0x402b4bdf in xtWidgetAlloc () from /usr/X11R6/lib/libXt.so.6
#2 0x402b4dc0 in xtCreate () from /usr/X11R6/lib/libXt.so.6
#3 0x402b571b in _XtCreatePopupShell () from /usr/X11R6/lib/libXt.so.6
#4 0x402b57bd in XtCreatePopupShell () from /usr/X11R6/lib/libXt.so.6
#5 0x081dd6c8 in x_create_widgets (f=0x8553460, lisp_window_id=137122276,
parent=137122276)
at frame-x.c:1971
#6 0x081ddf87 in x_init_frame_1 (f=0x8553460, props=137122276) at
frame-x.c:2188
#7 0x0812b60a in Fmake_frame (props=137122276, device=139472472) at
frame.c:415
#8 0x080c05fc in Ffuncall (nargs=3, args=0xbfffee58) at eval.c:3477
#9 0x08093693 in execute_optimized_program (
program=0x8552b48 "Æ \210Ç ?&È\fÉ \"¬\027Ê\r\013\"\022Ë\rÈ\tÌ
\"@\"\211\020\026\020Í\r!\025Î\016\021!\210Ï\211\024\207", stack_depth=5,
constants_data=0x8351230) at bytecode.c:744
#10 0x08093295 in funcall_compiled_function (fun=138111404, nargs=0,
args=0xbfffefac) at bytecode.c:516
#11 0x080c079f in Ffuncall (nargs=1, args=0xbfffefa8) at eval.c:3512
#12 0x08093693 in execute_optimized_program (
program=0x84bf650 "\013A\035ÆÇ\032\031È\r!\025\bÉa«\004Ê \210ËÌ!«\004Í
\210ËÌ!«\017ËÎ!«\aÏÐ!\210ª\004Ñ \210\f«\017\016!¬\013ÒÓÔ\f!ÕQ! \210Ö \210*×
\210Ø \210rÙÚ!q\210Û \210ÜÝ!\210\016%Þa«\005\016& \210)ß àa«\bá ¬\004â \210ã
\210Ý\026'á \004äÇ!)\207tion haA\001", stack_depth=4,
constants_data=0x840a1d8) at bytecode.c:744
#13 0x08093295 in funcall_compiled_function (fun=138339032, nargs=0,
args=0xbffff0fc) at bytecode.c:516
#14 0x080c079f in Ffuncall (nargs=1, args=0xbffff0f8) at eval.c:3512
#15 0x08093693 in execute_optimized_program (
program=0x831f6a8 "\t«\005ÆÇ!\207È\021É
\211\034«\025\fG\rGW«\016Ê\r!Ê\f!k«\005Ë\f!\025)Ì\r!\025Í \210Î
\210\013®\aÏÐ!\002È\eÑ\b\016\035\"\022\013«\tÒÓÔ\n\"Õ\"\210\n¬\004Ö
\210×\n\016\036\016\037\016 \013%\210Ø \210)Ù \210Ú\216Û \210)\016!\003Ü
\207", stack_depth=7, constants_data=0x8402b10) at bytecode.c:744
#16 0x08093295 in funcall_compiled_function (fun=138338976, nargs=0,
args=0xbffff1b4) at bytecode.c:516
#17 0x080bfe9b in Feval (form=137619600) at eval.c:3336
#18 0x080bcde1 in condition_case_1 (handlers=137122372, bfun=0x80bf3e0
<Feval>, barg=137619600,
hfun=0x809f0c0 <cmd_error>, harg=137122276) at eval.c:1692
#19 0x0809f14f in top_level_1 (dummy=137122276) at cmdloop.c:206
#20 0x080c56fc in internal_catch (tag=137198588, func=0x809f120
<top_level_1>, arg=137122276, threw=0x0)
at eval.c:1317
#21 0x0809e363 in initial_command_loop (load_me=137122276) at cmdloop.c:285
#22 0x080b8b0a in xemacs_21_5_b4_i686_pc_linux () at emacs.c:2358
#23 0x080babf9 in main () at emacs.c:2787
#24 0x4051d7ee in __libc_start_main () from /lib/libc.so.6
(gdb)