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 sections." When you click "ok" only then does
the process die.

That message comes from the Boehm garbage collection library; Python does not use it. Check any compiled extension in use.

--
Gabriel Genellina

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to