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 2002/07/26 14:34:59 UTC

DO NOT REPLY [Bug 11114] - Images stored in AFS served corruptly

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

Images stored in AFS served corruptly





------- Additional Comments From trawick@apache.org  2002-07-26 12:34 -------
What level of FreeBSD are you using?  4.6-STABLE and later versions have
a kernel update a few weeks ago which changed the API to sendfile().  
APR had to change to accomodate, but the change is not yet in an Apache 
release.  If this is the case, we can provide an easy patch to the
sendfile interface in APR until the real fix is released.

Here is the way to tell:  Run "/sbin/sysctl kern.osreldate".  If the value
displayed is >= 460001, APR from Apache 2.0.39 is busted and is not passing 
the right data to sendfile, which can lead to corrupted data sent.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org