ren...@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’.