Skip to content

Commit

Permalink
valgrind: Add suppression for new leak in OCaml 4.13
Browse files Browse the repository at this point in the history
Reported upstream as ocaml/ocaml#10698

(cherry picked from commit 676c193)
  • Loading branch information
rwmjones committed Oct 19, 2021
1 parent fd6e17b commit 89edddb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions valgrind/ocaml.suppressions
Expand Up @@ -38,3 +38,11 @@
...
fun:caml_stat_alloc*
}

# This one seems to be a real leak, starting in OCaml 4.13
{
caml_setup_stack_overflow_detection
Memcheck:Leak
...
fun:caml_setup_stack_overflow_detection
}

0 comments on commit 89edddb

Please sign in to comment.