------- Comment #8 from jv244 at cam dot ac dot uk 2008-06-30 06:22 ------- (In reply to comment #6) > It looks like you run out of stack space during GC walk. You can check if so > by raising the stack limit with 'ulimit -s unlimited'.
current trunk (actually a few days old) doesn't fail anymore. The script used for testing actually has ulimit -s 128000 which is pretty high. I tested with ulimit -s 32000 and ulimit -s 64000, but couldn't get a crash. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36037