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 alanmcintyre
Recipients
Date 2007-05-30.16:09:03
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I managed to make this crash happen by loading up the computer with memory-intensive processes and then running the test script provided by the original poster repeatedly.  The crash report seems to indicate an attempt to dereference a NULL pointer somewhere in the bz2 library, but I haven't had time to dig any further to find out where this happens (I'm guessing a memory allocation call is missing a follow-up NULL check).  

This was done with a standard install of 2.5 on a Windows XP Media Edition laptop.  I'll post more when I get time to play with this again.
History
Date User Action Args
2007-08-23 14:53:38adminlinkissue1714773 messages
2007-08-23 14:53:38admincreate