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 aspineux, jcea
Date 2008-12-30.00:36:46
SpamBayes Score 0.0001510827
Marked as misclassified No
Message-id <1230597408.42.0.945754074512.issue4774@psf.upfronthosting.co.za>
In-reply-to
Content
Alain, you are seeing a resource exhaustion problem. Somewhere memory is
leaking. That is, the programs are leaking memory.

bsddb was vastly improved in python 2.6. In particular, memory leaks and
resource tree deallocations. Can you consider use that version?.

You can install and updated pybsddb version in python 2.5. See
http://www.jcea.es/programacion/pybsddb.htm. Just remember that the
module is called "bsddb3" instead of "bsddb". You can easily install it
using setuptools ("easy_install" script).

Please, confirm that the problem vanished with the new module.

What Berkeley DB are you using with bsddb bindings?.
History
Date User Action Args
2008-12-30 00:36:48jceasetrecipients: + jcea, aspineux
2008-12-30 00:36:48jceasetmessageid: <1230597408.42.0.945754074512.issue4774@psf.upfronthosting.co.za>
2008-12-30 00:36:47jcealinkissue4774 messages
2008-12-30 00:36:46jceacreate