[mips-sgi-irix6.4]
Source : ftp.sunet.se/pub/gnu/xemacs
Make : GNU Make version 3.76.1
cc : SGI C compiler '7.2 on irix 6.3/6.4'
ld : SGI linker '7.2 on irix 6.3/6.4'
OS : IRIX64 freke 6.4 02121744 IP30
When building:
[ lots of make snipped ]
[ size information ]
Testing for Lisp shadows ...
/bin/sh: 1086 Memory fault(coredump)
make[2]: Leaving directory `/temp1/teosom/src/xemacs-21.0-b40/src'
make[1]: Leaving directory `/temp1/teosom/src/xemacs-21.0-b40/src'
Building finder database ...
make: *** [lisp/finder-inf.el] Segmentation fault (core dumped)
Stack trace from within gdb gives:
(gdb) where
#0 ifl_create_buffer () at iflFormatLex.c++:1416
#1 0xdfda288 in ifllex () at iflFormatLex.c++:662
#2 0xdfdbd9c in parse__11iflFormatDBSGv () at bison.simple:354
Current language: auto; currently c++
This doesn't seem to be related to any of the SGI problems listed
in 'PROBLEMS'. The file where the core dump occurs isn't part of
XEmacs. Any suggestions/tips?
Thanks,
--
Sam Mikes
smikes(a)alumni.hmc.edu
uname -a: IRIX64 freke 6.4 02121744 IP30
./configure
'--package-path=~/.xemacs::/temp1/teosom/lib/xemacs-21.0::/temp1/teosom/lib/xemacs-20.4'
'--prefix=/temp1/teosom' '--cflags=-g -g3 -O2'
XEmacs 21.0-b40 "Saanen" configured for `mips-sgi-irix6.4'.
Where should the build process find the source code?
/temp1/teosom/src/xemacs-21.0-b40
What installation prefix should install use? /temp1/teosom
What operating system and machine description files should XEmacs use?
`s/irix6-0.h' and `m/iris4d.h'
What compiler should XEmacs be built with? cc -g -g3 -O2
Should XEmacs use the GNU version of malloc? yes
Should XEmacs use the relocating allocator for buffers? yes
What window system should XEmacs use? x11
Where do we find X Windows header files?
Where do we find X Windows libraries?
Compiling in support for XAUTH.
Compiling in support for XPM images.
Compiling in support for JPEG image conversion.
Compiling in support for TIFF image conversion.
Compiling in native sound support.
Compiling in support for GNU DBM.
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.
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: ---------------------------------------------------------
sam:freke$ cd lisp
sam:freke$ ls -l core*
-rw-r--r-- 1 sam teokem 2295840 May 18 14:06 core
sam:freke$ file core
core: IRIX N32 core dump of 'xemacs'
sam:freke$ gdb ../src/xemacs core
GNU gdb 4.17
Copyright 1998 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 "mips-sgi-irix6.4"...
Core was generated by `xemacs'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/lib32/libXm.so.1...done.
Reading symbols from /usr/lib32/libiflTIFF.so...done.
Reading symbols from /usr/lib32/libiflJFIF.so...done.
Reading symbols from /usr/lib32/libiflPNG.so...done.
Reading symbols from /usr/lib32/libXpm.so.1...done.
Reading symbols from /usr/lib32/libXmu.so...done.
Reading symbols from /usr/lib32/libXt.so...done.
Reading symbols from /usr/lib32/libXext.so...done.
Reading symbols from /usr/lib32/libX11.so.1...done.
Reading symbols from /usr/lib32/libdl.so...done.
Reading symbols from /usr/lib32/libcurses.so...done.
Reading symbols from /usr/lib32/libaudio.so...done.
Reading symbols from /usr/lib32/libm.so...done.
Reading symbols from /usr/lib32/libc.so.1...done.
Reading symbols from /usr/lib32/libifl.so...done.
Reading symbols from /usr/lib32/libCsup.so...done.
Reading symbols from /usr/lib32/libC.so.2...done.
Reading symbols from /usr/lib32/libgen.so...done.
#0 ifl_create_buffer () at iflFormatLex.c++:1416
iflFormatLex.c++:1416: No such file or directory.
(gdb) where
#0 ifl_create_buffer () at iflFormatLex.c++:1416
#1 0xdfda288 in ifllex () at iflFormatLex.c++:662
#2 0xdfdbd9c in parse__11iflFormatDBSGv () at bison.simple:354
Current language: auto; currently c++
(gdb)
Show replies by date