Jesús Cea Avión <j...@jcea.es> added the comment: 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?. _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue4774> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com