Re: [Qemu-devel] [PATCH] linux-user: Use RLIMIT_STACK for default stack size.

2010-03-27 Thread Aurelien Jarno
On Fri, Mar 19, 2010 at 02:21:13PM -0700, Richard Henderson wrote: > The current default stack limit of 512kB is far too small; a fair > number of gcc testsuite failures (for all guests) are directly > attributable to this. Using the -s option in every invocation of > the emulator is annoying to s

[Qemu-devel] [PATCH] linux-user: Use RLIMIT_STACK for default stack size.

2010-03-19 Thread Richard Henderson
The current default stack limit of 512kB is far too small; a fair number of gcc testsuite failures (for all guests) are directly attributable to this. Using the -s option in every invocation of the emulator is annoying to say the least. A reasonable compromise seems to be to honor the system rlim