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 tim.peters
Recipients amaury.forgeotdarc, mmokrejs, tim.peters, vstinner
Date 2013-08-29.20:26:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377807967.13.0.582389049634.issue18843@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm.  I don't quite know what you're doing:  you said you're getting away from --with-pydebug, but these "bad leading pad byte" messages can't be generated unless Python is compiled with (at least) PYMALLOC_DEBUG defined.

That said, my advice remains the same:  whittle down the program (instead of fiddling with tools) to get a failing case as small & fast as possible.  In your "few dozens of seconds at most", many _millions_ of things happen, and there's scant chance of out-thinking them.

In the newest traceback (core.emerge.8425.gdb.txt), Python detected the corruption while running its cyclic-garbage collector.  Forcing gc to run more often may catch the corruption sooner (use Python's gc.set_threshold() to force more frequent collections).
History
Date User Action Args
2013-08-29 20:26:07tim.peterssetrecipients: + tim.peters, amaury.forgeotdarc, mmokrejs, vstinner
2013-08-29 20:26:07tim.peterssetmessageid: <1377807967.13.0.582389049634.issue18843@psf.upfronthosting.co.za>
2013-08-29 20:26:07tim.peterslinkissue18843 messages
2013-08-29 20:26:06tim.peterscreate