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---
Show replies by date
Did you try --pdump?
This works for me:
uname -a: Linux
rpppc1.md.hns.com 2.4.18-17.8.0 #1 Tue Oct 8 11:48:09 EDT 2002 i686 athlon
i386 GNU/Linux
./configure 'i386-redhat-linux-gnu' '--prefix=/usr'
'--exec-prefix=/usr' '--bindir=/usr/bin' '--datadir=/usr/share'
'--libdir=/usr/lib' '--mandir=/usr/share/man/man1'
'--infodir=/usr/share/info' '--with-gpm=no' '--with-sound=native'
'--with-pop' '--mail-locking=lockf' '--with-clash-detection'
'--debug=no' '--error-checking=none' '--with-mule=yes'
'--with-database=berkdb' '--with-ldap=yes' '--with-hesiod=no'
'--with-canna=yes' '--with-wnn=yes' '--with-xim=xlib'
'--with-msw=no' '--with-xfs=yes' '--pdump'
XEmacs 21.4.10 "Military Intelligence" configured for `i386-redhat-linux'.
Compilation / Installation:
Source code location: /usr/local/src/xemacs-21.4.10
Installation prefix: /usr
Operating system description file: `s/linux.h'
Machine description file: `m/intel386.h'
Compiler: gcc -g -O3 -Wall -Wno-switch -Winline
-Wmissing-prototypes -Wsign-compare -Wshadow
Relocating allocator for buffers: no
GNU version of malloc: yes
- Using Doug Lea's new malloc from the GNU C Library.
Window System:
Compiling in support for the X window system:
- X Windows headers location: /usr/X11R6/include
- X Windows libraries location: /usr/X11R6/lib
- Handling WM_COMMAND properly.
Using Lucid menubars.
Using Lucid scrollbars.
Using Motif dialog boxes.
Using Motif 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.
Sound:
Compiling in support for sound (native).
Databases:
Compiling in support for Berkeley database.
Compiling in support for LDAP.
Compiling in support for PostgreSQL.
- Using PostgreSQL header file: libpq-fe.h
- Using PostgreSQL V7 bindings.
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.
- Using XFontSet to provide bilingual menubar.
Compiling in support for Canna on Mule.
Compiling in support for the WNN input method on Mule.
Mail:
Compiling in support for POP mail retrieval.
Compiling in support for "lockf" 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.