Path: csiph.com!eeepc.pasdenom.info!news.pasdenom.info!news.dougwise.org!gegeweb.org!newsfeed.kamp.net!newsfeed.kamp.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'python': 0.08; 'foo': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'runtime': 0.09; 'subject:problem': 0.13; 'subject:python': 0.15; 'memory': 0.18; 'header:In-Reply-To:1': 0.23; 'otherwise,': 0.28; 'perhaps': 0.29; 'break': 0.29; 'dies': 0.30; 'terminate': 0.30; 'to:addr :python-list': 0.31; 'header:X-Complaints-To:1': 0.32; 'does': 0.33; '(where': 0.34; 'header:User-Agent:1': 0.34; 'received:org': 0.35; 'log': 0.35; 'received:24': 0.36; 'scheduled': 0.38; 'event': 0.38; 'subject:: ': 0.39; 'requested': 0.39; 'header :Mime-Version:1': 0.39; 'to:addr:python.org': 0.40; 'could': 0.40; "it's": 0.40; 'skip:l 10': 0.40; 'launched': 0.64; 'confirm': 0.67; '11:19': 0.84; 'restart': 0.84; 'killing': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Emile van Sebille Subject: Re: python crash problem Date: Wed, 02 Feb 2011 13:40:53 -0800 References: <701afd55-9ba3-4dc8-91c9-e6d5065266c5@x11g2000yqc.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: c-24-23-156-158.hsd1.ca.comcast.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101207 Lightning/1.0b2 Thunderbird/3.1.7 In-Reply-To: <701afd55-9ba3-4dc8-91c9-e6d5065266c5@x11g2000yqc.googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 15 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1296682859 news.xs4all.nl 41102 [::ffff:82.94.164.166]:45891 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:55847 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