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 Eric.Wolf
Recipients Eric.Wolf, neologix, niemeyer, wrobell
Date 2011-03-01.18:18:09
SpamBayes Score 2.9535818e-12
Marked as misclassified No
Message-id <1299003497.81.0.921677638528.issue10900@psf.upfronthosting.co.za>
In-reply-to
Content
I tried the change you suggested. It still fails but now at 572,320 bytes instead of 900,000. I'm not sure why the difference in bytes read. I'll explore this more in a bit.

I also converted the BZ2 to GZ and used the gzip module. It's failing after reading 46628864 bytes. The GZ file is 33GB compared to the 22GB BZ2.

I've attached the strace output. I was getting an error with the sbrk parameter, so I left it out. Let me know if there's anything else I can provide.
History
Date User Action Args
2011-03-01 18:18:17Eric.Wolfsetrecipients: + Eric.Wolf, niemeyer, wrobell, neologix
2011-03-01 18:18:17Eric.Wolfsetmessageid: <1299003497.81.0.921677638528.issue10900@psf.upfronthosting.co.za>
2011-03-01 18:18:10Eric.Wolflinkissue10900 messages
2011-03-01 18:18:10Eric.Wolfcreate