Skip to content

Commit ee69772

Browse files
committed
ci: another valgrind suppression
1 parent 007662f commit ee69772

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

suppressions/nokogiri_ruby-3.0.supp

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,3 +356,60 @@
356356
# fun:ruby_run_node
357357
# fun:main
358358
}
359+
{
360+
https://ci.nokogiri.org/builds/14555#L5fc5c6b0:492
361+
Memcheck:Addr8
362+
fun:mark_locations_array
363+
fun:gc_mark_children
364+
fun:gc_mark_stacked_objects
365+
fun:gc_mark_stacked_objects_incremental
366+
fun:gc_marks_rest
367+
fun:gc_marks_continue
368+
fun:heap_prepare
369+
fun:heap_next_freepage
370+
...
371+
# fun:ractor_cache_slots
372+
# fun:newobj_slowpath
373+
# fun:newobj_slowpath_wb_protected
374+
# fun:newobj_of0
375+
# fun:newobj_of
376+
# fun:rb_wb_protected_newobj_of
377+
# fun:hash_alloc_flags
378+
# fun:hash_alloc
379+
# fun:rb_hash_new
380+
# fun:rb_hash_new_with_size
381+
# fun:vm_exec_core
382+
# fun:rb_vm_exec
383+
# fun:invoke_block
384+
# fun:invoke_iseq_block_from_c
385+
# fun:invoke_block_from_c_bh
386+
# fun:vm_yield
387+
# fun:rb_yield_0
388+
# fun:rb_yield_1
389+
# fun:rb_yield
390+
# fun:rb_ary_each
391+
# fun:vm_call_cfunc_with_frame
392+
# fun:vm_sendish.constprop.531
393+
# fun:vm_exec_core
394+
# fun:rb_vm_exec
395+
# fun:invoke_block
396+
# fun:invoke_iseq_block_from_c
397+
# fun:invoke_block_from_c_bh
398+
# fun:vm_yield
399+
# fun:rb_yield_0
400+
# fun:rb_yield_1
401+
# fun:rb_yield
402+
# fun:rb_ary_collect
403+
# fun:vm_call_cfunc_with_frame
404+
# fun:vm_sendish.constprop.531
405+
# fun:vm_exec_core
406+
# fun:rb_vm_exec
407+
# fun:rb_vm_invoke_proc
408+
# fun:rb_proc_call
409+
# fun:exec_end_procs_chain
410+
# fun:rb_ec_exec_end_proc
411+
# fun:rb_ec_teardown
412+
# fun:rb_ec_cleanup
413+
# fun:ruby_run_node
414+
# fun:main
415+
}

0 commit comments

Comments
 (0)