chore(memcheck): hide another tcmalloc bug
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
a74412963a
commit
e7552d35e0
1 changed files with 21 additions and 0 deletions
|
@ -116,6 +116,27 @@
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
# This entry suppresses the warning caused by a bug in tcmalloc
|
||||||
|
# It is the equivalent of TCMalloc_Bug2 for realloc
|
||||||
|
TCMalloc_Bug3
|
||||||
|
Memcheck:Param
|
||||||
|
msync(start)
|
||||||
|
obj:*/libpthread-2.*.*
|
||||||
|
obj:*/libunwind.so.*
|
||||||
|
...
|
||||||
|
fun:_UL*_step
|
||||||
|
fun:*GetStackTrace*
|
||||||
|
fun:*PageHeap*GrowHeap*
|
||||||
|
fun:*PageHeap*New*
|
||||||
|
fun:*CentralFreeList*Populate*
|
||||||
|
fun:*CentralFreeList*FetchFromSpansSafe*
|
||||||
|
fun:*CentralFreeList*RemoveRange*
|
||||||
|
fun:*ThreadCache*FetchFromCentralCache*
|
||||||
|
fun:realloc
|
||||||
|
...
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
# This entry suppresses the warning caused by a bug in luajit 2.0
|
# This entry suppresses the warning caused by a bug in luajit 2.0
|
||||||
LuaJIT_Bug1
|
LuaJIT_Bug1
|
||||||
|
|
Loading…
Reference in a new issue