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 johtso
Recipients ezio.melotti, johtso, pitrou
Date 2013-02-21.00:18:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361405905.6.0.927755199602.issue17260@psf.upfronthosting.co.za>
In-reply-to
Content
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000008
0x000000010004e221 in PyObject_GetAttr ()
(gdb) bt
#0  0x000000010004e221 in PyObject_GetAttr ()
#1  0x000000010004e0ff in PyObject_Unicode ()
#2  0x000000010007ee57 in unicode_new ()
#3  0x0000000100063cbc in type_call ()
#4  0x00000001000108d1 in PyObject_Call ()
#5  0x00000001000a5a1a in PyEval_EvalFrameEx ()
#6  0x00000001000a313f in PyEval_EvalCodeEx ()
#7  0x00000001000a2916 in PyEval_EvalCode ()
#8  0x00000001000c9e2e in PyRun_FileExFlags ()
#9  0x00000001000c980a in PyRun_SimpleFileExFlags ()
#10 0x00000001000ded8a in Py_Main ()
#11 0x0000000100000e4a in ?? ()
#12 0x0000000100000d51 in ?? ()
History
Date User Action Args
2013-02-21 00:18:25johtsosetrecipients: + johtso, pitrou, ezio.melotti
2013-02-21 00:18:25johtsosetmessageid: <1361405905.6.0.927755199602.issue17260@psf.upfronthosting.co.za>
2013-02-21 00:18:25johtsolinkissue17260 messages
2013-02-21 00:18:25johtsocreate