Return-Path: Delivered-To: apmail-perl-dev-archive@www.apache.org Received: (qmail 41253 invoked from network); 19 Aug 2004 00:29:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 19 Aug 2004 00:29:32 -0000 Received: (qmail 22043 invoked by uid 500); 19 Aug 2004 00:29:31 -0000 Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 22011 invoked by uid 500); 19 Aug 2004 00:29:31 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 21996 invoked by uid 99); 19 Aug 2004 00:29:31 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.27.1) with SMTP; Wed, 18 Aug 2004 17:29:27 -0700 Received: (qmail 27575 invoked by uid 65534); 19 Aug 2004 00:29:25 -0000 Received: from dsl-082-082-167-227.arcor-ip.net (EHLO [82.82.167.227]) (82.82.167.227) by mail.gmx.net (mp010) with SMTP; 19 Aug 2004 02:29:25 +0200 X-Authenticated: #20142289 Message-ID: <4123F459.4050404@gmx.de> Date: Thu, 19 Aug 2004 02:29:13 +0200 From: Markus Wichitill User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en, de MIME-Version: 1.0 To: Steve Hay CC: Stas Bekman , dev@perl.apache.org Subject: Re: Win32 fails filter\out_bbs_filebucket References: <411CF281.9020402@uk.radan.com> <411CF45C.8050803@stason.org> <411CF66D.5090708@uk.radan.com> <411CF8F8.2020400@stason.org> <411CF960.5030902@stason.org> <411E3121.8020407@gmx.de> <411E5E2D.6020507@stason.org> <4120813B.3020303@uk.radan.com> In-Reply-To: <4120813B.3020303@uk.radan.com> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Steve Hay wrote: > This allows the test to run successfully in isolation for me, but "nmake > test" now hangs when it reaches this test. > > Even reverting this change I still find that "nmake test" hangs when it > gets to that test. Must be something else that's changed since Friday... Same here. apr_brigade_cleanup(void * 0x06370718) line 45 brigade_cleanup(void * 0x06370718) line 34 run_cleanups(cleanup_t * * 0x0636c080) line 1951 + 13 bytes apr_pool_destroy(apr_pool_t * 0x0636c070) line 730 + 12 bytes apr_pool_clear(apr_pool_t * 0x00a0f258) line 690 + 12 bytes mpm_recycle_completion_context(CompContext * 0x009ce040) line 82 winnt_get_connection(CompContext * 0x009ce040) line 639 worker_main(long 1) line 694 + 9 bytes _threadstartex(void * 0x0028d2a0) line 227 + 13 bytes KERNEL32! 7c80b50b() This is the infinite loop: /* * Bah! We can't use APR_RING_FOREACH here because this bucket has * gone away when we dig inside it to get the next one. */ while (!APR_BRIGADE_EMPTY(b)) { e = APR_BRIGADE_FIRST(b); apr_bucket_delete(e); } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org