broken pipe (was:Re: 1.0.0.rc2 tarballs now ready...)

2004-07-01 Thread Jean-Jacques Clar


The problem is in our own library. The recent changes cause itto 
don't catch the end of the generated file and go on reading it until 
the read fails.
In 2.1 previous tomod_cgi.c:r1.153
the return value of ap_pass_brigade() was not checked in 
include_cmd(), but now it is done. That change mixed with
our library update got us in that state.But I guess the ball
is in our camp now, which iseasier to manage...
Thanks,
JJ [EMAIL PROTECTED] 6/30/2004 4:41:09 PM 


I am getting the following error when running CGIs on the current
version of NetWare (6.5 sp2):

(32)Broken pipe: ap_content_length_filter: apr_bucket_read() failed
I am working on tracking down the problem.

Changes done to mod_cgi.c, mod_include.(h  c) back in August 22, 2003
are exposinga broken pipe problem on NetWare.
mod_cgi.c had a great deal of change in r1.153. I am not sure 
what exactly is causing that problem. It is surfacingonly now
because of recent changes in the pipe code of our own library.
At this point I am highly suspicious thatthe problem is in our library, 
but it could also be in the http/apr code. 
We are trying to isolate the problem and will update the list
with any new info.
JJ



Re: broken pipe (was:Re: 1.0.0.rc2 tarballs now ready...)

2004-07-01 Thread William A. Rowe, Jr.
If you toggle the 
APR_FILES_AS_SOCKETS constant back to 0
(zero)does this remedy the behavior you are seeing?

Bill

At 05:41 PM 6/30/2004, Jean-Jacques Clar wrote:
I am getting the following error when running CGIs on the current
version of NetWare (6.5 sp2):
 
 (32)Broken pipe: ap_content_length_filter: apr_bucket_read() failed
I am working on tracking down the problem.
 
Changes done to mod_cgi.c, mod_include.(h  c) back in August 22, 2003
are exposing a broken pipe problem on NetWare.
mod_cgi.c had a great deal of change in r1.153. I am not sure 
what exactly is causing that problem. It is surfacing only now
because of recent changes in the pipe code of our own library.
At this point I am highly suspicious that the problem is in our library, 
but it could also be in the http/apr code. 
We are trying to isolate the problem and will update the list
with any new info.
JJ
 




broken pipe (was:Re: 1.0.0.rc2 tarballs now ready...)

2004-06-30 Thread Jean-Jacques Clar



I am getting the following error when running CGIs on the current
version of NetWare (6.5 sp2):

(32)Broken pipe: ap_content_length_filter: apr_bucket_read() failed
I am working on tracking down the problem.

Changes done to mod_cgi.c, mod_include.(h  c) back in August 22, 2003
are exposinga broken pipe problem on NetWare.
mod_cgi.c had a great deal of change in r1.153. I am not sure 
what exactly is causing that problem. It is surfacingonly now
because of recent changes in the pipe code of our own library.
At this point I am highly suspicious thatthe problem is in our library, 
but it could also be in the http/apr code. 
We are trying to isolate the problem and will update the list
with any new info.
JJ