Skip to content

Commit 4a1f3cc

Browse files
committed
ci: update memcheck suppressions for Ruby 3.1
removing ruby_xmalloc from the stack
1 parent ab87f2a commit 4a1f3cc

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

suppressions/nokogiri_ruby.supp

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@
4848
Memcheck:Leak
4949
fun:malloc
5050
fun:objspace_xmalloc0
51-
fun:ruby_xmalloc0
52-
fun:ruby_xmalloc_body
53-
fun:ruby_xmalloc
51+
...
5452
fun:xmlXPathNewParserContext
5553
fun:xmlXPathEval
5654
fun:evaluate
@@ -79,9 +77,7 @@
7977
Memcheck:Leak
8078
fun:malloc
8179
fun:objspace_xmalloc0
82-
fun:ruby_xmalloc0
83-
fun:ruby_xmalloc_body
84-
fun:ruby_xmalloc
80+
...
8581
fun:xmlStrndup
8682
fun:xmlXPathParseNCName
8783
...
@@ -127,9 +123,7 @@
127123
Memcheck:Leak
128124
fun:malloc
129125
fun:objspace_xmalloc0
130-
fun:ruby_xmalloc0
131-
fun:ruby_xmalloc_body
132-
fun:ruby_xmalloc
126+
...
133127
fun:xmlXPathNodeSetCreate
134128
fun:xmlXPathNodeCollectAndTest
135129
fun:xmlXPathCompOpEval
@@ -144,9 +138,7 @@
144138
Memcheck:Leak
145139
fun:malloc
146140
fun:objspace_xmalloc0
147-
fun:ruby_xmalloc0
148-
fun:ruby_xmalloc_body
149-
fun:ruby_xmalloc
141+
...
150142
fun:ar_alloc_table
151143
fun:rb_hash_aset
152144
fun:registr
@@ -167,9 +159,7 @@
167159
Memcheck:Leak
168160
fun:malloc
169161
fun:objspace_xmalloc0
170-
fun:ruby_xmalloc0
171-
fun:ruby_xmalloc_body
172-
fun:ruby_xmalloc
162+
...
173163
fun:xmlNewNodeEatName
174164
fun:xmlNewDocNodeEatName
175165
fun:xmlSAX2StartElementNs
@@ -198,9 +188,7 @@
198188
Memcheck:Leak
199189
fun:malloc
200190
fun:objspace_xmalloc0
201-
fun:ruby_xmalloc0
202-
fun:ruby_xmalloc_body
203-
fun:ruby_xmalloc
191+
...
204192
fun:xmlXPathWrapNodeSet
205193
fun:xmlXPathNodeCollectAndTest
206194
...

0 commit comments

Comments
 (0)