Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 30987 invoked by uid 500); 15 Jun 2000 08:56:07 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk X-No-Archive: yes Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 30972 invoked from network); 15 Jun 2000 08:56:05 -0000 Message-ID: <009701bfd6a6$b98157c0$0a1aa8c0@jetnet.co.uk> From: "David Reid" To: References: <961027362_PM_BeOS.david@jetnet.co.uk> <20000615025301.B7690@manojk.users.mindspring.com> Subject: Re: Debugging pools Date: Thu, 15 Jun 2000 09:50:01 +0100 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.00.2919.6600 X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I'll resend the patch later as it somehow got hosed by my mail client. I've tested it with multi-thread on beos 5 and it passes very nicely. On the beos beta it fails in ap_palloc, but the debug code seems to work as advertised. david ----- Original Message ----- From: "Manoj Kasichainula" To: "New HTTPD mailing list" Sent: Thursday, June 15, 2000 7:53 AM Subject: Re: Debugging pools > On Thu, Jun 15, 2000 at 12:02:42AM +0000, David Reid wrote: > > As I have a problem with memory I thought the pool and alloc debugger > > might help. So off I toddled to the lib directory in APR and tried to > > turn it on. Guess what, it didn't work. Anyway a quick hacka round > > produces this diff which build cleanly for me. > > IIRC, POOL_DEBUG doesn't work in a threaded process. I think the > problem is that it's not threadsafe, but I don't remember specifics. > >