Re: [eclipse-users] Overflow of Global/trail stack Error

From: Joachim Schimpf <j.schimpf_at_...2...>
Date: Tue, 19 Dec 2006 17:13:03 +0000
David Tian wrote:
> Hi,
> 
> I used "-g3G" option set eclipse to take maximum 3GB of global/trail stack at
> runtime. However, my program crashed with the following error:
> 
> *** Overflow of the global/trail stack in spite of garbage collection!
> You can use the "-g kBytes" (GLOBALSIZE) option to have a larger stack.
> Peak sizes were: global stack 131008 kbytes, trail stack 19136 kbytes
> Abort

I think what happened here is that eclipse ignored your -g3G option
because there should be a space between -g and the size. Try with -g 1G.
You can then call get_flag(max_global_trail,X) to see if the limit
is as you expected.

This is obviously not very user friendly behaviour, i'll file a bug report
about it...

-- Joachim
Received on Tue Dec 19 2006 - 17:13:12 CET

This archive was generated by hypermail 2.3.0 : Tue Apr 16 2024 - 09:13:19 CEST