> > Greetings, > I'm running gcc on the latest Ubuntu(Edgy) and I get segfault with the > following program: > > <snip> > </snip>
You just overflowed your stack. Increase the stack size for the program by using limit/ulimit or use dynamic allocated memory. This question is more appropriate for gcc-help@ rather than [EMAIL PROTECTED] Thanks, Andrew Pinski