Skip to content

Commit

Permalink
Update suppressions for Ruby 3.4.0-preview2
Browse files Browse the repository at this point in the history
Looks like a method got renamed and our previous suppressions stopped
working.
  • Loading branch information
ivoanjo committed Nov 26, 2024
1 parent c5232cb commit d1e2d72
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions suppressions/ruby-3.4.supp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,21 @@
...
}

# When a Ruby process forks, it looks like Ruby doesn't clean up the memory of old threads?
{
ruby-native-thread-memory-3
Memcheck:Leak
fun:calloc
fun:calloc1
fun:rb_gc_impl_calloc
fun:ruby_xcalloc
fun:native_thread_alloc
fun:native_thread_create_dedicated
fun:native_thread_create
fun:thread_create_core
...
}

# We don't care about the pkg-config external tool
{
pkg-config-memory
Expand Down

0 comments on commit d1e2d72

Please sign in to comment.