Hi, I have just committed some new code for stack size handling. Now, on platforms which support, kaffe uses setrlimit to update its maximum stack size according to -ss. The problem is that by default we have a stack of 32k on ix86 which is quite short for many applications. Maybe we should increase the default stack size for the main thread... Cheers, Guilhem.