Re: [classlib][awt] An awt bug? (was Re: [application] [feedback] VM crashed when running Poleposition on Harmony)

2006-10-17 Thread Ilya Okomin
On 10/17/06, Andrew Zhang <[EMAIL PROTECTED]> wrote: On 10/17/06, Denis Kishenko <[EMAIL PROTECTED]> wrote: > > Andrew, patch was applied and verified. > Could you check, does it fix problem? Thanks Denis! It works! The generated report looks fine, though has a little problem about text posit

Re: [classlib][awt] An awt bug? (was Re: [application] [feedback] VM crashed when running Poleposition on Harmony)

2006-10-17 Thread Alexey Varlamov
The generated report looks fine, though has a little problem about text position. So how are we scored? - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [classlib][awt] An awt bug? (was Re: [application] [feedback] VM crashed when running Poleposition on Harmony)

2006-10-17 Thread Sergey Soldatov
It's ok, since we're using platform depended fonts and they are different from RI. On 10/17/06, Andrew Zhang <[EMAIL PROTECTED]> wrote: On 10/17/06, Denis Kishenko <[EMAIL PROTECTED]> wrote: > > Andrew, patch was applied and verified. > Could you check, does it fix problem? Thanks Denis! It w

Re: [classlib][awt] An awt bug? (was Re: [application] [feedback] VM crashed when running Poleposition on Harmony)

2006-10-17 Thread Andrew Zhang
On 10/17/06, Denis Kishenko <[EMAIL PROTECTED]> wrote: Andrew, patch was applied and verified. Could you check, does it fix problem? Thanks Denis! It works! The generated report looks fine, though has a little problem about text position. The text, which contains lots of spaces, is created

Re: [classlib][awt] An awt bug? (was Re: [application] [feedback] VM crashed when running Poleposition on Harmony)

2006-10-17 Thread Denis Kishenko
Andrew, patch was applied and verified. Could you check, does it fix problem? 2006/10/16, Andrew Zhang <[EMAIL PROTECTED]>: On 10/16/06, Denis Kishenko <[EMAIL PROTECTED]> wrote: > > This issue has been filed and patched three weeks ago but wasn't > applied yet (as many others). Thanks Denis!

Re: [classlib][awt] An awt bug? (was Re: [application] [feedback] VM crashed when running Poleposition on Harmony)

2006-10-16 Thread Andrew Zhang
On 10/16/06, Denis Kishenko <[EMAIL PROTECTED]> 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 <[EMAIL PROTECT

Re: [classlib][awt] An awt bug? (was Re: [application] [feedback] VM crashed when running Poleposition on Harmony)

2006-10-16 Thread Denis Kishenko
This issue has been filed and patched three weeks ago but wasn't applied yet (as many others). See http://issues.apache.org/jira/browse/HARMONY-1585 2006/10/15, Andrew Zhang <[EMAIL PROTECTED]>: PolePosition(actually JFreeChat) throws IllegalPathStateException when generating test report.The err

[classlib][awt] An awt bug? (was Re: [application] [feedback] VM crashed when running Poleposition on Harmony)

2006-10-15 Thread 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] [EMAIL PROTECTED] java.awt.geom.IllegalPathS

Re: [application] [feedback] VM crashed when running Poleposition on Harmony

2006-10-14 Thread Andrew Zhang
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(GeneralPa

Re: [application] [feedback] VM crashed when running Poleposition on Harmony

2006-10-14 Thread Geir Magnusson Jr.
Andrew Zhang wrote: On 10/15/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: Andrew Zhang wrote: > On 10/14/06, Alexey Petrenko <[EMAIL PROTECTED]> wrote: >> >> Andrew, >> >> did you use latest snapshot or build classlib and drlvm from the latest >> sources? > > > I downloaded the drlvm

Re: [application] [feedback] VM crashed when running Poleposition on Harmony

2006-10-14 Thread Andrew Zhang
On 10/15/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: Andrew Zhang wrote: > On 10/14/06, Alexey Petrenko <[EMAIL PROTECTED]> wrote: >> >> Andrew, >> >> did you use latest snapshot or build classlib and drlvm from the latest >> sources? > > > I downloaded the drlvm from latests snapshot. >

Re: [application] [feedback] VM crashed when running Poleposition on Harmony

2006-10-14 Thread Geir Magnusson Jr.
Andrew Zhang wrote: On 10/14/06, Alexey Petrenko <[EMAIL PROTECTED]> wrote: Andrew, did you use latest snapshot or build classlib and drlvm from the latest sources? I downloaded the drlvm from latests snapshot. I also tried some other applications, and found DRLVM is vulnerable when runni

Re: [application] [feedback] VM crashed when running Poleposition on Harmony

2006-10-14 Thread Andrew Zhang
On 10/14/06, Alexey Petrenko <[EMAIL PROTECTED]> wrote: Andrew, did you use latest snapshot or build classlib and drlvm from the latest sources? I downloaded the drlvm from latests snapshot. I also tried some other applications, and found DRLVM is vulnerable when running multi-thread applica

Re: [application] [feedback] VM crashed when running Poleposition on Harmony

2006-10-14 Thread Andrew Zhang
On 10/15/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: is this using a JRE snapshot, or did you build it? If so, did you build a debug build? I used: 1. latest harmony class lib + ibm vme. 2. latest snapshot to test DRLVM (since I'm not familiar with drlvm build) what does "java -versio

Re: [application] [feedback] VM crashed when running Poleposition on Harmony

2006-10-14 Thread Geir Magnusson Jr.
is this using a JRE snapshot, or did you build it? If so, did you build a debug build? what does "java -version" print out? geir Andrew Zhang wrote: PolePosition is a benchmark test suite to compare database engines and object-relational mapping technology. (http://www.polepos.org/). I trie

Re: [application] [feedback] VM crashed when running Poleposition on Harmony

2006-10-14 Thread Alexey Petrenko
Andrew, did you use latest snapshot or build classlib and drlvm from the latest sources? SY, Alexey 2006/10/14, Andrew Zhang <[EMAIL PROTECTED]>: PolePosition is a benchmark test suite to compare database engines and object-relational mapping technology. (http://www.polepos.org/). I tried to r

[application] [feedback] VM crashed when running Poleposition on Harmony

2006-10-14 Thread Andrew Zhang
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 VM