46c400fb00
related: rhbz#2059289
31 lines
1015 B
Diff
31 lines
1015 B
Diff
From 97e037a3abb0e5b4d8d78b8bcc810fd77803af12 Mon Sep 17 00:00:00 2001
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
Date: Tue, 21 Jun 2022 12:21:55 +0100
|
|
Subject: [PATCH] valgrind: Update comment about valgrind bug affecting OCaml
|
|
|
|
Fixes: e586ca637d ("ocaml: Add valgrind suppression for OCaml 4.14 bug")
|
|
Fixes: dba71bf2be ("ocaml: Add further valgrind suppression")
|
|
(cherry picked from commit 6f1584ca76979f4e5da912c9d36fbd12ab18d8e2)
|
|
---
|
|
valgrind/ocaml.suppressions | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/valgrind/ocaml.suppressions b/valgrind/ocaml.suppressions
|
|
index 1e5e9505..f2245431 100644
|
|
--- a/valgrind/ocaml.suppressions
|
|
+++ b/valgrind/ocaml.suppressions
|
|
@@ -47,8 +47,8 @@
|
|
fun:caml_setup_stack_overflow_detection
|
|
}
|
|
|
|
-# Potential bug in OCaml 4.14
|
|
-# https://github.com/ocaml/ocaml/issues/11335
|
|
+# Valgrind bug affecting OCaml 4.14
|
|
+# https://bugs.kde.org/show_bug.cgi?id=455711
|
|
{
|
|
caml_terminate_signals_uninitialized_sigaltstack
|
|
Memcheck:Param
|
|
--
|
|
2.31.1
|
|
|