From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#19671: Raw binary data in build log from substitute-binary Date: Sun, 05 Apr 2015 00:01:56 +0200 Message-ID: <87d23jh7sb.fsf@gnu.org> References: <87iofwft4n.fsf@netris.org> <87lhk93g9b.fsf@netris.org> <878ueokpqh.fsf@gnu.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]:35188) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YeW9f-0008Nm-MC for bug-guix@gnu.org; Sat, 04 Apr 2015 18:03:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YeW9e-0003PV-Qv for bug-guix@gnu.org; Sat, 04 Apr 2015 18:03:03 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:55193) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YeW9e-0003PO-OP for bug-guix@gnu.org; Sat, 04 Apr 2015 18:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YeW9e-0004aL-J3 for bug-guix@gnu.org; Sat, 04 Apr 2015 18:03:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <878ueokpqh.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 23 Mar 2015 10:49:42 +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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Mark H Weaver Cc: 19671-done@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > This has just happened to me as well, and I think the reason is that, > when a download failure happens (500, 502, 504, etc.), the thread doing > the download directly writes to the current error port. > > And as we know, ports are not thread-safe in Guile 2.0 and we=E2=80=99re = not > doing additional synchronization here, so everything wrecks havoc. > > This is another incentive to merge wip-http-pipelining. I=E2=80=99ll giv= e it > another try. This was done in d3a6520, so closing this bug. Ludo=E2=80=99.