[New-bugs-announce] [issue7358] cPickle crash on failed assertion

Ryan Shaw report at bugs.python.org
Thu Nov 19 16:50:22 CET 2009


New submission from Ryan Shaw <ryan.shaw at stanfordalumni.org>:

def save_object(r, key, m):
    r.set(key, cPickle.dumps(m))

[4] >>> save_object(r, 'cluster', cluster)
python: ./Modules/cStringIO.c:419: O_cwrite: Assertion `oself->pos + l < 
2147483647' failed.
Aborted

Linux 2.6.30.9-96.fc11.x86_64 #1 SMP x86_64 GNU/Linux

----------
components: Library (Lib)
messages: 95482
nosy: rybesh
severity: normal
status: open
title: cPickle crash on failed assertion
type: crash
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7358>
_______________________________________


More information about the New-bugs-announce mailing list