Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!txtfeed1.tudelft.nl!tudelft.nl!txtfeed2.tudelft.nl!amsnews11.chello.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'bug': 0.02; '2.7': 0.04; 'received:verizon.net': 0.07; 'terry': 0.07; 'python': 0.08; 'complicate': 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; 'things.': 0.13; 'library': 0.14; 'fixes.': 0.16; 'reedy': 0.16; 'subject:memory': 0.16; 'wrote:': 0.18; '(e.g.,': 0.19; 'jan': 0.19; 'header:In-Reply-To:1': 0.23; 'code': 0.25; 'windows': 0.26; '(and': 0.28; 'idle': 0.28; 'stefan': 0.28; 'problem': 0.29; 'environment': 0.30; 'module': 0.30; 'pm,': 0.31; 'to:addr:python- list': 0.32; 'header:User-Agent:1': 0.33; 'header:X-Complaints- To:1': 0.33; 'idea': 0.34; 'occurs': 0.34; 'addition,': 0.36; 'using': 0.37; 'received:org': 0.37; 'could': 0.38; 'some': 0.38; 'subject:: ': 0.39; 'might': 0.39; 'to:addr:python.org': 0.39; 'more': 0.60; 'crash': 0.67; 'evaluate': 0.71; 'difference.': 0.84; 'subject:management': 0.84; 'xp,': 0.84; 'ships': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: memory management Date: Mon, 07 Nov 2011 19:17:09 -0500 References: <3CB1190388197146B35D522652EAB501014C71D0C4@MESAMAIL01.acctcom.mesa> <4EB83D69.2000409@dejaviewphoto.com> <3CB1190388197146B35D522652EAB501014C71D167@MESAMAIL01.acctcom.mesa> <20111107204716.GA14201@sleipnir.bytereef.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-74-109-121-73.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0) Gecko/20110812 Thunderbird/6.0 In-Reply-To: <20111107204716.GA14201@sleipnir.bytereef.org> 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: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1320711443 news.xs4all.nl 6913 [2001:888:2000:d::a6]:58927 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:15446 On 11/7/2011 3:47 PM, Stefan Krah wrote: > Juan Declet-Barreto wrote: >> Well, I am using Python 2.5 (and the IDLE shell) in Windows XP, which >> ships with ESRI's ArcGIS. In addition, I am using some functions in the >> arcgisscripting Python geoprocessing module for geographic information >> systems (GIS) applications, which can complicate things. I am currently >> isolating standard library Python code (e.g., os.walk()) from the >> arcgisscripting module to evaluate in which module the environment >> crash is occurring. What *exactly* do you mean by "crash"? > It might be a good idea to check if the problem also occurs with Python 2.7 > since Python 2.5 is no longer maintained. And 2.7 has hundreds of more recent bug fixes. Just one could make a difference. -- Terry Jan Reedy