This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alex
Recipients alex
Date 2011-12-04.20:08:18
SpamBayes Score 3.8321896e-06
Marked as misclassified No
Message-id <1323029299.59.0.686837162339.issue13529@psf.upfronthosting.co.za>
In-reply-to
Content
I don't have a particularly minimal test case for this, however I am able to reproduce it consistently (so far reproduced on multiple machines, 32-bit and 64-bit on 2.6 and 2.7), using these steps:

First get a checkout of the PyPy repository:

hg clone ssh://hg@bitbucket.org/pypy/pypy

Next, get to the correct revision:

hg up -C 82e1fc9c253c

Finally, attempt to run the tests:

./pytest.py pypy/module/micronumpy/ -x

At this point you should have a segfault that appears to be because of a bad address for a weakref (but I could be horrifically wrong).
History
Date User Action Args
2011-12-04 20:08:19alexsetrecipients: + alex
2011-12-04 20:08:19alexsetmessageid: <1323029299.59.0.686837162339.issue13529@psf.upfronthosting.co.za>
2011-12-04 20:08:18alexlinkissue13529 messages
2011-12-04 20:08:18alexcreate