GNU bug report logs - #20272
Support reproducible builds

Previous Next

Package: guile;

Reported by: ludo <at> gnu.org (Ludovic Courtès)

Date: Tue, 7 Apr 2015 11:49:01 UTC

Severity: important

Tags: patch

Full log


View this message in rfc822 format

From: Andy Wingo <wingo <at> pobox.com>
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: 20272 <at> debbugs.gnu.org, Mark H Weaver <mhw <at> netris.org>, Jan Nieuwenhuizen <janneke <at> gnu.org>
Subject: bug#20272: Support reproducible builds
Date: Tue, 28 Feb 2017 14:26:26 +0100
On Thu 22 Dec 2016 00:53, ludo <at> gnu.org (Ludovic Courtès) writes:

> +(define (module-generate-unique-id! m)
> +  (let ((i (module-next-unique-id m)))
> +    (set-module-next-unique-id! m (+ i 1))
> +    i))

This introduces a race condition when expanding from multiple threads at
once.  Any plan here?

Andy




This bug report was last modified 1 year and 66 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.