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=20866>.
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=20866

cgi script just hangs at end, then apr_bucket_read error





------- Additional Comments From [EMAIL PROTECTED]  2003-06-21 02:38 -------
If the perl script is not running but Apache is still hanging on a pipe read
that is supposedly output from the script, maybe another process inherited the
descriptor and has not closed it?

Can you try lsof to see if another process has a descriptor to that same pipe?

(Yeah, this is probably an impractical thing to test on your real site :( )

A commmon problem is a script that writes a bunch to stderr and ends up hanging
on the write because Apache hasn't started reading that pipe yet.  (This may be
depending on scriptlog setting...  can't recall at the moment.)  Does the script
write a bunch to stderr?  This contradicts your statement that ps doesn't show
the script still running, but this is a fairly common problem so I have to ask.

If you can figure out a small-ish script to allow us to duplicate the problem,
we're in business.

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

Reply via email to