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 jcea
Recipients ajaksu2, jcea, kcwu, marcin.bachry
Date 2009-05-22.12:17:14
SpamBayes Score 3.268044e-05
Marked as misclassified No
Message-id <1242994637.79.0.719919851777.issue3541@psf.upfronthosting.co.za>
In-reply-to
Content
I can *not* reproduce the problem with Python 2.6 (with its stock bsddb
version) and Berkeley DB 4.7.25 (the current one).

I can reproduce the issue if I use Berkeley DB 4.6.21. Seems to be a
(solved) problem in the library.

Berkeley DB 4.7.25 is known to solve a few memory leaks:
http://www.oracle.com/technology/documentation/berkeley-db/db/ref/changelog/4.7.html

I mark the bug as "closed" and "out of date" because it is no something
we can solve and it is already resolved in BDB 4.7.25, published a year ago.

Moreover, any serious usage of Berkeley DB "demands" a recent version of
the library.
History
Date User Action Args
2009-05-22 12:17:18jceasetrecipients: + jcea, ajaksu2, kcwu, marcin.bachry
2009-05-22 12:17:17jceasetmessageid: <1242994637.79.0.719919851777.issue3541@psf.upfronthosting.co.za>
2009-05-22 12:17:16jcealinkissue3541 messages
2009-05-22 12:17:14jceacreate