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 prinsherbert
Recipients alexandre.vassalotti, eric.smith, pitrou, prinsherbert, serhiy.storchaka
Date 2015-10-26.12:18:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445861885.36.0.585982177261.issue25465@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Eric,

I would assume that for the right range-parameter (in my case 30 * 1000 ** 2), which just fits in memory, your system would also crash after a pickle.dump. That is, I had this behavior on two of my machine both running a Ubuntu setup though.

Nevertheless, if you give me some time I'm happy to check my dmesg and any log you wish. I find it strange that sometimes I get a MemoryError when I run out of memory (in particular when using numpy), and sometimes the system crashes (in particular when using other python-stuff). Therefore I don't think this is pickle-specific, or even if this is a bug instead of a 'feature'.
History
Date User Action Args
2015-10-26 12:18:05prinsherbertsetrecipients: + prinsherbert, pitrou, eric.smith, alexandre.vassalotti, serhiy.storchaka
2015-10-26 12:18:05prinsherbertsetmessageid: <1445861885.36.0.585982177261.issue25465@psf.upfronthosting.co.za>
2015-10-26 12:18:05prinsherbertlinkissue25465 messages
2015-10-26 12:18:04prinsherbertcreate