From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Cl=C3=A9ment?= Lassieur Subject: Re: packaging Bootstrap for Cuirass' web interface Date: Thu, 26 Jul 2018 11:07:12 +0200 Message-ID: <878t5yqsan.fsf@lassieur.org> References: <87zhyitmtc.fsf@lassieur.org> <87pnzetjal.fsf@gnu.org> <87wotmtcks.fsf@lassieur.org> <5b578c0f.1c69fb81.4a8d1.0342@mx.google.com> <87bmawqk4m.fsf@lassieur.org> <87in53ka5r.fsf@lassieur.org> <87fu07k8iv.fsf@lassieur.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]:58669) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ficEy-0008D1-4B for guix-devel@gnu.org; Thu, 26 Jul 2018 05:07:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ficEv-0004SI-3K for guix-devel@gnu.org; Thu, 26 Jul 2018 05:07:20 -0400 Received: from mail.lassieur.org ([83.152.10.219]:60694) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ficEu-0004QP-OV for guix-devel@gnu.org; Thu, 26 Jul 2018 05:07:17 -0400 In-reply-to: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: =?utf-8?Q?G=C3=A1bor?= Boskovits Cc: Guix-devel , Tatiana Sholokhova G=C3=A1bor Boskovits writes: > Hello Cl=C3=A9ment, > > Do you have any idea what has gone wrong here? Yes, I think Fibers channels aren't thread-safe. The bug happens when CALL-WITH-CRITICAL-SECTION is called at the same time from two different threads. So, nothing to do with Tatiana's code. :-) I'll investigate further, report the bug, and try to find a workaround. Cl=C3=A9ment