other/6760: Large array in class causes sigsegv at init
jakub@gcc.gnu.org
jakub@gcc.gnu.org
Wed May 22 05:15:00 GMT 2002
Synopsis: Large array in class causes sigsegv at init
State-Changed-From-To: open->closed
State-Changed-By: jakub
State-Changed-When: Wed May 22 05:15:13 2002
State-Changed-Why:
This is not a compiler bug.
You triggered a stack limit when you build a 16MB object
on the stack, while the usual stack limit is 8MB.
Retry after ulimit -Ss 32768
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6760
More information about the Gcc-bugs
mailing list