To be sent to crashes(a)xemacs.org
-----------------------------------------------------------------------
I am using Redhat8.0.
After untarring
xemacs-21.1.14.tar.bz2
in /home/hpz
configure and make in
/home/hpz/xemacs-21.1.14
invoking xemacs gives:
Fatal error (11).
Your files have been auto-saved.
Use `M-x recover-session' to recover them.
.....
Segmentation fault
Then
gdb xemacs in /home/hpz/xemacs-21.1.14/src
gives ...
---------------------------------------------------------------------
[root@laphpz src](678): gdb xemacs
GNU gdb Red Hat Linux (5.2.1-4)
Copyright 2002 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-redhat-linux"...
(gdb) clear
No source file specified.
(gdb) run
Starting program: /home/hpz/xemacs-21.1.14/src/xemacs
Program received signal SIGSEGV, Segmentation fault.
0x40337813 in XtInitializeWidgetClass () from /usr/X11R6/lib/libXt.so.6
(gdb) where
#0 0x40337813 in XtInitializeWidgetClass () from /usr/X11R6/lib/libXt.so.6
#1 0x40337d5c in XtInitializeWidgetClass () from /usr/X11R6/lib/libXt.so.6
#2 0x40337e5e in XtInitializeWidgetClass () from /usr/X11R6/lib/libXt.so.6
#3 0x4033890a in _XtCreatePopupShell () from /usr/X11R6/lib/libXt.so.6
#4 0x40338a55 in XtCreatePopupShell () from /usr/X11R6/lib/libXt.so.6
#5 0x08151eed in x_create_widgets (f=0x839bce0, lisp_window_id=136725576,
parent=136917492) at frame-x.c:1952
#6 0x08150ab7 in x_init_frame_1 (f=0x83fa248, props=136917492)
at frame-x.c:2183
#7 0x080ed3f7 in Fmake_frame (props=136917492, device=137794024)
at frame.c:383
#8 0x080a24b4 in funcall_recording_as (recorded_as=137013740, nargs=2,
args=0xbfffed50) at eval.c:3193
#9 0x080a58dc in Ffuncall (nargs=3, args=0x8264448) at eval.c:3238
#10 0x08085993 in Fbyte_code (bytestr=136186840, vector=136186912, maxdepth=8)
at bytecode.c:416
#11 0x080a2ecb in funcall_lambda (fun=136187000, nargs=0,
arg_vector=0xbffff064) at eval.c:3607
#12 0x080a2346 in funcall_recording_as (recorded_as=137351508, nargs=0,
args=0xbffff060) at eval.c:3214
#13 0x080a58dc in Ffuncall (nargs=1, args=0x8264448) at eval.c:3238
#14 0x08085993 in Fbyte_code (bytestr=136322344, vector=136322460, maxdepth=0)
at bytecode.c:416
---Type <return> to continue, or q <return> to quit---