in reply to Re: Re: system() call failure
in thread system() call failure
It's interesting that it worked on Linux but not Solaris. Must be some difference in the way they deliver signals.
Best solution is probably not to mix $SIG{CHLD} with system(). There are a couple of threads around here that might be useful... try a search or two.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: system() call failure
by lestrrat (Deacon) on May 15, 2001 at 21:10 UTC | |
|
Re: Re: Re: Re: system() call failure
by lestrrat (Deacon) on May 16, 2001 at 23:02 UTC |