This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13327] New: Segmentation fault while compiling LUFS.
- From: "forsberg+gccbugzilla at lysator dot liu dot se" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Dec 2003 23:02:30 -0000
- Subject: [Bug c++/13327] New: Segmentation fault while compiling LUFS.
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Trying to compile LUFS (http://lufs.sf.net) version 0.9.7, I get the following
error:
hostname:erik /s/lufs-0.9.7/filesystems/sshfs % g++ -v -save-temps
-DHAVE_CONFIG_H -I. -I. -I../.. -I../ -I/s/lufs-0.9.7/include -O2 -Wall
-DSSHPROG=\"/usr/bin/ssh\" -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-MT sshfs.lo -MD -MP -MF .deps/sshfs.Tpo -c sshfs.cpp -fPIC -DPIC -o .libs/sshfs.o
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.2/specs
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr
--mandir=/usr/share/man --infodir=/usr/share/info
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib
--enable-nls --without-included-gettext --enable-__cxa_atexit
--enable-clocale=gnu --enable-debug --enable-java-gc=boehm
--enable-java-awt=xlib --enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.2 (Debian)
/usr/lib/gcc-lib/i486-linux/3.3.2/cc1plus -E -D__GNUG__=3 -quiet -v -I. -I.
-I../.. -I../ -I/s/lufs-0.9.7/include -MD .libs/sshfs.d -MF .deps/sshfs.Tpo -MP
-MT sshfs.lo -MQ .libs/sshfs.o -D__GNUC__=3 -D__GNUC_MINOR__=3
-D__GNUC_PATCHLEVEL__=2 -D_GNU_SOURCE -DHAVE_CONFIG_H -DSSHPROG="/usr/bin/ssh"
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPIC sshfs.cpp -Wall -Wall -fPIC -O2
-O2 sshfs.ii
ignoring nonexistent directory "/usr/i486-linux/include"
ignoring duplicate directory "."
#include "..." search starts here:
#include <...> search starts here:
.
../..
..
/s/lufs-0.9.7/include
/usr/include/c++/3.3
/usr/include/c++/3.3/i486-linux
/usr/include/c++/3.3/backward
/usr/local/include
/usr/lib/gcc-lib/i486-linux/3.3.2/include
/usr/include
End of search list.
/usr/lib/gcc-lib/i486-linux/3.3.2/cc1plus -fpreprocessed sshfs.ii -quiet
-dumpbase sshfs.cpp -auxbase-strip .libs/sshfs.o -O2 -O2 -Wall -Wall -version
-fPIC -o sshfs.s
GNU C++ version 3.3.2 (Debian) (i486-linux)
compiled by GNU C version 3.3.2 (Debian).
GGC heuristics: --param ggc-min-expand=47 --param ggc-min-heapsize=32044
g++: Internal error: Segmentation fault (program cc1plus)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bugs,
please see /usr/share/doc/debian/bug-reporting.txt.
LUFS was configured with ./configure --with-kheaders=/s/linux-2.4.23/include.
Umm.. the syntax of Host/Target/Build triplets might be wrong, this is on a Dual
Intel PIII/450 machine running Debian (as seen in debug output above).
--
Summary: Segmentation fault while compiling LUFS.
Product: gcc
Version: 3.3.2
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: forsberg+gccbugzilla at lysator dot liu dot se
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13327