asan-ignore.txt
branchv_0
changeset 10 2c8f5e05c7b7
equal deleted inserted replaced
9:ed7ab0a06849 10:2c8f5e05c7b7
       
     1 # There migth be memory leaks ouside our program in shared libraries.
       
     2 # We want to ignore them and focus on leaks in our code.
       
     3 
       
     4 # To use this ignore list, run with:
       
     5 # LSAN_OPTIONS=suppressions=asan-ignore.txt
       
     6 # In Netbeans it should be set in the project properties / Run / Environment
       
     7 
       
     8 # Would ignore all memory leaks:
       
     9 # leak:.*
       
    10 
       
    11 # Ignore particular libraries:
       
    12 leak:/usr/lib/x86_64-linux-gnu/libpython3.6m.so