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 Thomas.Smith
Recipients Thomas.Smith, liang
Date 2010-02-16.18:03:10
SpamBayes Score 8.38059e-06
Marked as misclassified No
Message-id <1266343392.07.0.59164377904.issue7332@psf.upfronthosting.co.za>
In-reply-to
Content
I'm also getting segfaults in PyMarshal_ReadLastObjectFromFile in Python 2.6.2 (on Ubuntu Jaunty).  It's very sporadic, I've been reproducing it by running a minimal script 100,000 times, and getting a few core dumps.  There are several Ubuntu bugreports in various packages that use Python:

https://bugs.launchpad.net/ubuntu/+source/apport/+bug/393022
https://bugs.launchpad.net/ubuntu/+source/gnome-python/+bug/432546
https://bugs.launchpad.net/ubuntu/+source/streamtuner/+bug/336331

I've attached a zip file with my test scripts and some gdb backtraces.  I am happy to spend time on this bug, although I only have a rudimentary knowledge of C, so I'd mainly be useful for testing.

The computer I'm having trouble on is a Dell PowerEdge T410, with a Xeon E5502, and it had another sporadic segfault problem in a should-be-reliable program, ImageMagick.  Switching to GraphicsMagick fixed that one, somehow.  If it's a hardware-specific bug, Python is the only program that's tickling it right now...
History
Date User Action Args
2010-02-16 18:03:12Thomas.Smithsetrecipients: + Thomas.Smith, liang
2010-02-16 18:03:12Thomas.Smithsetmessageid: <1266343392.07.0.59164377904.issue7332@psf.upfronthosting.co.za>
2010-02-16 18:03:10Thomas.Smithlinkissue7332 messages
2010-02-16 18:03:10Thomas.Smithcreate