Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #29033

Re: Python2.4 on Win32 suddenly started crashing last night

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python.list@tim.thechases.com>
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; 'binary': 0.05; 'mrab': 0.05; 'matches': 0.07; 'python': 0.09; 'backwards': 0.09; 'overwrite': 0.09; "skip:' 30": 0.15; "'rb').read()": 0.16; '-tkc': 0.16; 'abi': 0.16; 'corrupt': 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'md5': 0.16; 'message- id:@tim.thechases.com': 0.16; 'received:70.251': 0.16; 'received:dsl.rcsntx.swbell.net': 0.16; 'received:rcsntx.swbell.net': 0.16; 'received:swbell.net': 0.16; 'subject:night': 0.16; 'subject:started': 0.16; 'wrote:': 0.17; '>>>': 0.18; 'windows': 0.19; 'causing': 0.20; 'import': 0.21; 'skip:$ 20': 0.22; 'cc:2**0': 0.23; 'installed': 0.23; "i've": 0.23; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'thanks!': 0.26; 'possibly': 0.27; 'dll': 0.27; 'issues.': 0.29; 'subject:last': 0.30; 'compatible': 0.30; '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; 'your': 0.60; 'pro': 0.69; 'received:50.22': 0.84
Date Thu, 13 Sep 2012 08:35:58 -0500
From Tim Chase <python.list@tim.thechases.com>
User-Agent Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111120 Icedove/3.1.16
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>
In-Reply-To <5051DBC9.9060009@mrabarnett.plus.com>
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding 7bit
X-AntiAbuse This header was added to track abuse, please include it with any abuse report
X-AntiAbuse Primary Hostname - boston.accountservergroup.com
X-AntiAbuse Original Domain - python.org
X-AntiAbuse Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse Sender Address Domain - tim.thechases.com
X-Source
X-Source-Args
X-Source-Dir
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.605.1347543290.27098.python-list@python.org> (permalink)
Lines 24
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1347543290 news.xs4all.nl 6888 [2001:888:2000:d::a6]:35778
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:29033

Show key headers only | View raw


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)

Thanks!

-tkc

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Python2.4 on Win32 suddenly started crashing last night Tim Chase <python.list@tim.thechases.com> - 2012-09-13 08:35 -0500

csiph-web