Return-Path: Delivered-To: apmail-perl-dev-archive@www.apache.org Received: (qmail 43869 invoked from network); 19 Aug 2004 00:42:26 -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:42:26 -0000 Received: (qmail 31117 invoked by uid 500); 19 Aug 2004 00:42:24 -0000 Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 31102 invoked by uid 500); 19 Aug 2004 00:42:24 -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 31082 invoked by uid 99); 19 Aug 2004 00:42:24 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [195.154.174.52] (HELO mail.logilune.com) (195.154.174.52) by apache.org (qpsmtpd/0.27.1) with ESMTP; Wed, 18 Aug 2004 17:42:22 -0700 Received: from [127.0.0.1] (localhost.logilune.com [127.0.0.1]) by mail.logilune.com (Postfix) with ESMTP id AB8B51E19A3; Thu, 19 Aug 2004 02:42:19 +0200 (CEST) Message-ID: <4123F76A.9000808@stason.org> Date: Wed, 18 Aug 2004 17:42:18 -0700 From: Stas Bekman Organization: Hope, Humanized User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040708 X-Accept-Language: en-us, en, he, ru MIME-Version: 1.0 To: Markus Wichitill Cc: Steve Hay , 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> <4123F459.4050404@gmx.de> In-Reply-To: <4123F459.4050404@gmx.de> 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 Markus Wichitill wrote: > 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); > } Yeah, thanks, I'll go over these again and see how to fix them. I wish they were failing for me. -- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:stas@stason.org http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org