On 12/13/2011 11:36 AM, Christian Dywan wrote:
My impression is Python is unable to print stacktraces because or anything else, because it is already out of memory, but manages to recover and continue, presumably by discarding the memory for the current loop iteration. So... that's a bit tricky. Ideas welcome.
My guess is that, since this is running in a thread pool, the out of memory error trashed the entire thread, but later threads could continue to run.
_______________________________________________ dev-static-analysis mailing list [email protected] https://lists.mozilla.org/listinfo/dev-static-analysis
