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 neologix
Recipients landry, neologix, pitrou, rpetrov, rpointel
Date 2011-07-22.21:29:30
SpamBayes Score 0.00030959334
Marked as misclassified No
Message-id <1311370171.25.0.706646359804.issue12588@psf.upfronthosting.co.za>
In-reply-to
Content
> Previous frame inner to this frame (corrupt stack?)

Interesting.

Could you post the result of:

$ valgrind --tool=memcheck --suppressions=Misc/valgrind-python.supp Modules/_testembed

after having un-commented the ADDRESS_IN_RANGE suppressions from Misc/valgrind-python.supp?

What compiler version are you using?
Could you try compiling with -O0, then with -fstack-protector-all?
History
Date User Action Args
2011-07-22 21:29:31neologixsetrecipients: + neologix, pitrou, rpetrov, rpointel, landry
2011-07-22 21:29:31neologixsetmessageid: <1311370171.25.0.706646359804.issue12588@psf.upfronthosting.co.za>
2011-07-22 21:29:30neologixlinkissue12588 messages
2011-07-22 21:29:30neologixcreate