[EMAIL PROTECTED] wrote:
dougm       02/04/06 18:14:40

Modified: perl-framework/Apache-Test/lib/Apache TestServer.pm
Log:
this $SIG{CHLD} / $? status checking stuff does not work well on
solaris or hpux. more often than not get:
waiting for server to start: 00:02
server has died with status 255 (please examine t/logs/error_log)
Terminated
and yet the server has started just fine, can run t/TEST -run and all
tests pass.
disabling this until somebody can make the code work properly on all
platforms.

That somebody doesn't have access to hpux/solaris to debug the problem. Anybody to help me here.


Now that you've disable the SIGCHLD if something goes wrong, user will have to wait for 60 secs before will be dropped to the shell.
Hmm, how about this approach:


change SIGCHLD to ping the server before checking the status? May not work properly on slower machines.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com



Reply via email to