valgrind suppressions
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18834 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
61
cf/valgrind-suppressions
Normal file
61
cf/valgrind-suppressions
Normal file
@@ -0,0 +1,61 @@
|
|||||||
|
# $Id$
|
||||||
|
{
|
||||||
|
linux db init brokenness
|
||||||
|
Memcheck:Param
|
||||||
|
pwrite64(buf)
|
||||||
|
fun:do_pwrite64
|
||||||
|
fun:__os_io
|
||||||
|
fun:__memp_pgwrite
|
||||||
|
fun:__memp_fsync
|
||||||
|
fun:__bam_read_root
|
||||||
|
fun:__bam_open
|
||||||
|
fun:__db_dbopen
|
||||||
|
fun:__db_open
|
||||||
|
fun:DB_open
|
||||||
|
}
|
||||||
|
{
|
||||||
|
linux strerror
|
||||||
|
Memcheck:Leak
|
||||||
|
fun:_vgrZU_libcZdsoZa_malloc
|
||||||
|
fun:rwlock_add_to_list
|
||||||
|
fun:rwlock_have_already
|
||||||
|
fun:pthread_rwlock_rdlock
|
||||||
|
fun:__dcigettext
|
||||||
|
fun:dcgettext
|
||||||
|
fun:strerror_r
|
||||||
|
fun:strerror
|
||||||
|
}
|
||||||
|
{
|
||||||
|
linux db close brokenness
|
||||||
|
Memcheck:Param
|
||||||
|
pwrite64(buf)
|
||||||
|
fun:do_pwrite64
|
||||||
|
fun:__os_io
|
||||||
|
fun:__memp_pgwrite
|
||||||
|
fun:__memp_fsync
|
||||||
|
fun:__db_sync
|
||||||
|
fun:__db_close
|
||||||
|
fun:DB_close
|
||||||
|
}
|
||||||
|
{
|
||||||
|
GLIBC 2.1.2 getservbyname defect
|
||||||
|
Memcheck:Leak
|
||||||
|
fun:_vgrZU_libcZdsoZa_malloc
|
||||||
|
fun:strdup
|
||||||
|
obj:*
|
||||||
|
obj:*
|
||||||
|
fun:getservbyname_r@@GLIBC_2.1.2
|
||||||
|
fun:getservbyname
|
||||||
|
}
|
||||||
|
{
|
||||||
|
glibc getaddrinfo defect
|
||||||
|
Memcheck:Leak
|
||||||
|
fun:_vgrZU_libcZdsoZa_malloc
|
||||||
|
fun:__libc_res_nsend
|
||||||
|
fun:__libc_res_nquery
|
||||||
|
fun:__libc_res_nquerydomain
|
||||||
|
fun:__libc_res_nsearch
|
||||||
|
obj:*
|
||||||
|
fun:gaih_inet
|
||||||
|
fun:getaddrinfo
|
||||||
|
}
|
Reference in New Issue
Block a user