Skip to content

Commit d005ee9

Browse files
committed
Suppress memcheck errors in tbbmalloc
1 parent 521bf07 commit d005ee9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
Conditional jump or move depends on uninitialised value(s) - internal issue of libtbbmalloc.so
3+
Memcheck:Cond
4+
fun:_ZN3rml9pool_freeEPNS_10MemoryPoolEPv
5+
fun:tbb_free
6+
fun:umfPoolFree
7+
...
8+
}
9+
10+
{
11+
<insert_a_suppression_name_here>
12+
Memcheck:Cond
13+
obj:*libtbbmalloc.so*
14+
fun:_ZN3rml9pool_freeEPNS_10MemoryPoolEPv
15+
fun:tbb_free
16+
fun:umfPoolFree
17+
...
18+
}

0 commit comments

Comments
 (0)