[issue7339] bsddb crashes when transaction limit occurs

Jesús Cea Avión report at bugs.python.org
Mon Mar 15 14:49:30 CET 2010


Jesús Cea Avión <jcea at jcea.es> added the comment:

I found the very same bug recently, and solve it in pybsddb 4.8.3. My patch is exactly like this :).

The problem will be solved in 2.7 when I integrate pybsddb 4.8.3/4.8.4. Not sure about 2.6, though. Will try.

"""
changeset:   478:a35a9082ee26
user:        Jesus Cea <jcea at jcea.es>
date:        Wed Feb 17 01:58:31 2010 +0100
summary:     Solve a core dump if something bad happens trying to create a transaction object.
"""

I added tests too to check correct behaviour and solved some other "bad initialization" risks.

----------
assignee:  -> jcea
nosy: +jcea
resolution:  -> accepted
status: open -> closed
versions: +Python 2.7

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


More information about the Python-bugs-list mailing list