gghyoo / googletest

Automatically exported from code.google.com/p/googletest
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

memory leak when gtest are printing #493

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Just have unit test with bad result (e.g. Expect_TRUE with false condition) 
in infinity loop and run task manager. You will see growing memory for process.

What is the expected output? What do you see instead?
output is expected but memory leak is not.

What version of Google Test are you using? On what operating system?
I am using win7  and gtest1.7 but same behavior on gtest1.6

Please provide any additional information below, such as a code snippet.
Is easy to reproduce. 

Do you have any advice for this? Existing fix or recommandation.

Original issue reported on code.google.com by Cervenka...@gmail.com on 18 Jun 2015 at 1:08