python crash problem

Emile van Sebille emile at fenx.com
Wed Feb 2 16:40:53 EST 2011


On 2/2/2011 11:19 AM Yelena said...
> This application has requested the Runtime to terminate it in an
> unusual way

This is a MS message  -- did you look in the application event viewer?

Otherwise, you could try upping/reducing memory and confirm it dies 
later/earlier.  Perhaps there's an at or scheduled job killing off 
python processes?  How big is count?  Does this job run for 20 hours 
straight? Or is it launched periodically?  Why the foo fudging?  Just to 
break the process into pieces? You could have the job log it's record 
number after N hours (where N<20) and simply restart it...

Emile




More information about the Python-list mailing list