bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Porting with Guix


From: Ludovic Courtès
Subject: Re: Porting with Guix
Date: Tue, 10 Jan 2017 22:54:33 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

rennes@openmailbox.org skribis:

> make[3]: Entering directory '/home/buzz/gits/D/bdwgc'
> PASS: cordtest
> hurd: Can't add reference on Mach thread

FWIW this comes from the Hurd signal handling code in glibc:

      err = __mach_port_mod_refs (__mach_task_self (), thread,
                                  MACH_PORT_RIGHT_SEND, 1);
      if (err)
        __libc_fatal ("hurd: Can't add reference on Mach thread\n");

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]