Skip to content

Commit

Permalink
ci: update memcheck suppressions for Ruby 3.1
Browse files Browse the repository at this point in the history
removing ruby_xmalloc from the stack
  • Loading branch information
flavorjones committed Jan 4, 2022
1 parent 92b33ab commit eda623a
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions suppressions/nokogiri_ruby.supp
Expand Up @@ -48,9 +48,7 @@
Memcheck:Leak
fun:malloc
fun:objspace_xmalloc0
fun:ruby_xmalloc0
fun:ruby_xmalloc_body
fun:ruby_xmalloc
...
fun:xmlXPathNewParserContext
fun:xmlXPathEval
fun:evaluate
Expand Down Expand Up @@ -79,9 +77,7 @@
Memcheck:Leak
fun:malloc
fun:objspace_xmalloc0
fun:ruby_xmalloc0
fun:ruby_xmalloc_body
fun:ruby_xmalloc
...
fun:xmlStrndup
fun:xmlXPathParseNCName
...
Expand Down Expand Up @@ -127,9 +123,7 @@
Memcheck:Leak
fun:malloc
fun:objspace_xmalloc0
fun:ruby_xmalloc0
fun:ruby_xmalloc_body
fun:ruby_xmalloc
...
fun:xmlXPathNodeSetCreate
fun:xmlXPathNodeCollectAndTest
fun:xmlXPathCompOpEval
Expand All @@ -144,9 +138,7 @@
Memcheck:Leak
fun:malloc
fun:objspace_xmalloc0
fun:ruby_xmalloc0
fun:ruby_xmalloc_body
fun:ruby_xmalloc
...
fun:ar_alloc_table
fun:rb_hash_aset
fun:registr
Expand All @@ -167,9 +159,7 @@
Memcheck:Leak
fun:malloc
fun:objspace_xmalloc0
fun:ruby_xmalloc0
fun:ruby_xmalloc_body
fun:ruby_xmalloc
...
fun:xmlNewNodeEatName
fun:xmlNewDocNodeEatName
fun:xmlSAX2StartElementNs
Expand Down Expand Up @@ -198,9 +188,7 @@
Memcheck:Leak
fun:malloc
fun:objspace_xmalloc0
fun:ruby_xmalloc0
fun:ruby_xmalloc_body
fun:ruby_xmalloc
...
fun:xmlXPathWrapNodeSet
fun:xmlXPathNodeCollectAndTest
...
Expand Down

0 comments on commit eda623a

Please sign in to comment.