Control: reassign -1 libc0.3 Hello,
John David Anglin, on jeu. 29 mars 2018 13:54:23 -0400, wrote: > On 2018-03-29 11:53 AM, Eugene V. Lyubimkin wrote: > > On hurd-i386, I tracked it down to a misbehaviour of timeout(1), reported > > as #894379. > > For HPPA, I didn't see any available porterboxes for HPPA on db.debian.org, > > so I could not > > reproduced it. Did I miss any? > I'll take a look at the timeout problem. Access to a box can be arranged. On hurd-i386, it is an unfortunate confluence of borderline behaviors. Basically, what happens is that the SIGCHLD signal is catched by the thread started by timer_create(). I'll give a try at masking signals so main() does catch the signal. Samuel