]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/lsan.supp: update heap_profiler suppression and ASAN_OPTIONS 51973/head
authorMatan Breizman <mbreizma@redhat.com>
Thu, 8 Jun 2023 14:14:15 +0000 (14:14 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Thu, 8 Jun 2023 14:16:01 +0000 (14:16 +0000)
In continuation to: 8c099a534044bf7182e04f250e342aab76bc3e54

Regsiter singleton leak seems to be replaced by:
```
-----------------------------------------------------
Suppressions used:
  count      bytes template
      1          8 ^InitModule
-----------------------------------------------------
```

In similarity to Crimson's suppression: 6ed8d839b421442a64410444ca8f88f157ae28b3

Signed-off-by: Matan Breizman <mbreizma@redhat.com>
qa/lsan.supp

index 545e76ad1fa27f0ebd512cc852d4531ec79bf283..f63c4cf0e1e47e22e2d04f527c018030f38a8ce4 100644 (file)
@@ -1,10 +1,11 @@
 # leak suppressions needed to run vstart.sh with WITH_ASAN=ON
 # to enable, add this to the environment:
 # LSAN_OPTIONS="suppressions=../qa/lsan.supp"
+# export ASAN_OPTIONS="detect_odr_violation=0"
 
 # from perfglue/heap_profiler.cc
 # gperftools allocates a singleton and never frees it
-leak:^MallocExtension::Register
+leak:^InitModule
 
 # from src/ceph.in
 # python3.6