Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 68353 invoked from network); 17 Oct 2006 09:31:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Oct 2006 09:31:35 -0000 Received: (qmail 27807 invoked by uid 500); 17 Oct 2006 09:31:32 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 27770 invoked by uid 500); 17 Oct 2006 09:31:32 -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 27759 invoked by uid 99); 17 Oct 2006 09:31:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Oct 2006 02:31:32 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of dkishenko@gmail.com designates 64.233.182.186 as permitted sender) Received: from [64.233.182.186] (HELO nf-out-0910.google.com) (64.233.182.186) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Oct 2006 02:31:30 -0700 Received: by nf-out-0910.google.com with SMTP id a4so236051nfc for ; Tue, 17 Oct 2006 02:31:04 -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:content-transfer-encoding:content-disposition:references; b=eYNC6o/5P/RJRDdmFQPP/qUuEVekTi1IQ0etDojJ5oE10sPCru9cwXleKBtSQrioyKpIBW6DSBre98Bf91ohC6cSt8QYrK5VVq1d7oz1UI7ryl/jb3MtzG3BmJDh7X5yK7Uq1wPRhjdX02pKUdZTFdVa9LdI67/nt18rVgomPyA= Received: by 10.82.123.16 with SMTP id v16mr1320131buc; Tue, 17 Oct 2006 02:31:04 -0700 (PDT) Received: by 10.82.140.8 with HTTP; Tue, 17 Oct 2006 02:31:03 -0700 (PDT) Message-ID: <834b3bd50610170231s4197053dr798ffeb37f5326e1@mail.gmail.com> Date: Tue, 17 Oct 2006 13:31:04 +0400 From: "Denis Kishenko" To: harmony-dev@incubator.apache.org Subject: Re: [classlib][awt] An awt bug? (was Re: [application] [feedback] VM crashed when running Poleposition on Harmony) In-Reply-To: <4d0b24970610160247p1d2cb4bbg5f58e1074c96cd28@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4d0b24970610150808o4a8d6800o46c803567067f956@mail.gmail.com> <834b3bd50610160231u4c2009ebn60f3887cb61d8735@mail.gmail.com> <4d0b24970610160247p1d2cb4bbg5f58e1074c96cd28@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Andrew, patch was applied and verified. Could you check, does it fix problem? 2006/10/16, Andrew Zhang : > On 10/16/06, Denis Kishenko wrote: > > > > This issue has been filed and patched three weeks ago but wasn't > > applied yet (as many others). > > > Thanks Denis! Look forward to committers. :-) > > See > > http://issues.apache.org/jira/browse/HARMONY-1585 > > > > 2006/10/15, Andrew Zhang : > > > PolePosition(actually JFreeChat) throws IllegalPathStateException when > > > generating test report.The error message looks like (I added a > > sysout(shape) > > > in CommonGraphics2D#fill method): > > > > > > java.awt.geom.Rectangle2D$Double[x=0.0,y=0.0,width=750.0,height=500.0] > > > java.awt.geom.RoundRectangle2D$Double@288c288c > > > java.awt.geom.IllegalPathStateException: First segment should be > > SEG_MOVETO > > > type > > > at java.awt.geom.GeneralPath.checkBuf(GeneralPath.java:24) > > > at java.awt.geom.GeneralPath.closePath(GeneralPath.java:260) > > > at java.awt.geom.GeneralPath.append(GeneralPath.java:296) > > > at java.awt.geom.AffineTransform.createTransformedShape( > > > AffineTransform.java:535) > > > at org.apache.harmony.awt.gl.CommonGraphics2D.fill( > > CommonGraphics2D.java > > > :723) > > > at org.jfree.chart.StandardLegend.drawLegendBox(StandardLegend.java > > :875) > > > at org.jfree.chart.StandardLegend.draw(StandardLegend.java:757) > > > at org.jfree.chart.StandardLegend.draw(StandardLegend.java:578) > > > > > > > > > On 10/15/06, Andrew Zhang wrote: > > > > > > > > I simplified test scenario in PolePosition. Now it throws unexpected > > > > exception when generating test report: > > > > java.awt.geom.IllegalPathStateException: First segment should be > > > > SEG_MOVETO type > > > > at java.awt.geom.GeneralPath.checkBuf(GeneralPath.java:204) > > > > at java.awt.geom.GeneralPath.closePath(GeneralPath.java:260) > > > > at java.awt.geom.GeneralPath.append(GeneralPath.java:296) > > > > at java.awt.geom.AffineTransform.createTransformedShape( > > > > AffineTransform.java:535) > > > > at org.apache.harmony.awt.gl.CommonGraphics2D.fill( > > CommonGraphics2D.java:722) > > > > > > > > at org.jfree.chart.StandardLegend.drawLegendBox(StandardLegend.java > > :875) > > > > at org.jfree.chart.StandardLegend.draw(StandardLegend.java:757) > > > > at org.jfree.chart.StandardLegend.draw(StandardLegend.java:578) > > > > at org.jfree.chart.JFreeChart.draw(JFreeChart.java:966) > > > > at org.jfree.chart.JFreeChart.createBufferedImage(JFreeChart.java > > :1157) > > > > at org.jfree.chart.JFreeChart.createBufferedImage(JFreeChart.java > > :1136) > > > > at org.jfree.chart.JFreeChart.createBufferedImage (JFreeChart.java > > :1121) > > > > at org.polepos.reporters.HTMLReporter.renderLapGraph( > > HTMLReporter.java > > > > :121) > > > > at org.polepos.reporters.HTMLReporter.report(HTMLReporter.java:58) > > > > at org.polepos.reporters.GraphReporter.endSeason (GraphReporter.java > > :13) > > > > at org.polepos.framework.Racer.run(Racer.java:114) > > > > at org.polepos.framework.Racer.(Racer.java:44) > > > > at org.polepos.RunSeason.main(RunSeason.java:93) > > > > > > > > > > > > On 10/14/06, Andrew Zhang wrote: > > > > > > > > > > PolePosition is a benchmark test suite to compare database engines > > and > > > > > object-relational mapping technology. ( http://www.polepos.org/). I > > > > > tried to run PolePosition on Harmony(lastest build), but > > unfortunately vm > > > > > crashed during the execution. > > > > > > > > > > The DRLVM crashes at the very early stage, while IBM VME crashes > > after a > > > > > while. No error message is printed out from DRLVM, while IBM VME > > gives > > > > > following message [1]. Any comments about "jclclear_23.dll" and "the > > extra > > > > > info 0012FB7C" ? > > > > > > > > > > [1] IBM VME error message: > > > > > Unhandled exception > > > > > Type=Segmentation error vmState=0x00040000 > > > > > J9Generic_Signal_Number=00000004 ExceptionCode=c0000005 > > > > > ExceptionAddress=7F96A8EC ContextFlags=0001003f > > > > > Handler1=7FE50390 Handler2=7FD074F0 InaccessibleAddress=0137D580 > > > > > EDI=0074BB40 ESI=0081F100 EAX=11761268 EBX=0137D568 > > > > > ECX=0000000C EDX=00000004 > > > > > EIP=7F96A8EC ESP=0012F81C EBP=001D5500 > > > > > Module=D:\Harmony\deploy\jdk\jre\bin\default\jclclear_23.dll > > > > > Module_base_address=7F950000 Offset_in_DLL=0001a8ec > > > > > Target=2_30_20060727_07300_lHdSMR (Windows XP 5.1 build 2600 Service > > > > > Pack 2) > > > > > CPU=x86 (1 logical CPUs) (0x1f77c000 RAM) > > > > > ... > > > > > _org.apache.harmony.vmi.portlib (extra info: 0012FB7C) > > > > > -Xjcl:jclclear_23 > > > > > _j2se_j9=136448 > > > > > > > > > > -- > > > > > Best regards, > > > > > Andrew Zhang > > > > > > > > > > > > > > > > > > > > > -- > > > > Best regards, > > > > Andrew Zhang > > > > > > > > > > > > > > > -- > > > Best regards, > > > Andrew Zhang > > > > > > > > > > > > -- > > Denis M. Kishenko > > Intel Middleware Products Division > > > > --------------------------------------------------------------------- > > 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 > > > > > > > -- > Best regards, > Andrew Zhang > > -- Denis M. Kishenko Enterprise Solutions Software Division --------------------------------------------------------------------- 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