in reply to Re: why does ignoring sigCHLD corrupt return value from system()?
in thread why does ignoring sigCHLD corrupt return value from system()?

I ran into this on Gentoo with perl-5.20.2 with ithreads useflag enabled. Recompiling without ithreads (that is the default) fixed the problem.
  • Comment on Re^2: why does ignoring sigCHLD corrupt return value from system()?