You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2004/10/01 18:42:59 UTC

DO NOT REPLY [Bug 19315] - error 70007 apr_bucket_read() failed

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 mike@dsny.com  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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org