mavak / trucov

True coverage tool for C / C++
1 stars 1 forks source link

memory usage steadily increase #184

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. prepare an environment with limited memory
2. to use trucov to process a big project
3.

What is the expected output? What do you see instead?
I expect it to finish processing at some point. but it crashed instead. It 
looks like it crashed due to out of memory.

What version of the product are you using? On what operating system?
10.1

Please provide any additional information below.
As I check, during the process the memory increases steadily. The memory usage 
increased about 6M in one minute. And the number always goes up..It might not 
be memory leak, but it is quite obvious that there is some memory management 
issue in the project. 
I checked the memory usage by checking /proc/pid/status |grep VmPeak

Original issue reported on code.google.com by Doris....@gmail.com on 26 May 2014 at 3:49