Out of memory issue with dialog box

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Fri Sep 19 22:03:33 EDT 2008


En Thu, 18 Sep 2008 13:32:32 -0300, <numan.salati at gmail.com> 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




More information about the Python-list mailing list