[ I do not speak english very well, I am french - please excuse-me then
for mistakes }
Hello.
I just compiled XEmacs 21.1.14 like that:
# sh configure
# make
# make install
I use Slackware 8.1 (1 CD version, bought at
Ikarios.com, and CD comes
from LinuxCentral), fully installed. When I run XEmacs in console mode,
It work, but when I run it under XFree86 4.2, I display me the following
text:
========== copy ==========
bash-2.05a# xemacs
Fatal error (11).
Your files have been auto-saved.
Use `M-x recover-session' to recover them.
If you have access to the PROBLEMS file that came with your
version of XEmacs, please check to see if your crash is described
there, as there may be a workaround available.
Otherwise, please report this bug by running the send-pr
script included with XEmacs, or selecting `Send Bug Report'
from the help menu.
As a last resort send ordinary email to `crashes(a)xemacs.org'.
*MAKE SURE* to include the information in the command
M-x describe-installation.
If at all possible, *please* try to obtain a C stack backtrace;
it will help us immensely in determining what went wrong.
To do this, locate the core file that was produced as a result
of this crash (it's usually called `core' and is located in the
directory in which you started the editor, or maybe in your home
directory), and type
gdb /usr/local/bin/xemacs core
then type `where' when the debugger prompt comes up.
(If you don't have GDB on your system, you might have DBX,
or XDB, or SDB. A similar procedure should work for all of
these. Ask your system administrator if you need more help.)
Lisp backtrace follows:
# bind (frame-being-created)
make-frame(nil #<x-device on ":0.0" 0x1a21>)
frame-initialize()
# bind (debugger debug-on-error command-line-args-left)
command-line()
# (unwind-protect ...)
normal-top-level()
# (condition-case ... . error)
# (catch top-level ...)
Segmentation fault
bash-2.05a#
========== copy end ==========
And I will add, to finish, somthing that can be usefull for you :
========== copy ==========
bash-2.05a# gdb /usr/local/bin/xemacs core
GNU gdb 5.2
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-slackware-linux"...
/root/core: No such file or directory.
(gdb) run
Starting program: /usr/local/bin/xemacs-21.1.14
Program received signal SIGSEGV, Segmentation fault.
0x40214128 in XtInitializeWidgetClass () from /usr/X11R6/lib/libXt.so.6
(gdb) where
#0 0x40214128 in XtInitializeWidgetClass () from /usr/X11R6/lib/libXt.so.6
#1 0x4021445b in XtInitializeWidgetClass () from /usr/X11R6/lib/libXt.so.6
#2 0x40214620 in XtInitializeWidgetClass () from /usr/X11R6/lib/libXt.so.6
#3 0x40214f14 in _XtCreatePopupShell () from /usr/X11R6/lib/libXt.so.6
#4 0x40214fa5 in XtCreatePopupShell () from /usr/X11R6/lib/libXt.so.6
#5 0x08143e80 in x_create_widgets (f=0x83aad00, lisp_window_id=136862484,
parent=136862484) at frame-x.c:1952
#6 0x0814446b in x_init_frame_1 (f=0x83aad00, props=136862484) at
frame-x.c:2183
#7 0x080e61a7 in Fmake_frame (props=136862484, device=137753360) at
frame.c:383
#8 0x080a367b in funcall_recording_as (recorded_as=136958732, nargs=2,
args=0xbfffeba4)
at eval.c:3197
#9 0x080a7923 in Ffuncall (nargs=3, args=0xbfffeba4) at eval.c:3238
#10 0x080853f9 in Fbyte_code (bytestr=136133200, vector=136133272,
maxdepth=11)
at bytecode.c:416
#11 0x080a433b in funcall_lambda (fun=136133360, nargs=0,
arg_vector=0xbfffeea8)
at eval.c:3607
#12 0x080a3771 in funcall_recording_as (recorded_as=137299396, nargs=0,
args=0xbfffeea4)
at eval.c:3214
#13 0x080a7923 in Ffuncall (nargs=1, args=0xbfffeea4) at eval.c:3238
#14 0x080853f9 in Fbyte_code (bytestr=136268704, vector=136268820,
maxdepth=9)
at bytecode.c:416
#15 0x080a433b in funcall_lambda (fun=136269040, nargs=0,
arg_vector=0xbffff2a8)
at eval.c:3607
#16 0x080a3771 in funcall_recording_as (recorded_as=137442452, nargs=0,
args=0xbffff2a4)
at eval.c:3214
#17 0x080a7923 in Ffuncall (nargs=1, args=0xbffff2a4) at eval.c:3238
#18 0x080853f9 in Fbyte_code (bytestr=136266576, vector=136266760,
maxdepth=13)
at bytecode.c:416
#19 0x080a433b in funcall_lambda (fun=136267280, nargs=0,
arg_vector=0xbffff384)
at eval.c:3607
#20 0x080a3eed in apply_lambda (fun=136267280, numargs=0,
unevalled_args=136862484)
at eval.c:3511
#21 0x080a316e in Feval (form=137257196) at eval.c:3085
#22 0x080a75d2 in condition_case_1 (handlers=136862596, bfun=0x80a284c
<Feval>,
barg=137257196, hfun=0x808b9d4 <cmd_error>, harg=136862484) at
eval.c:1653
#23 0x0808ba5f in top_level_1 (dummy=136862484) at cmdloop.c:206
#24 0x080a74a4 in internal_catch (tag=136936856, func=0x808ba30
<top_level_1>,
arg=136862484, threw=0x0) at eval.c:1328
#25 0x0808b36a in initial_command_loop (load_me=136862484) at cmdloop.c:285
#26 0x0809ebce in xemacs_21_1_14_i686_pc_linux () at emacs.c:1725
#27 0x080a0300 in main (argc=1, argv=0xbffff824, envp=0xbffff82c) at
emacs.c:2142
#28 0x403b317d in __libc_start_main (main=0x80a01e8 <main>, argc=1,
ubp_av=0xbffff824,
init=0x8077230 <_init>, fini=0x8168d54 <_fini>, rtld_fini=0x4000a534
<_dl_fini>,
stack_end=0xbffff81c) at ../sysdeps/generic/libc-start.c:129
(gdb)
========== copy end ==========
Just a question... I do not really know if that mail is the good way to
report the bug, but it appear to me as the only one that exists...
and... I am a really newbie under linux, and never really used XEmacs...
I would like to use it and... do you know what can I do to fix that
problem ?
Thank you very much !
++
Jérémy.
PS: I forget to say: CPU : AMD Duron 800 MHz, 256 MB of RAM, 20 GB HDD