Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 20473 invoked from network); 14 May 2004 11:23:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 May 2004 11:23:17 -0000 Received: (qmail 13170 invoked by uid 500); 14 May 2004 11:23:09 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 13054 invoked by uid 500); 14 May 2004 11:23:08 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 12985 invoked by uid 98); 14 May 2004 11:23:07 -0000 Received: from anonymous@nagoya.betaversion.org by hermes.apache.org by uid 82 with qmail-scanner-1.20 (clamuko: 0.70. Clear:RC:0(192.18.33.10):. Processed in 0.346362 secs); 14 May 2004 11:23:07 -0000 X-Qmail-Scanner-Mail-From: anonymous@nagoya.betaversion.org via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(192.18.33.10):. Processed in 0.346362 secs) Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by hermes.apache.org with SMTP; 14 May 2004 11:23:05 -0000 Received: (qmail 6433 invoked by uid 50); 14 May 2004 11:24:00 -0000 Date: 14 May 2004 11:24:00 -0000 Message-ID: <20040514112400.6432.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 28898] - Large file support (> 2GB) for platforms w/ 32-bit size_t and 64-bit off_t X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=28898 Large file support (> 2GB) for platforms w/ 32-bit size_t and 64-bit off_t ------- Additional Comments From jorton@redhat.com 2004-05-14 11:23 ------- BTW, your HEAD test was with 2.0, I presume. 1.3 uses long rather than off_t for file sizes everywhere, so you're always limited by sizeof(long) in 1.3 even if sizeof(off_t) == 64. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org