JochenBaier / BugInsight

A memory leak and deadlock finder for C, C++
GNU General Public License v3.0
54 stars 2 forks source link

At the moment call stack output limited to max 10 different call stacks per monitored API #1

Open JochenBaier opened 4 months ago

JochenBaier commented 4 months ago

At the moment call stack output limited to max 10 different call stacks per monitored API. If you have more then 10 different leaks locations for e.g. malloc() only max 10 call stacks will be displayed.

I will make this configurable next week.

Testversion which limit set to 1000 attached. buginsight_beta_0101.zip