William Fulmer wrote:
Hi,
I'm trying to get mod_perl-1.99_13 to compile with apache 2.0.49 and
perl 5.6.2

That's insufficient, William. Please see: http://perl.apache.org/bugs/

[...]
It hangs on api/request_rec.

Try to figure out which sub-test is it hanging on. Try this trick: http://perl.apache.org/docs/1.0/guide/debug.html#Using_the_Perl_Trace

tusc of the httpd process gives the folloing over and over again:
select(0, NULL, NULL, NULL, 0x7f7f0b10)
................................. [entry]
select(0, NULL, NULL, NULL, 0x7f7f0b10)
................................. = 0
waitpid(4294967295, WIFEXITED(0), WNOHANG|WUNTRACED)
.................... [entry]
waitpid(-1, WIFEXITED(0), WNOHANG|WUNTRACED)
............................ = 0

which httpd process are you tracing? There is more than one. Looks like you are tracing the parent process.


__________________________________________________________________
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

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to