jianlinwei / mindwebfilter

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

Inherited from DG: insignificant memory leak detected at stopping engine or reloading configuration. #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Dansguardian 2.10.1.1 has this issue so we have inherited it. 

Steps to reproduce the problem:

1. Reload configuration by executing:
mind -g

2. Or just stop with:
mind -q

A small memory leak is produced:

7518 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 4 from 4)
7518 LEAK SUMMARY:
7518 definitely lost: 120 bytes in 2 blocks
7518 indirectly lost: 480 bytes in 20 blocks
7518 possibly lost: 38,792 bytes in 531 blocks
7518 still reachable: 12,056,595 bytes in 299 blocks
7518 suppressed: 0 bytes in 0 blocks 

MinD is working on re-factorize all the configuration class. I don't know if we 
can wait until this work is finished. Anyway, here is the issue documented.

Original issue reported on code.google.com by cesarzu...@yahoo.es on 5 Jul 2010 at 7:30

GoogleCodeExporter commented 9 years ago
Fixed at commit 29.

Original comment by mind....@gmail.com on 1 Mar 2011 at 9:01