author | František Kučera <franta-hg@frantovo.cz> |
Thu, 05 Sep 2019 00:14:32 +0200 | |
branch | v_0 |
changeset 9 | 59564f6cffc2 |
parent 0 | bb36d1770a9e |
permissions | -rw-r--r-- |
0
bb36d1770a9e
empty QT project linked to spnav library
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
1 |
# There migth be memory leaks ouside our program in shared libraries. |
bb36d1770a9e
empty QT project linked to spnav library
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
2 |
# We want to ignore them and focus on leaks in our code. |
bb36d1770a9e
empty QT project linked to spnav library
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
3 |
|
bb36d1770a9e
empty QT project linked to spnav library
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
4 |
# To use this ignore list, run with: |
bb36d1770a9e
empty QT project linked to spnav library
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
5 |
# LSAN_OPTIONS=suppressions=asan-ignore.txt |
bb36d1770a9e
empty QT project linked to spnav library
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
6 |
# In Netbeans it should be set in the project properties / Run / Environment |
bb36d1770a9e
empty QT project linked to spnav library
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
7 |
|
bb36d1770a9e
empty QT project linked to spnav library
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
8 |
# Would ignore all memory leaks: |
bb36d1770a9e
empty QT project linked to spnav library
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
9 |
# leak:.* |
bb36d1770a9e
empty QT project linked to spnav library
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
10 |
|
bb36d1770a9e
empty QT project linked to spnav library
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
11 |
# Ignore particular libraries: |
bb36d1770a9e
empty QT project linked to spnav library
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
12 |
leak:/lib/x86_64-linux-gnu/libdbus-1.so |
bb36d1770a9e
empty QT project linked to spnav library
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
13 |
leak:/usr/lib/x86_64-linux-gnu/libfontconfig.so |