ofanoyi / pygr

Automatically exported from code.google.com/p/pygr
0 stars 0 forks source link

Possible memory leak in NLMSA code #102

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
See this thread:

http://groups.google.com/group/pygr-dev/browse_thread/thread/
c4cfdb1897a2e4e7

In short, reference counters for NLMSA objects in on-disk mode do not 
decrement when common sense dictates they should. This may be a Pyrex bug, 
then again that claim hasn't been verified yet.

Original issue reported on code.google.com by mare...@gmail.com on 26 Aug 2009 at 1:46

GoogleCodeExporter commented 8 years ago
See end of thread
http://groups.google.com/group/pygr-dev/browse_thread/thread/f4c9a065ba5b20b2

for description of problem; see branch nlmsa_cache_fix for patch.

Original comment by the.good...@gmail.com on 2 Nov 2009 at 3:21

GoogleCodeExporter commented 8 years ago

Original comment by the.good...@gmail.com on 2 Nov 2009 at 3:23

GoogleCodeExporter commented 8 years ago

Original comment by the.good...@gmail.com on 2 Nov 2009 at 3:24

GoogleCodeExporter commented 8 years ago

Original comment by the.good...@gmail.com on 2 Nov 2009 at 3:24

GoogleCodeExporter commented 8 years ago
Fixed, merged: see 5c88ebfba5.

Original comment by the.good...@gmail.com on 30 Nov 2009 at 4:37