This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: bug report
- From: Jim Wilson <wilson at specifix dot com>
- To: Hayashi Eisuke <hayashi at dc dot ag dot asahi-kasei dot co dot jp>
- Cc: Andrew Pinski <pinskia at physics dot uc dot edu>, Tetsuo Tokuda <tok at dc dot ag dot asahi-kasei dot co dot jp>, gcc-bugs at gcc dot gnu dot org
- Date: Thu, 08 Jun 2006 14:22:31 -0700
- Subject: Re: bug report
- References: <448787FB.57CC0D55@dc.ag.asahi-kasei.co.jp>
Hayashi Eisuke wrote:
> 1000000: 4000000 (-1077752048)
> 2092728: Segmentatioin error (core dumped)
The process is dying because you are exceeding unix process stack space
limits. You probably have an 8MB per process limit, and the number you
are using is a tad less than 2MB.
If you are using bash, see the documentation for the "ulimit" command.
If csh, I think it is "limits".
--
Jim Wilson, GNU Tools Support, http://www.specifix.com