Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 87603 invoked from network); 15 Sep 2005 19:31:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Sep 2005 19:31:10 -0000 Received: (qmail 70766 invoked by uid 500); 15 Sep 2005 19:28:35 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 70698 invoked by uid 500); 15 Sep 2005 19:28:35 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 70679 invoked by uid 99); 15 Sep 2005 19:28:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Sep 2005 12:28:34 -0700 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=SPF_HELO_FAIL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [32.97.182.141] (HELO e1.ny.us.ibm.com) (32.97.182.141) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Sep 2005 12:27:15 -0700 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e1.ny.us.ibm.com (8.12.11/8.12.11) with ESMTP id j8FJQx9X012458 for ; Thu, 15 Sep 2005 15:26:59 -0400 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay04.pok.ibm.com (8.12.10/NCO/VERS6.7) with ESMTP id j8FJR1lR065046 for ; Thu, 15 Sep 2005 15:27:01 -0400 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.12.11/8.13.3) with ESMTP id j8FJR1GC001150 for ; Thu, 15 Sep 2005 15:27:01 -0400 Received: from [127.0.0.1] (sig-9-48-105-104.mts.ibm.com [9.48.105.104]) by d01av02.pok.ibm.com (8.12.11/8.12.11) with ESMTP id j8FJQwSt000993 for ; Thu, 15 Sep 2005 15:27:00 -0400 Message-ID: <4329CAFF.3090102@debrunners.com> Date: Thu, 15 Sep 2005 12:26:55 -0700 From: Daniel John Debrunner User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derby Discussion Subject: Re: Class loading deadlock References: <1126598086.31836.16.camel@sauron.digitalroute.xx> <4326D995.5000907@debrunners.com> <1126620907.31836.31.camel@sauron.digitalroute.xx> <1126623346.31836.36.camel@sauron.digitalroute.xx> <4326FD15.1040302@debrunners.com> <1126680667.31836.40.camel@sauron.digitalroute.xx> <1126691446.31836.45.camel@sauron.digitalroute.xx> <1126772657.31836.68.camel@sauron.digitalroute.xx> In-Reply-To: <1126772657.31836.68.camel@sauron.digitalroute.xx> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Andreas Fredriksson wrote: > On Thu, 2005-09-15 at 09:59 +0200, Knut Anders Hatlen wrote: > > >>Your patch is against Derby 10.1.1.0, but I see that the development >>sources have changed since that version. Some of the changes are >>similar to those you proposed. Could you try to run your test using >>the latest development sources? Thanks! > > > Knut Anders, > > I can confirm that the version on the SVN trunk doesn't deadlock with > the testcase I posted previously. Thanks for testing it, I couldn't reproduce it on the trunk but assumed it was due to running on a single cpu machine. ! 2cpu machine was my next step! I will merge the associated changes into 10.1 from the trunk and hopefully they will fix the problem and become part of the upcoming 10.1.2 release. Dan.