Re: Out of memory issue with dialog box

2008-09-19 Thread Gabriel Genellina
En Thu, 18 Sep 2008 13:32:32 -0300, <[EMAIL PROTECTED]> escribió: We have a mutilthreaded process in which one of the threads uses too much memory causing the process to run out of memory. However when this happens we see a dialog box pop up with the message "fatal error in GC : too many heap se

Out of memory issue with dialog box

2008-09-18 Thread numan . salati
Hi, We have a mutilthreaded process in which one of the threads uses too much memory causing the process to run out of memory. However when this happens we see a dialog box pop up with the message "fatal error in GC : too many heap sections." When you click "ok" only then does the process die. Is