This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12852] Internal Error: Segmentation fault on xscale compiler
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Nov 2003 06:04:47 -0000
- Subject: [Bug c++/12852] Internal Error: Segmentation fault on xscale compiler
- References: <20031031022041.12852.dstevens@omneon.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-11-23 06:04 -------
Cygwin's default stack size is too low by default and you cannot raise it by using ulimit/limit. You
have to compile with an ld option which makes the stacksize higher (I forgot the option, do a man
ld).
--
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12852