Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 55775 invoked from network); 30 Jun 2006 10:03:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Jun 2006 10:03:47 -0000 Received: (qmail 43139 invoked by uid 500); 30 Jun 2006 10:03:44 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 42844 invoked by uid 500); 30 Jun 2006 10:03:43 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 42832 invoked by uid 99); 30 Jun 2006 10:03:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jun 2006 03:03:42 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of zhanghuangzhu@gmail.com designates 66.249.82.206 as permitted sender) Received: from [66.249.82.206] (HELO wx-out-0102.google.com) (66.249.82.206) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jun 2006 03:03:41 -0700 Received: by wx-out-0102.google.com with SMTP id s6so24405wxc for ; Fri, 30 Jun 2006 03:03:21 -0700 (PDT) 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:references; b=Z6baVihnsRP2G1gxWP56LdAkMGnOo96LXdSTN+bJ6FcSiLGgv+vco5u5ujvWWpAdSHfmHHHjMfV+YYD47E0VJnmBIOB6PsY5wE6O8ctdLEnIYOvhwFjpxrSyJ04J+ehaI+O2cSt5DwOYWJU0o/+tV3JLH3tRKQ76Eer/Rd+9LQA= Received: by 10.70.67.7 with SMTP id p7mr347333wxa; Fri, 30 Jun 2006 03:03:20 -0700 (PDT) Received: by 10.70.118.15 with HTTP; Fri, 30 Jun 2006 03:03:20 -0700 (PDT) Message-ID: <4d0b24970606300303s524955b2uda7267a31bed2b20@mail.gmail.com> Date: Fri, 30 Jun 2006 18:03:20 +0800 From: "Andrew Zhang" To: harmony-dev@incubator.apache.org Subject: Re: [continuum] BUILD FAILURE: Classlib/win.ia32 Build/Test In-Reply-To: <44A4E070.9060206@gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3820_18341595.1151661800797" References: <18133105.1151655317558.JavaMail.clearbld@hy1> <44A4E070.9060206@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_3820_18341595.1151661800797 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Tim, I took a look at the code, and suspected the failure is caused by network. Here're my comments: I guess there are two possible reasons that why this test failed. The first possible one is network problem. If the failure is caused by network problem, the failure point is strange. It failed at "configureBlocking". In fact it should fail earlier, at "ssc.accept()" with SocketException. After looking at the code, I found a bug of ServerSocketChannel.accept(). So Harmony does not throw SocketException sometimes when there are network problems. Another possibilty is Harmony code bug. I checked all java code, and I think they're good. I'll take a deep look at native code later then. Thanks! Best regards, On 6/30/06, Tim Ellison wrote: > > Latest Windows build just failed a test: > > > java.nio.channels.ClosedChannelException at > java.nio.channels.spi.AbstractSelectableChannel.configureBlocking( > AbstractSelectableChannel.java:208) > at > > org.apache.harmony.tests.java.nio.channels.SelectorTest.assert_select_OP_READ > (SelectorTest.java:416) > at > org.apache.harmony.tests.java.nio.channels.SelectorTest.test_selectNow( > SelectorTest.java:200) > at java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:205) > > > > > Apache Harmony Build wrote: > > Online report : > http://ibmonly.hursley.ibm.com/continuum/win.ia32/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/6/buildId/1507 > > Build statistics: > > State: Failed > > Previous State: Ok > > Started at: Fri, 30 Jun 2006 09:05:23 +0100 > > Finished at: Fri, 30 Jun 2006 09:14:47 +0100 > > Total time: 9m 23s > > Build Trigger: Schedule > > Exit code: 1 > > Building machine hostname: hy1 > > Operating system : Windows XP(Service Pack 2) > > Java version : 1.5.0_06(Sun Microsystems Inc.) > > > > Changes > > > classlib\modules\tools\src\main\java\org\apache\harmony\tools\javac\Compiler.java > > > classlib\modules\beans\src\main\java\java\beans\PropertyChangeSupport.java > > > classlib\modules\security\src\test\api\java\org\apache\harmony\security\tests\java\security\serialization\KeyPairTest.java > > > classlib\modules\security\src\test\resources\serialization\org\apache\harmony\security\tests\java\security\serialization\KeyPairTest.golden.ser > > classlib\modules\security\build.xml > > > > > **************************************************************************** > > Output: > > > **************************************************************************** > > Buildfile: build.xml > > > > > > > > > > > -- > > Tim Ellison (t.p.ellison@gmail.com) > IBM Java technology centre, UK. > > --------------------------------------------------------------------- > Terms of use : http://incubator.apache.org/harmony/mailing.html > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org > For additional commands, e-mail: harmony-dev-help@incubator.apache.org > > -- Andrew Zhang China Software Development Lab, IBM ------=_Part_3820_18341595.1151661800797--