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 ned.deily
Recipients ixokai, ned.deily, pitrou, vstinner
Date 2011-02-21.23:43:35
SpamBayes Score 0.0
Marked as misclassified No
Message-id <1298331816.6.0.188852578125.issue11277@psf.upfronthosting.co.za>
In-reply-to
Content
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: 10 at address: 0x000000010170e000
0x00000001016eeaa0 in crc32 ()

(gdb) backtrace
#0  0x00000001016eeaa0 in crc32 ()
#1  0x00000001016e806d in PyZlib_crc32 (self=0x1016aa588, args=0x1016bf220) at /private/tmp/a/py3k/Modules/zlibmodule.c:993

PyZlib_crc32(PyObject *self, PyObject *args)
...
        while (len > (size_t) UINT_MAX) {
            crc32val = crc32(crc32val, buf, UINT_MAX);
...
History
Date User Action Args
2012-09-20 06:18:47serhiy.storchakasetspambayes_score: 0.684495 -> 0.0
2011-02-21 23:43:36ned.deilysetrecipients: + ned.deily, ixokai, pitrou, vstinner
2011-02-21 23:43:36ned.deilysetmessageid: <1298331816.6.0.188852578125.issue11277@psf.upfronthosting.co.za>
2011-02-21 23:43:35ned.deilylinkissue11277 messages
2011-02-21 23:43:35ned.deilycreate