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 nbdkit commit 676c193ba05e479c145cf872e4912c576d1461d3)
  • Loading branch information
rwmjones committed Oct 13, 2021
1 parent 80d2d98 commit f4fa936
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions valgrind/ocaml.suppressions
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,11 @@
...
fun:caml_init_atom_table
}

# 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 f4fa936

Please sign in to comment.