[issue9812] cPickle segfault with nested dicts in threaded env

Amaury Forgeot d'Arc report at bugs.python.org
Thu Sep 9 20:15:16 CEST 2010


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

Python has several known crashers, they are not considered as security holes.
It seems that FreeBSD has a small stack size for threads (64k); did you try to increase it with thread.stack_size(10**6)?

----------
nosy: +amaury.forgeotdarc, loewis

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9812>
_______________________________________


More information about the Python-bugs-list mailing list