mirror of
https://github.com/ceph/ceph
synced 2025-02-22 10:37:15 +00:00
Merge pull request #52521 from cbodley/wip-62059
valgrind: update suppression for SyscallParam under call_init Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
This commit is contained in:
commit
3f09d56bed
@ -184,20 +184,19 @@
|
||||
fun:*GetStackTrace*
|
||||
}
|
||||
{
|
||||
tcmalloc: param points to uninit bytes under call_init (jammy)
|
||||
tcmalloc: param points to uninit bytes under call_init (centos9) or call_init.part.0 (jammy)
|
||||
Memcheck:Param
|
||||
write(buf)
|
||||
fun:syscall
|
||||
obj:*libunwind*
|
||||
obj:*libunwind*
|
||||
obj:*libunwind*
|
||||
...
|
||||
obj:*libunwind*
|
||||
fun:_ULx86_64_step
|
||||
obj:*tcmalloc*
|
||||
obj:*tcmalloc*
|
||||
obj:*tcmalloc*
|
||||
obj:*tcmalloc*
|
||||
fun:call_init.part.0
|
||||
fun:call_init*
|
||||
}
|
||||
{
|
||||
tcmalloc: string
|
||||
|
Loading…
Reference in New Issue
Block a user