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... -- JoachimReceived on Tue Dec 19 2006 - 17:13:12 CET
This archive was generated by hypermail 2.2.0 : Thu Feb 02 2012 - 02:31:57 CET