Skip to content

Commit

Permalink
Add suppressions for ruby-3.3 inline cache references (#2929)
Browse files Browse the repository at this point in the history
**What problem is this PR intended to solve?**

See #2928 and Shopify/ruby_memcheck#23
  • Loading branch information
flavorjones committed Jul 17, 2023
2 parents 34fe69d + b50c81f commit 06b6d17
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions suppressions/ruby-3.3.supp
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
https://github.com/sparklemotion/nokogiri/issues/2928 / https://github.com/Shopify/ruby_memcheck/issues/23
Memcheck:Leak
fun:malloc
fun:objspace_xmalloc0
fun:ary_heap_alloc
fun:ary_resize_capa
fun:ary_double_capa
fun:ary_ensure_room_for_push
fun:rb_ary_push
fun:noko_xml_node_wrap
...
}
{
https://github.com/sparklemotion/nokogiri/issues/2928 / https://github.com/Shopify/ruby_memcheck/issues/23
Memcheck:Leak
fun:malloc
fun:objspace_xmalloc0
fun:ary_heap_alloc
fun:ary_resize_capa
fun:ary_double_capa
fun:ary_ensure_room_for_push
fun:rb_ary_push
fun:__xmlRaiseError
...
}

0 comments on commit 06b6d17

Please sign in to comment.