New submission from Kenneth Dombrowski <kdombrow...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue9812>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to