[New-bugs-announce] [issue9812] cPickle segfault with nested dicts in threaded env

Kenneth Dombrowski report at bugs.python.org
Thu Sep 9 17:03:21 CEST 2010


New submission from Kenneth Dombrowski <kdombrowski at gmail.com>:

FreeBSD 8.0-RELEASE-p2
Python 2.5.5
amd64

attached diff provides a test for cpickle which reproduces a segfault when pickling >15 nested dicts in a threaded environment 

cpickle.patch attached to http://bugs.python.org/issue3640 applys cleanly to the 2.5 source and fixes this issue

i understand 2.5 is no longer maintained except for security fixes, i leave it up to the maintainers to decide if this segfault warrants a security patch 

thank you

----------
components: Extension Modules
files: test_cpickle.nested_dicts_in_threaded_env.diff
keywords: patch
messages: 115950
nosy: kdombrowski
priority: normal
severity: normal
status: open
title: cPickle segfault with nested dicts in threaded env
type: crash
versions: Python 2.5
Added file: http://bugs.python.org/file18812/test_cpickle.nested_dicts_in_threaded_env.diff

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


More information about the New-bugs-announce mailing list