DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21485>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21485

apache does not respond with mod_ssl enabled on sparc





------- Additional Comments From [EMAIL PROTECTED]  2003-07-13 01:36 -------
Yes, turning off SSL allows pages to be served fine.

The MPM in use was prefork.  I tried switching to worker to see if that changed
anything but it did not.  I have since switched back to prefork.

The output from gdb is as follows;(gdb) where
#0  0x705b7ff4 in select () from /lib/libc.so.6
#1  0x70334ed8 in apr_sleep () from /usr/lib/libapr-0.so.0
#2  0x0003b944 in ap_wait_or_timeout ()
#3  0x0002cbe0 in ap_mpm_run ()
#4  0x0003464c in main ()
#5  0x704f47f4 in __libc_start_main () from /lib/libc.so.6

I tried strace'ing the various apache processes and all I could get to come back
was an endless loop of the following (and only from one of the processes
running, not all);

select(0, NULL, NULL, NULL, {1, 0})     = 0 (Timeout)
wait4(-1, 0xefff8034, WNOHANG|WUNTRACED, NULL) = 0

I also tried strace'ing with SSL turned off and it was much more responsive,
though using a shell script to have wget endlessly fetch the default index.html
file was always handled by the same apache process.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to