xemacs-21.0-b41 -vanilla
Eval in *scratch*
(setq recent-files-list
'(
("/ftp@ftp.fh-koblenz.de:/pub/Mirror/ftp.xemacs.org/pub/xemacs/beta/xemacs-20.5/"
. t)
))
(load "recent-files")
(recent-files-initialize)
Click `Recent Files' menu.
...
Fatal error (11).
...
Lisp backtrace follows:
# (condition-case ... . error)
# (catch top-level ...)
zsh: 5762 segmentation fault (core dumped) src/xemacs -vanilla
chaos 13:14 % gdb src/xemacs core
...
Core was generated by `src/xemacs -vanilla'.
Program terminated with signal 11, Segmentation fault.
#0 0x40359661 in ?? ()
(gdb) where
#0 0x40359661 in ?? ()
Cannot access memory at address 0xbfffea18.
uname -a: Linux chaos.lce.hut.fi 2.0.32 #1 Thu Apr 16 11:25:50 EDT 1998 i686 unknown
./configure '--gung-ho' '--prefix=/proj/ave/xemacs' '--debug=yes'
'--error-checking=all' '--use-union-type'
XEmacs 21.0-b41 "San Clemente" configured for `i686-pc-linux'.
Where should the build process find the source code?
/proj/ave/xemacs/xemacs-21.0-b41
What installation prefix should install use? /proj/ave/xemacs
What operating system and machine description files should XEmacs use?
`s/linux.h' and `m/intel386.h'
What compiler should XEmacs be built with? gcc -g -O3 -Wall -Wno-switch
Should XEmacs use the GNU version of malloc? yes
(Using Doug Lea's new malloc from the GNU C Library.)
Should XEmacs use the relocating allocator for buffers? yes
What window system should XEmacs use? x11
Where do we find X Windows header files? /usr/X11R6/include
Where do we find X Windows libraries? /usr/X11R6/lib
Compiling in support for XAUTH.
Compiling in support for XPM images.
Compiling in support for X-Face message headers.
Compiling in support for JPEG image conversion.
Compiling in support for PNG image conversion.
Compiling in support for TIFF image conversion.
Compiling in native sound support.
Compiling in support for Berkeley DB.
Compiling in support for GNU DBM.
Compiling in support for ncurses.
Compiling in support for GPM (General Purpose Mouse).
Compiling in support for OffiX.
Compiling in support for Drag'n'Drop ( OffiX ).
Compiling in support for proper session-management.
Using Lucid menubars.
Using Lucid scrollbars.
Using Motif dialog boxes.
Compiling in DLL support.
movemail will use "dot-locking" for locking mail spool files.
Using the union type for Lisp_Objects.
Using Lisp_Objects with minimal tagbits.
Using indexed lrecord implementation.
Compiling in extra code for debugging.
Compiling in code for checking XEmacs memory usage.
WARNING: ---------------------------------------------------------
WARNING: Compiling in support for runtime error checking.
WARNING: XEmacs will run noticeably more slowly as a result.
WARNING: Error checking is on by default for XEmacs beta releases.
WARNING: ---------------------------------------------------------