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

Reply via email to