deep memory issues. so many issues.
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
36
build_linux64/valgrind.supp
Normal file
36
build_linux64/valgrind.supp
Normal file
@ -0,0 +1,36 @@
|
||||
# Save this as valgrind.supp
|
||||
{
|
||||
glibc_tls_init
|
||||
Memcheck:Param
|
||||
set_robust_list(head)
|
||||
...
|
||||
fun:__libc_setup_tls
|
||||
}
|
||||
|
||||
{
|
||||
glibc_malloc_init
|
||||
Memcheck:Cond
|
||||
...
|
||||
fun:ptmalloc_init*
|
||||
}
|
||||
|
||||
{
|
||||
glibc_getrandom
|
||||
Memcheck:Cond
|
||||
fun:getrandom
|
||||
...
|
||||
}
|
||||
|
||||
{
|
||||
glibc_dl_init
|
||||
Memcheck:Cond
|
||||
...
|
||||
fun:_dl_*
|
||||
}
|
||||
|
||||
{
|
||||
glibc_tcache_init
|
||||
Memcheck:Cond
|
||||
...
|
||||
fun:tcache_init*
|
||||
}
|
Reference in New Issue
Block a user