From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#30644: Cuirass runs out of build users Date: Thu, 08 Mar 2018 13:01:01 +0100 Message-ID: <87efkuojya.fsf@gnu.org> References: <20180228090714.GA1845@jurong> <20180302140833.GB3213@macbook41> <20180305090256.GA9171@jurong> <20180305155351.GA6054@jurong> <87efkvpl8f.fsf@gnu.org> <20180308000111.77cce7d6@scratchpost.org> <20180308012541.517dc4dc@scratchpost.org> <20180308012923.525342f6@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49362) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1etuFP-00074G-Px for bug-guix@gnu.org; Thu, 08 Mar 2018 07:02:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1etuFG-00078s-Hf for bug-guix@gnu.org; Thu, 08 Mar 2018 07:02:11 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:42359) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1etuFG-00078j-ER for bug-guix@gnu.org; Thu, 08 Mar 2018 07:02:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1etuFG-0007Z4-2m for bug-guix@gnu.org; Thu, 08 Mar 2018 07:02:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20180308012923.525342f6@scratchpost.org> (Danny Milosavljevic's message of "Thu, 8 Mar 2018 01:29:23 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Danny Milosavljevic Cc: 30644@debbugs.gnu.org Danny Milosavljevic skribis: > Oops, I had an old bin/evaluate . bin/evaluate.in doesn't contain it anym= ore. My bad... Yes, see . > Anyway, sqlite contains some cool stuff to find out who's locking it. > > But as things are it seems that sqlite access is now done only by one thr= ead. How can it then be locked? Weird... It=E2=80=99s accessed possibly from several threads because Fibers can be thought of as an N=C3=97M threading library. So what=E2=80=99s your take on this? Ludo=E2=80=99.