homepage

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 skrah
Recipients flub, georg.brandl, larry, ned.deily, skrah, vstinner
Date 2012年08月08日.21:21:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344460864.92.0.587091411932.issue15589@psf.upfronthosting.co.za>
In-reply-to
Content
I think I've identified one legit Python bug. This is from a *different* 
traceback, i.e. the traceback in my first message is still unresolved.
A bus error occurs in test_capi, test_skipitem with format 'D':
Python/getargs.c:782
 Py_complex *p = va_arg(*p_va, Py_complex *);
 Py_complex cval;
 cval = PyComplex_AsCComplex(arg);
 if (PyErr_Occurred())
 RETURN_ERR_OCCURRED;
 else
 *p = cval; <- bus error
 break;
The pointer p has value 0xefbfb1fc, with 0xefbfb1fc % 8 == 4. It originates
from a somewhat creatively allocated memory region in _testcapi:parse_tuple_and_keywords. :)
History
Date User Action Args
2012年08月08日 21:21:05skrahsetrecipients: + skrah, georg.brandl, vstinner, larry, flub, ned.deily
2012年08月08日 21:21:04skrahsetmessageid: <1344460864.92.0.587091411932.issue15589@psf.upfronthosting.co.za>
2012年08月08日 21:21:04skrahlinkissue15589 messages
2012年08月08日 21:21:03skrahcreate

AltStyle によって変換されたページ (->オリジナル) /