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 christian.heimes
Recipients Vladimir.Ushakov, christian.heimes
Date 2012-10-12.14:13:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350051207.7.0.614299698271.issue16212@psf.upfronthosting.co.za>
In-reply-to
Content
I'm able to reproduce the bug. Here is a stack trace:

#0  0x00000000005a650d in PyBytes_FromStringAndSize (str=0x7f44c127a000 <Address 0x7f44c127a000 out of bounds>, size=1)
    at Objects/bytesobject.c:82
82              (op = characters[*str & UCHAR_MAX]) != NULL)
(gdb) bt
#0  0x00000000005a650d in PyBytes_FromStringAndSize (str=0x7f44c127a000 <Address 0x7f44c127a000 out of bounds>, size=1)
    at Objects/bytesobject.c:82
#1  0x00007f44bf7c11b2 in mmap_subscript (self=0x7f44bf9ca350, item=<slice at remote 0x7f44c1168618>)
    at /home/heimes/dev/python/cpython/Modules/mmapmodule.c:799
#2  0x0000000000590863 in PyObject_GetItem (o=<mmap.mmap at remote 0x7f44bf9ca350>, key=<slice at remote 0x7f44c1168618>)
    at Objects/abstract.c:143
History
Date User Action Args
2012-10-12 14:13:27christian.heimessetrecipients: + christian.heimes, Vladimir.Ushakov
2012-10-12 14:13:27christian.heimessetmessageid: <1350051207.7.0.614299698271.issue16212@psf.upfronthosting.co.za>
2012-10-12 14:13:27christian.heimeslinkissue16212 messages
2012-10-12 14:13:27christian.heimescreate