Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 44120 invoked by uid 500); 27 Jun 2001 21:01:28 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 44100 invoked from network); 27 Jun 2001 21:01:26 -0000 Message-ID: <020901c0ff4d$537c8cd0$29060e09@sashimi> From: "Bill Stoddard" To: References: Subject: Re: Tagging tree tonight. Date: Wed, 27 Jun 2001 17:08:28 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hold off. There is a serious bug in the APR MMAP code on Windows that is breaking things. The offending code from mmap.c is here: offhi = (DWORD)((*new)->psize << 32); psize is a 32 bit integer and shifting it left or right 32 bits apparantly does not change the value. So for a 500 byte file, offlo and offhi are both set to 500. Attempting to MMAP with the resulting offlo and offhi fails with an insufficient memory. Unless Mr. Rowe wants to fix this the right way for large file support, I vote for setting offhi = 0 then tag and roll. Bill ----- Original Message ----- From: To: Sent: Wednesday, June 27, 2001 4:55 PM Subject: Tagging tree tonight. > > Just a heads up. The tree looks to be very stable right now. As soon as > I get home from work today (about 6:00 PST), I plan to commit the threaded > MPM change, test the build one final time, and tag the tree. > > If anybody objects let me know. Otherwise, we should have beta candidate > tonight. > > Ryan > _____________________________________________________________________________ > Ryan Bloom rbb@apache.org > Covalent Technologies rbb@covalent.net > ----------------------------------------------------------------------------- >