From: Bil Kleb Date: 2004-09-08T19:41:40+09:00 Subject: STACK_LEVEL_MAX on IA64 (was Re: Update: Compilation fails for Altix (IA64)) ts wrote: > #ifdef __ia64__ > /* ruby crashes on IA64 if compiled with optimizer on */ > /* when if STACK_LEVEL_MAX is greater than this magic number */ > /* I know this is a kludge. I suspect optimizer bug */ > #define IA64_MAGIC_STACK_LIMIT 49152 > if (STACK_LEVEL_MAX > IA64_MAGIC_STACK_LIMIT) > STACK_LEVEL_MAX = IA64_MAGIC_STACK_LIMIT; > #endif > #endif > > [gdb experiments] > > the problem is really wi[th] STACK_LEVEL_MAX, now how to solve it ??? Where do we go from here? Regards, -- Bil Kleb, Hampton, Virginia