This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/27794] stack explosion
- From: "kari-matti dot pulkkinen at comptel dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Sep 2007 10:01:32 -0000
- Subject: [Bug bootstrap/27794] stack explosion
- References: <bug-27794-226@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from kari-matti dot pulkkinen at comptel dot com 2007-09-17 10:01 -------
Got the same error with 4.2.1:
/temp/cpt2k4p/gcc/HP-UXita/./gcc/xgcc -B/temp/cpt2k4p/gcc/HP-UXita/./gcc/
-B/vobs/prod/tools/gnu/gcc/HP-UXita/ia64-hp-hpux11.23/bin/
-B/vobs/prod/tools/gnu/gcc/HP-UXita/ia64-hp-hpux11.23/lib/ -isystem
/vobs/prod/tools/gnu/gcc/HP-UXita/ia64-hp-hpux11.23/include -isystem
/vobs/prod/tools/gnu/gcc/HP-UXita/ia64-hp-hpux11.23/sys-include -O2 -O2 -O
-DIN_GCC -DUSE_LIBUNWIND_EXCEPTIONS -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem
./include -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I.
-I. -I/temp/cpt2k4p/gcc/gcc-4.2.1/gcc -I/temp/cpt2k4p/gcc/gcc-4.2.1/gcc/.
-I/temp/cpt2k4p/gcc/gcc-4.2.1/gcc/../include
-I/temp/cpt2k4p/gcc/gcc-4.2.1/gcc/../libcpp/include
-I/temp/cpt2k4p/gcc/gcc-4.2.1/gcc/../libdecnumber -I../libdecnumber -mlp64
-DL__divxf3 -xassembler-with-cpp -c
/temp/cpt2k4p/gcc/gcc-4.2.1/gcc/config/ia64/lib1funcs.asm -o
libgcc/hpux64/__divxf3.o
Pid 5685 received a SIGSEGV for stack growth failure.
Possible causes: insufficient memory or swap space,
or stack size exceeded maxssiz.
make[4]: *** [libgcc/hpux64/__divxf3.o] Segmentation fault (core dumped)
make[4]: Leaving directory `/net/nfs1/temp/cpt2k4p/gcc/HP-UXita/gcc'
make[3]: *** [stmp-multilib] Error 2
make[3]: Leaving directory `/net/nfs1/temp/cpt2k4p/gcc/HP-UXita/gcc'
make[2]: *** [all-stage1-gcc] Error 2
make[2]: Leaving directory `/net/nfs1/temp/cpt2k4p/gcc/HP-UXita'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/net/nfs1/temp/cpt2k4p/gcc/HP-UXita'
make: *** [bootstrap] Error 2
cpt2k4p_gcccompile@itadev1> /usr/sbin/swapinfo
Kb Kb Kb PCT START/ Kb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 16384000 2405588 13978412 15% 0 - 1 /dev/vg00/lvol2
reserve - 7281752 -7281752
memory 16768512 4921188 11847324 29%
cpt2k4p_gcccompile@itadev1> grep maxssiz /stand/system
tunable maxssiz 268434356
tunable maxssiz_64bit 2147483648
cpt2k4p_gcccompile@itadev1>
Managed to compile OK with AIX 5.3, Solaris 10 and HP-UX 11.11
--
kari-matti dot pulkkinen at comptel dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kari-matti dot pulkkinen at
| |comptel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27794