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 pitrou
Recipients Arfrever, Mark.Shannon, pitrou, vstinner
Date 2014-10-16.12:31:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413462682.86.0.815582668196.issue22653@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, here is how to reproduce deterministically:

1) apply randomsecret.patch to hardcode the siphash initialization values
2) run "cat dictcrash.py | ./python -i":

Python 3.5.0a0 (default:030fda7b1de8+, Oct 16 2014, 14:27:32) 
[GCC 4.8.1] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> >>> >>> >>> __main__:1: ResourceWarning: unclosed file <_io.BufferedWriter name='x'>
python: Objects/dictobject.c:855: insertdict: Assertion `ep->me_key != ((void *)0) && ep->me_key != (&_dummy_struct)' failed.
Abandon
History
Date User Action Args
2014-10-16 12:31:22pitrousetrecipients: + pitrou, vstinner, Arfrever, Mark.Shannon
2014-10-16 12:31:22pitrousetmessageid: <1413462682.86.0.815582668196.issue22653@psf.upfronthosting.co.za>
2014-10-16 12:31:22pitroulinkissue22653 messages
2014-10-16 12:31:22pitroucreate