This is an automated email from the git hooks/post-receive script.

brettgilio pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 34ba163  gnu: ocaml-cairo2: Amend comment about tests.
34ba163 is described below

commit 34ba163718513f8962e14e325a109110a83bdf1c
Author: Brett Gilio <[email protected]>
AuthorDate: Thu Nov 19 13:22:33 2020 -0600

    gnu: ocaml-cairo2: Amend comment about tests.
    
    * gnu/packages/ocaml.scm (ocaml-cairo2): Amend comment about tests.
    
    Related to issue #44725.
---
 gnu/packages/ocaml.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index a407a37..f382bad 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5802,7 +5802,9 @@ convenience functions for vectors and matrices.")
                 "0wzysis9fa850s68qh8vrvqc6svgllhwra3kzll2ibv0wmdqrich"))))
     (build-system dune-build-system)
     (arguments
-     `(;; FIXME: (got signal SEGV) #44725
+     `(;; NOTE: GC reclaims bigarrays packed into a custom structure
+       ;; regardless of their refcounts. Affects OCaml >= 4.10.x
+       ;; https://github.com/ocaml/ocaml/issues/9360
        #:tests? #f
        #:test-target "tests"))
     (inputs

Reply via email to