Skip to content

Commit

Permalink
Improve valgrind suppressions for rs_port.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Dec 12, 2024
1 parent 0d89542 commit 5cd005c
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions source/ports/rs_port/valgrind-rust.supp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Ignore Rust runtime leaks
{
Ignore memory leaked from lang_start_internal.
Memcheck:Leak
Expand All @@ -7,12 +8,6 @@
}

# Ignore leaks from loaders depenecies for now, we want to debug the port only
{
Ignore leaks from C Loader.
Memcheck:Leak
...
obj:*/libc_loader*.so
}
{
Ignore leaks from C Loader depends Clang.
Memcheck:Leak
Expand All @@ -25,12 +20,6 @@
...
obj:*/libLLVM-*.so.*
}
{
Ignore leaks from NodeJS Loader.
Memcheck:Leak
...
obj:*/libnode_loader*.so
}
{
Ignore leaks from Python Loader depends CPython.
Memcheck:Leak
Expand Down

0 comments on commit 5cd005c

Please sign in to comment.