Skip to content

Commit

Permalink
Remove suppression for issue fixed in Ruby
Browse files Browse the repository at this point in the history
`stack_chunk_alloc` cleans up during shutdown on the latest patch
versions of Ruby, so we don't need to suppress it anymore.
  • Loading branch information
peterzhu2118 committed Aug 9, 2023
1 parent d126250 commit c319452
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions suppressions/ruby.supp
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@
fun:require_internal
...
}
{
Remove this after Ruby 2.7.7, 3.0.5, 3.1.3 are relased. See: https://github.com/Shopify/ruby_memcheck/issues/6
Memcheck:Leak
...
fun:stack_chunk_alloc
...
}
{
recursive_list_access creates a hash called `list` that is stored on the threadptr_recursive_hash. This is reported as a memory leak.
Memcheck:Leak
Expand Down

0 comments on commit c319452

Please sign in to comment.