JochenBaier / BugInsight

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

No option to ignore namespace or function #3

Open Hary309 opened 2 months ago

Hary309 commented 2 months ago

I tried to use BugInsight with our application that have GTest and gRPC staticly linked and I can't ignore the memory leaks inside those libraries.

This is how Google Sans solved it https://clang.llvm.org/docs/AddressSanitizer.html#suppressing-errors-in-recompiled-code-ignorelist

It would be nice to have something like this in BugInsight.

JochenBaier commented 1 month ago

I have a version in development with which you can ignore callstacks via hash. Unfortunately I haven't found the time to finalise and publish it yet

Hary309 commented 1 month ago

Alright, that is great news, thanks for your work!