Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 62CB4D56C for ; Tue, 7 Aug 2012 18:30:20 +0000 (UTC) Received: (qmail 75894 invoked by uid 500); 7 Aug 2012 18:30:19 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 75787 invoked by uid 500); 7 Aug 2012 18:30:19 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 75779 invoked by uid 99); 7 Aug 2012 18:30:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2012 18:30:19 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [80.67.169.19] (HELO solo.fdn.fr) (80.67.169.19) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2012 18:30:10 +0000 Received: from lehrin.spaceroots.org (smtp.spaceroots.org [80.67.176.229]) by smtp.fdn.fr (Postfix) with ESMTP id A7E13441F9 for ; Tue, 7 Aug 2012 20:29:49 +0200 (CEST) Received: from [127.0.0.1] (lehrin.spaceroots.org [127.0.0.1]) by lehrin.spaceroots.org (Postfix) with ESMTP id 2CD625F418 for ; Tue, 7 Aug 2012 20:29:49 +0200 (CEST) Message-ID: <50215E9D.6020700@free.fr> Date: Tue, 07 Aug 2012 20:29:49 +0200 From: Luc Maisonobe User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.5) Gecko/20120624 Icedove/10.0.5 MIME-Version: 1.0 To: Commons Developers List Subject: Re: [math] spinning BOBYQAOptimizerTest References: <501EF00D.8050208@gmail.com> <20120806215302.GD24856@dusk.harfang.homelinux.org> <50204350.3040005@gmail.com> In-Reply-To: <50204350.3040005@gmail.com> X-Enigmail-Version: 1.4.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Le 07/08/2012 00:21, Phil Steitz a �crit : > On 8/6/12 2:53 PM, Gilles Sadowski wrote: >> On Sun, Aug 05, 2012 at 03:13:33PM -0700, Phil Steitz wrote: >>> The site build just hung on me due to >>> BOBYQAOptimizerTest.testConstrainedRosenWithMoreInterpolationPoints >>> spinning. A sample thread dump showing the spinning thread is show >>> below. Above the reference to >>> BOBYQAOptimizer.doOptimize(BOBYQAOptimizer.java:246), successive >>> dumps change. The code continues to run, but does not complete. >>> The hang happened during the coberta instrumented test run. >>> >>> at >>> org.apache.commons.math3.optimization.direct.BOBYQAOptimizer.bobyqb(BOBYQAOptimizer.java:970) >>> at >>> org.apache.commons.math3.optimization.direct.BOBYQAOptimizer.bobyqa(BOBYQAOptimizer.java:334) >>> at >>> org.apache.commons.math3.optimization.direct.BOBYQAOptimizer.doOptimize(BOBYQAOptimizer.java:246) >>> at >>> org.apache.commons.math3.optimization.direct.BaseAbstractMultivariateOptimizer.optimize(BaseAbstractMultivariateOptimizer.java:126) >>> at >>> org.apache.commons.math3.optimization.direct.BaseAbstractMultivariateSimpleBoundsOptimizer.optimize(BaseAbstractMultivariateSimpleBoundsOptimizer.java:139) >>> at >>> org.apache.commons.math3.optimization.direct.BOBYQAOptimizerTest.doTest(BOBYQAOptimizerTest.java:321) >>> at >>> org.apache.commons.math3.optimization.direct.BOBYQAOptimizerTest.testConstrainedRosenWithMoreInterpolationPoints(BOBYQAOptimizerTest.java:249) >> Runs fine here... >> Excerpt from Cobertura report: >> BOBYQAOptimizer 87% 1022/1162 84% 525/624 23 > > Interesting. Hangs every time for me on Same here. I wanted to use cobertura for testing the studff I am working on, and could not succeed. I'm running the following versions, on a Linux box with Debian squeeze OS, a three years old AMD 64 processor and about 6 Gbytes RAM. (lehrin) luc% mvn -version Apache Maven 2.2.1 (rdebian-8) Java version: 1.6.0_24 Java home: /usr/lib/jvm/java-6-openjdk-amd64/jre Default locale: fr_FR, platform encoding: UTF-8 OS name: "linux" version: "3.2.0-3-amd64" arch: "amd64" Family: "unix" (lehrin) luc% java -version java version "1.6.0_24" OpenJDK Runtime Environment (IcedTea6 1.11.3) (6b24-1.11.3-2) OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode) (lehrin) luc% Luc > > BOBYQAOptimizer.doOptimize(BOBYQAOptimizer.java:246) > > running > > Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700) > java version "1.6.0_33" > Java(TM) SE Runtime Environment (build 1.6.0_33-b03-424-11M3720) > Java HotSpot(TM) 64-Bit Server VM (build 20.8-b03-424, mixed mode) > > Phil > >> >> >> Gilles >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org >> For additional commands, e-mail: dev-help@commons.apache.org >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org