Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 73663 invoked from network); 19 Jan 2006 05:19:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Jan 2006 05:19:11 -0000 Received: (qmail 565 invoked by uid 500); 19 Jan 2006 05:18:24 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 99714 invoked by uid 500); 19 Jan 2006 05:18:16 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 99599 invoked by uid 99); 19 Jan 2006 05:18:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jan 2006 21:18:14 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of peter.hunsberger@gmail.com designates 64.233.184.192 as permitted sender) Received: from [64.233.184.192] (HELO wproxy.gmail.com) (64.233.184.192) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jan 2006 21:13:25 -0800 Received: by wproxy.gmail.com with SMTP id 36so123875wra for ; Wed, 18 Jan 2006 21:13:04 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Q4BN3AP5mGHrd+J+SDoU1gPoBwNUf4kkPlQqfvbCrCziPi+1iOzSvFBgBYMQtb4qRt+iMPKaAIp9vVCArah8/zIyk71tsXzacqyfEAVSLU8e7zy1qBe4RnsORPJW4rgPyWF8Yg8IhtjTL55T1XJfs2PuKAswHkNfsm86htuRh4U= Received: by 10.54.151.17 with SMTP id y17mr2102567wrd; Wed, 18 Jan 2006 21:13:04 -0800 (PST) Received: by 10.54.91.1 with HTTP; Wed, 18 Jan 2006 21:13:04 -0800 (PST) Message-ID: Date: Wed, 18 Jan 2006 23:13:04 -0600 From: Peter Hunsberger To: dev@cocoon.apache.org, rgoers@apache.org Subject: Re: Cocoon 2.1.7 hang In-Reply-To: <43CF19AA.2020106@dslextreme.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43ABAEAF.5050501@apache.org> <43AE2F92.9060003@dslextreme.com> <43B56430.5000300@dslextreme.com> <43B58008.3050600@dslextreme.com> <43B582C7.5010403@apache.org> <43B6E2B4.1040101@dslextreme.com> <20060102092548.GC49859@vision.anyware> <43B95B91.9020203@dslextreme.com> <43BA27E6.2060103@apache.org> <43CF19AA.2020106@dslextreme.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 1/18/06, Ralph Goers wrote: > However, we have been able to recreate the loop without entering bad > data. How ? Just random pounding on the calculator? > > Thoughts and comments are welcome. Looks to me like both times you've caught the process of a continuation being trapped and a flow script being executed as a result. Slightly different exit out of the continuations handler however: ContinuationInterpreter.interpret(ContinuationInterpreter.java:657= ) may provide the clue you need? Break points on one of the earlier ContinuationInterpreter points might also help if you can reproduce with a debugger attached? -- Peter Hunsberger