Skip to content

Commit

Permalink
Update valgrind supression
Browse files Browse the repository at this point in the history
  • Loading branch information
bynect committed Jan 24, 2025
1 parent fa89e61 commit 56bc51a
Showing 1 changed file with 21 additions and 22 deletions.
43 changes: 21 additions & 22 deletions .valgrind.suppressions
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,24 @@
...
}

{
glib_freebsd
Memcheck:Leak
fun:*alloc
...
fun:g_dbus_address_get_stream_sync
...
}

{
glib_leak_freebsd2
Memchek:Leak
fun:*alloc
...
fun:g_bus_own_name
...
}

# same as above, but as occurs in CI environment
{
rsvg_error_handle_close2
Expand Down Expand Up @@ -110,15 +128,15 @@

# a librsvg memoryleak that shows up in arch, but not in the CI environment
{
<librsvg-arch>
librsvg-arch
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
obj:/usr/lib/librsvg-2.so.2.48.0
obj:/usr/lib/librsvg-2.so.2.*
...
fun:rsvg_handle_close
obj:/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so
obj:/usr/lib/libgdk_pixbuf-2.0.so.0.4200.6
obj:/usr/lib/libgdk_pixbuf-2.0.so.0.4200.*
fun:gdk_pixbuf_new_from_file
...
}
Expand Down Expand Up @@ -213,22 +231,3 @@
fun:notification_load_icon_with_scaling
...
}

{
# FreeBSD part1
glib_leak_freebsd1
Memchek:Leak
...
fun:g_dbus_address_get_stream_sync
...
}

{
# FreeBSD part2
# XXX: Why isn't memory freed in g_bus_unown_name?
glib_leak_freebsd2
Memchek:Leak
...
fun:g_bus_own_name
...
}

0 comments on commit 56bc51a

Please sign in to comment.