|
From: Julian S. <js...@ac...> - 2006-10-20 10:17:04
|
On Friday 20 October 2006 11:04, Ashley Pittman wrote: > On Fri, 2006-10-20 at 10:41 +0100, Julian Seward wrote: > > Are you sure you're not trying to allocate too much stuff onto the stack? > > 3.2.1 allows you a max stack of 16M and you get to segfault after that. > > Is this limitation something that's here to stay? I've not spotted it > as a problem but I'm a few months behind head-of-tree currently. Well, it's been like that for quite a long time now, probably since 3.1.0 at least. It's not a recent change. Is it causing you or potentially causing you a problem? I know that Fortran HPC folks tend to complain about it from time to time as putting huge arrays on the stack is apparently a culturally acceptable thing to do in Fortran-world, but apart from it doesn't seem to cause many problems. J |