Here is 100% repeatable crash using XEmacs CVS from 2008-06-01. I'm
using the standard Solaris X11 libraries.
Interestingly, I have an ancient build of X11R6.4 that I did years
ago, and when I build the exact same source, but use these libraries
instead, I get a working build, as this messsage shows, since I'm
using xemacs to send this.
Installation file attached.
Here is a partial gdb traceback of the crash
gdb src/xemacs
GNU gdb 6.3
Copyright 2004 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 "sparc-sun-solaris2.8"...
(gdb) run -vanilla
Starting program:
/apps/public/XEmacs/src/xemacs-21.5-2008-06-01/build-solaris8-xft/src/xemacs -vanilla
warning: Lowest section in /lib/libintl.so.1 is .dynamic at 00000074
warning: Lowest section in /lib/libdl.so.1 is .hash at 000000b4
warning: Lowest section in /usr/lib/libpthread.so.1 is .dynamic at 00000074
Program received signal SIGSEGV, Segmentation fault.
0x00000000 in ?? ()
(gdb) back
#0 0x00000000 in ?? ()
#1 0xfede5c20 in XRegisterIMInstantiateCallback ()
from /usr/openwin/lib/libX11.so.4
#2 0x000f89d8 in XIM_init_device (d=0x65a100)
at /apps/public/XEmacs/src/xemacs-21.5-2008-06-01/src/input-method-xlib.c:206
#3 0x002f39e0 in x_init_device (d=0x65a100, unused_props=4282372)
at /apps/public/XEmacs/src/xemacs-21.5-2008-06-01/src/device-x.c:872
#4 0x000a3ea8 in Fmake_device (type=4433412, connection=4282372,
props=4282372)
at /apps/public/XEmacs/src/xemacs-21.5-2008-06-01/src/device.c:667
#5 0x000d14c0 in Ffuncall (nargs=3, args=0xffbfdbbc)
at /apps/public/XEmacs/src/xemacs-21.5-2008-06-01/src/eval.c:3928
#6 0x000729d0 in execute_optimized_program (program=0xd4ec10
"~~\b\"\207",
stack_depth=3, constants_data=0x5b8ad0)
at /apps/public/XEmacs/src/xemacs-21.5-2008-06-01/src/bytecode.c:862
#7 0x000d0d40 in funcall_compiled_function (fun=6157876, nargs=1,
args=0xffbfdec8)
at /apps/public/XEmacs/src/xemacs-21.5-2008-06-01/src/eval.c:3514
#8 0x000d19a0 in Ffuncall (nargs=2, args=0xffbfdec4)
at /apps/public/XEmacs/src/xemacs-21.5-2008-06-01/src/eval.c:3967
#9 0x000729d0 in execute_optimized_program (
program=0xd49650 "\f?~'~ \210~~!~\004~
\210\b@\vB\022~~!~\b\t~\005~~!\021~~!---Type <return> to continue, or q
<return> to quit---
Ray
uname -a: SunOS usrtc3082 5.10 Generic_120011-14 sun4u sparc SUNW,A70
../configure '--with-compiler=/usr/sfw/bin/gcc' '--with-mule'
'--verbose' '--with-ldap=yes' '--enable-modules=no'
'--with-pop' '--enable-sound=noesd'
'--prefix=/apps/public/XEmacs/21.5'
'--bindir=/apps/public/XEmacs/21.5/bin/solaris2.8'
'--enable-dialogs=athena' '--enable-widgets=athena'
'--with-site-includes=/apps/public/solaris2.7/usr/openwin/include
/apps/public/solaris2.7/openldap/include /apps/public/solaris2.7/include'
'--with-site-libraries=/apps/public/solaris2.7/usr/openwin/lib
/apps/public/solaris2.7/openldap/lib /apps/public/solaris2.7/lib'
'--with-xft=emacs menubars tabs gauges'
XEmacs 21.5-b28 "fuki" (+CVS-20071205) configured for
`sparc-sun-solaris2.10'.
Compilation Environment and Installation Defaults:
Source code location: /apps/public/XEmacs/src/xemacs-21.5-2008-06-01
Installation prefix: /apps/public/XEmacs/21.5
Additional header files: /apps/public/solaris2.7/usr/openwin/include
/apps/public/solaris2.7/openldap/include /apps/public/solaris2.7/include
Additional libraries: /apps/public/solaris2.7/usr/openwin/lib
/apps/public/solaris2.7/openldap/lib /apps/public/solaris2.7/lib
Runtime library search path:
/usr/ccs/lib:/apps/public/solaris2.7/usr/openwin/lib:/apps/public/solaris2.7/openldap/lib:/apps/public/solaris2.7/lib:/usr/openwin/lib:/usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/../../..:/usr/sfw/lib
Operating system description file: `s/sol2.h'
Machine description file: `m/sparc.h'
Compiler version: gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
- GCC specs file: /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs
- Compiler command: /usr/sfw/bin/gcc -Wall -Wno-switch -Wundef
-Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wunused-parameter -g
libc version: SUNWcsl 11.10.0,REV=2005.01.21.15.53
Relocating allocator for buffers: yes
GNU version of malloc: yes
Window System:
Compiling in support for the X window system:
- X Windows headers location: /usr/X11/include
- X Windows libraries location: /usr/openwin/lib
- Handling WM_COMMAND properly.
- Using fontconfig to manage fonts.
- Compiling in support for Xft antialiased fonts (EXPERIMENTAL).
Compiling in support for the Athena widget set:
- Athena headers location: X11/Xaw
- Athena library to link: Xaw
Using Lucid menubars.
- Using Xft to render antialiased fonts in menubars.
WARNING: This feature will be replaced with a face.
Using Lucid scrollbars.
Using Athena dialog boxes.
Using Athena native widgets.
- Using Xft to render antialiased fonts in tab controls.
WARNING: This feature will be replaced with a face.
- Using Xft to render antialiased fonts in progress bars.
WARNING: This feature will be replaced with a face.
WARNING: This feature not yet implemented; setting ignored.
TTY:
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 NAS (network audio system).
Databases:
Compiling in support for Berkeley database.
Compiling in support for DBM.
Compiling in support for LDAP.
Compiling in support for PostgreSQL.
- Using PostgreSQL header file: pgsql/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.
Mail:
Compiling in support for POP mail retrieval.
Compiling in support for "file" mail spool file locking method.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Using the new GC mark algorithms (KKCC).
WARNING: ---------------------------------------------------------
WARNING: The new algorithms are experimental. They are enabled by
WARNING: default for this release. Use `--disable-kkcc' to
WARNING: turn it off.
WARNING: ---------------------------------------------------------
Compiling in support for extra debugging code.
Compiling in support for runtime error checking.
WARNING: ---------------------------------------------------------
WARNING: XEmacs will run noticeably more slowly as a result.
WARNING: Error checking is on by default for XEmacs beta releases.
WARNING: ---------------------------------------------------------
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta