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 jcsalterego
Recipients Trundle, jcsalterego, sebastinas
Date 2009-06-25.06:24:29
SpamBayes Score 1.7642718e-05
Marked as misclassified No
Message-id <1245911071.59.0.929467957586.issue6243@psf.upfronthosting.co.za>
In-reply-to
Content
Verified Bus Error with code snippet in python 2.7 and 3.1 trunks
r73552, e.g.:

(gdb) where
#0  0x925f6f30 in strlen ()
#1  0x0005ea10 in PyString_FromString (str=0x0) at
Objects/stringobject.c:125
#2  0x003c1710 in PyCursesWindow_GetKey (self=0x3320f0, args=0x300030)
at python27/Modules/_cursesmodule.c:891
History
Date User Action Args
2009-06-25 06:24:32jcsalteregosetrecipients: + jcsalterego, sebastinas, Trundle
2009-06-25 06:24:31jcsalteregosetmessageid: <1245911071.59.0.929467957586.issue6243@psf.upfronthosting.co.za>
2009-06-25 06:24:30jcsalteregolinkissue6243 messages
2009-06-25 06:24:29jcsalteregocreate