classification
Title: bsddb module leaks memory
Type: resource usage Stage:
Components: Extension Modules Versions: Python 3.0, Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: jcea Nosy List: jcea, nnorwitz
Priority: critical Keywords: patch, patch

Created on 2008-08-25 03:42 by nnorwitz, last changed 2008-09-03 17:51 by jcea.

Files
File name Uploaded Description Edit Remove
bsddb.patch nnorwitz, 2008-08-25 03:42 2.6 patch to fix memory leaks
Messages
msg71907 (view) Author: Neal Norwitz (nnorwitz) Date: 2008-08-25 03:42
The attached patch against 2.6 fixes the memory leaks reported against
the bsddb module.  There are still (probably) reference leaks.

Jesus, it would be great if you can look at this before the release.
msg72404 (view) Author: Jesús Cea Avión (jcea) Date: 2008-09-03 17:51
Excellent work, Neal. Committed as r66182 and r66183.
History
Date User Action Args
2008-09-03 17:51:27jceasetstatus: open -> closed
keywords: patch, patch
resolution: accepted
messages: + msg72404
2008-08-25 03:42:21nnorwitzcreate