branch: master
commit 69778d1bcd5d67a0425eae98acf8f7c17e666816
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Thu Mar 11 17:37:13 2021 +0100

    Fix notification thread start.
---
 bin/cuirass.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/cuirass.in b/bin/cuirass.in
index 65c8f98..d3a5ab4 100644
--- a/bin/cuirass.in
+++ b/bin/cuirass.in
@@ -145,7 +145,8 @@ exec ${GUILE:-@GUILE@} --no-auto-compile -e main -s "$0" 
"$@"
           (run-fibers
            (lambda ()
              (with-database
-                 (start-notification-thread)
+                 (parameterize (((@@ (fibers internal) current-fiber) #f))
+                   (start-notification-thread))
                  (and specfile
                       (for-each db-add-specification
                                 (read-specifications specfile)))

Reply via email to