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

http://issues.apache.org/bugzilla/show_bug.cgi?id=19315

error 70007 apr_bucket_read() failed





------- Additional Comments From [EMAIL PROTECTED]  2004-10-01 16:42 -------
>From what I can tell, this is a stderr issue.  I noticed that if I redirect my
cgi (perl) script stderr output to stdout, the script runs fine:

open (STDERR, ">&STDOUT"); 

So then, I tried to remove the "use warnings" line so that no stderr messages
would output without an actual error, and again, it worked fine.

Thus, it seems like the problem os not with stdout, as the script runs just 
fine.

Mike

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

Reply via email to