bug report

Jim Wilson wilson@specifix.com
Thu Jun 8 21:27:00 GMT 2006


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



More information about the Gcc-bugs mailing list