Hallo,
I have littel problem to start an self-compiled xemacs. Without
'--ldflags=-s -znocombreloc' Xemacs crashs on start.
tom@grisu:~> xemacs -V
XEmacs 21.5 (beta3) "asparagus" [Lucid] (i686-pc-linux, Mule) of Thu
Jan 3 2002 on grisu
tom@grisu:~>
tom@cederic:~> xemacs -V
XEmacs 21.4 (patch 6) "Common Lisp" [Lucid] (i686-pc-linux, Mule) of Tue
Jan 1 2002 on grisu
tom@cederic:~>
On both versions its the same
This is the lisp backtrace
# bind (frame-being-created)
make-frame(nil #<x-device on ":0.0" 0x2412>)
frame-initialize()
# bind (debugger debug-on-error command-line-args-left)
command-line()
# (unwind-protect ...)
normal-top-level()
# (condition-case ... . error)
# (catch top-level ...)
(gdb) run
Starting program: /usr/local/bin/xemacs
Program received signal SIGSEGV, Segmentation fault.
0x40156888 in XtInitializeWidgetClass () from /usr/X11R6/lib/libXt.so.6
(gdb) where
#0 0x40156888 in XtInitializeWidgetClass () from /usr/X11R6/lib/libXt.so.6
#1 0x40156bdf in xtWidgetAlloc () from /usr/X11R6/lib/libXt.so.6
#2 0x40156dc0 in xtCreate () from /usr/X11R6/lib/libXt.so.6
#3 0x4015771b in _XtCreatePopupShell () from /usr/X11R6/lib/libXt.so.6
#4 0x401577bd in XtCreatePopupShell () from /usr/X11R6/lib/libXt.so.6
#5 0x0819c3c6 in x_create_widgets ()
#6 0x0819c97d in x_init_frame_1 ()
#7 0x08116a63 in Fmake_frame ()
#8 0x080b763c in Ffuncall ()
#9 0x0808f3e7 in execute_optimized_program ()
#10 0x0808f0f7 in funcall_compiled_function ()
#11 0x080b77e4 in Ffuncall ()
#12 0x0808f3e7 in execute_optimized_program ()
#13 0x0808f0f7 in funcall_compiled_function ()
#14 0x080b77e4 in Ffuncall ()
#15 0x0808f3e7 in execute_optimized_program ()
#16 0x0808f0f7 in funcall_compiled_function ()
#17 0x080b6f73 in Feval ()
#18 0x080bd03f in condition_case_1 ()
#19 0x0809a1c7 in top_level_1 ()
#20 0x080bcf0c in internal_catch ()
#21 0x08099aba in initial_command_loop ()
#22 0x080b1299 in xemacs_21_4_6_i686_pc_linux ()
#23 0x080b30c5 in main ()
#24 0x403b87ee in __libc_start_main () from /lib/libc.so.6
(gdb)