unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Mark H Weaver <mhw@netris.org>
Cc: 19671@debbugs.gnu.org
Subject: bug#19671: Raw binary data in build log from substitute-binary
Date: Mon, 23 Mar 2015 10:49:42 +0100	[thread overview]
Message-ID: <878ueokpqh.fsf@gnu.org> (raw)
In-Reply-To: <87lhk93g9b.fsf@netris.org> (Mark H. Weaver's message of "Sat, 07 Feb 2015 10:14:56 -0500")

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’re not
doing additional synchronization here, so everything wrecks havoc.

This is another incentive to merge wip-http-pipelining.  I’ll give it
another try.

Thanks,
Ludo’.

  parent reply	other threads:[~2015-03-23  9:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-24  9:03 bug#19671: Raw binary data in build log from substitute-binary Mark H Weaver
2015-02-07 15:14 ` Mark H Weaver
2015-02-11  9:41   ` Ludovic Courtès
2015-03-23  9:49   ` Ludovic Courtès [this message]
2015-04-04 22:01     ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878ueokpqh.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=19671@debbugs.gnu.org \
    --cc=mhw@netris.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).