On 4/9/2012 3:47 AM Alain Ketterlin said...
Janis<janis.vik...@gmail.com>  writes:

I have this problem with my script exiting randomly with Linux OS
status code -9 (most often) or -15 (also sometimes, but much more
rarely).
<snip>
My guess is that your script hits a limit, e.g., number of open files,
or stack-size, or... But of course it's only a guess.

You might try monitoring /proc/[pid]/fd and friends to see if it looks like you'd expect. I'd suspect you're holding on to file refs preventing their being garbage collected...

Emile


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

Reply via email to