Path: csiph.com!usenet.pasdenom.info!gegeweb.org!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'win32': 0.03; 'binary': 0.05; 'mrab': 0.05; 'matches': 0.07; 'python': 0.09; '2006,': 0.09; 'backwards': 0.09; 'overwrite': 0.09; "skip:' 30": 0.15; 'skip:f 30': 0.15; "'rb').read()": 0.16; 'abi': 0.16; 'corrupt': 0.16; 'from:addr:mrabarnett.plus.com': 0.16; 'from:addr:python': 0.16; 'from:name:mrab': 0.16; 'md5': 0.16; 'message- id:@mrabarnett.plus.com': 0.16; 'oct': 0.16; 'received:84.93': 0.16; 'received:84.93.230': 0.16; 'subject:night': 0.16; 'subject:started': 0.16; 'wrote:': 0.17; 'tim': 0.18; '>>>': 0.18; 'windows': 0.19; 'causing': 0.20; 'bit': 0.21; 'import': 0.21; 'skip:$ 20': 0.22; 'this:': 0.23; 'installed': 0.23; "i've": 0.23; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'possibly': 0.27; 'dll': 0.27; '>>>>': 0.29; 'chase': 0.29; 'issues.': 0.29; 'received:192.168.1.3': 0.29; 'subject:last': 0.30; 'compatible': 0.30; 'received:84': 0.32; 'could': 0.32; 'to:addr:python-list': 0.33; 'something': 0.35; 'possible': 0.37; 'data': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'your': 0.60; 'more': 0.63; 'header:Reply-To:1': 0.68; 'pro': 0.69; 'reply-to:no real name:2**0': 0.72; 'reply-to:addr:python.org': 0.84 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.0 cv=IekFqBWa c=1 sm=1 a=0nF1XD0wxitMEM03M9B4ZQ==:17 a=AAvI7MrX_rgA:10 a=5ybzaM9A2zoA:10 a=ihvODaAuJD4A:10 a=OUOv7kDek9cA:10 a=8nJEP1OIZ-IA:10 a=EBOSESyhAAAA:8 a=8AHkEIZyAAAA:8 a=YcGoUA4pHuEA:10 a=tMJP3ZeX-y3WZgxU1JAA:9 a=wPNLvfGTeEIA:10 a=0nF1XD0wxitMEM03M9B4ZQ==:117 X-AUTH: mrabarnett:2500 Date: Thu, 13 Sep 2012 14:51:45 +0100 From: MRAB User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Python2.4 on Win32 suddenly started crashing last night References: <5051D49B.1070009@tim.thechases.com> <5051DBC9.9060009@mrabarnett.plus.com> <5051E13E.6020402@tim.thechases.com> In-Reply-To: <5051E13E.6020402@tim.thechases.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: python-list@python.org 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: 30 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1347544308 news.xs4all.nl 6861 [2001:888:2000:d::a6]:40113 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:29034 On 2012-09-13 14:35, Tim Chase wrote: > On 09/13/12 08:12, MRAB wrote: >> I've just downloaded, installed and tested Python 2.4.4. No crash. >> >> This is with Windows XP Pro (32-bit). > > Could I get the MD5 of your $PYTHONDIR\DLLs\_socket.pyd to see if it > matches mine? > >>>> data = file('_socket.pyd', 'rb').read() >>>> import md5 >>>> md5.md5(data).hexdigest() > '7a7fc2d9e9df65690658c989bd9e95bb' > > It's looking like it might be a corrupt DLL or something to which it > links is causing issues. Alternatively, it might be possible to > find/download the 2.4.3 _socket.pyd, or possibly overwrite it with a > 2.4.4 _socket.pyd (I don't know how backwards compatible the ABI is > for binary modules) > I get this: Python 2.4.4 (#71, Oct 18 2006, 08:34:43) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> data = file(r'C:\Python24\DLLs\_socket.pyd', 'rb').read() >>> import md5 >>> md5.md5(data).hexdigest() '166f1020fedc254d6f25ccee0994caff'