mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Update valgrind suppressions
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16763 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
8de27ea72d
commit
2c602edbd9
@ -37,15 +37,15 @@
|
||||
# if Free: name of free-ing fn)
|
||||
|
||||
{
|
||||
libguile.so.12(Cond)
|
||||
libguile.so(Cond)
|
||||
Memcheck:Cond
|
||||
obj:/usr/lib/libguile.so.12.3.0
|
||||
obj:*libguile.so.*
|
||||
}
|
||||
|
||||
{
|
||||
libguile.so.12(Value4)
|
||||
libguile.so(Value4)
|
||||
Memcheck:Value4
|
||||
obj:/usr/lib/libguile.so.12.3.0
|
||||
obj:*libguile.so*
|
||||
}
|
||||
|
||||
{
|
||||
@ -57,21 +57,30 @@
|
||||
}
|
||||
|
||||
{
|
||||
<insert a suppression name here>
|
||||
write(buf) Param
|
||||
Memcheck:Param
|
||||
write(buf)
|
||||
fun:__write_nocancel
|
||||
obj:/usr/X11R6/lib/libX11.so.6.2
|
||||
obj:/lib/libpthread-2.5.so
|
||||
fun:_X11TransWrite
|
||||
obj:/usr/X11R6/lib/libX11.so.6.2
|
||||
}
|
||||
|
||||
{
|
||||
<insert a suppression name here>
|
||||
Memcheck:Param
|
||||
writev(vector[...])
|
||||
fun:do_writev
|
||||
fun:writev
|
||||
obj:/usr/lib/libORBit-2.so.0.0.0
|
||||
obj:*libORBit-2.so*
|
||||
fun:link_connection_writev
|
||||
fun:giop_send_buffer_write
|
||||
}
|
||||
|
||||
{
|
||||
<insert a suppression name here>
|
||||
Memcheck:Param
|
||||
writev(vector[...])
|
||||
fun:do_writev
|
||||
obj:*libORBit-2.so*
|
||||
fun:link_connection_writev
|
||||
fun:giop_send_buffer_write
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user