Skip to content

Commit

Permalink
ci: update memcheck suppression stack signature (#2913)
Browse files Browse the repository at this point in the history
**What problem is this PR intended to solve?**

See recent failures in upstream.yml, e.g.
https://github.com/sparklemotion/nokogiri/actions/runs/5354163940/jobs/9710862134

Something changed recently, not sure if it's the compiler in CI, or the
library, or a combination.
  • Loading branch information
flavorjones committed Jun 27, 2023
2 parents a2c0073 + 871cd51 commit 01ab95f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions suppressions/ruby.supp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
fun:evaluate
}
{
TODO
https://github.com/sparklemotion/nokogiri/actions/runs/5354163940/jobs/9710862134
# 240 (120 direct, 120 indirect) bytes in 1 blocks are definitely lost in loss record 28,980 of 37,883
# *xmlNewNodeEatName (tree.c:2299)
# *xmlNewDocNodeEatName (tree.c:2374)
Expand All @@ -117,7 +117,7 @@
fun:xmlNewNodeEatName
fun:xmlNewDocNodeEatName
fun:xmlSAX2StartElementNs
fun:xmlParseStartTag2
fun:xmlParseStartTag*
fun:xmlParseElementStart
fun:xmlParseContentInternal
fun:xmlParseElement
Expand Down

0 comments on commit 01ab95f

Please sign in to comment.