You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Andrew Zhang <zh...@gmail.com> on 2006/10/14 16:10:51 UTC

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

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

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

Posted by Andrew Zhang <zh...@gmail.com>.
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.<init>(Racer.java:44)
 at org.polepos.RunSeason.main(RunSeason.java:93)


On 10/14/06, Andrew Zhang <zh...@gmail.com> 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

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

Posted by Andrew Zhang <zh...@gmail.com>.
On 10/15/06, Geir Magnusson Jr. <ge...@pobox.com> 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 -version" print out?


Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software
Foundatio
n or its licensors, as applicable.
java version "1.5.0"
pre-alpha : not complete or compatible
svn = r450941, (Sep 28 2006), Windows/ia32/msvc 1310, release build
http://incubator.apache.org/harmony


geir
>
>
> 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
> >
>
> ---------------------------------------------------------------------
> 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

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

Posted by "Geir Magnusson Jr." <ge...@pobox.com>.
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 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
> 

---------------------------------------------------------------------
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


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

Posted by "Geir Magnusson Jr." <ge...@pobox.com>.

Andrew Zhang wrote:
> On 10/15/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
>>
>>
>>
>> Andrew Zhang wrote:
>> > On 10/14/06, Alexey Petrenko <al...@gmail.com> 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 application. Has drlvm completed thread
>> functionality?
>> > Thanks!
>>
>> No, we're still working on that.
> 
> 
> oh... where can I see the status?

I don't think it's that simple.  We have a full implementation, but 
there are bugs and architectural issues that are still being worked on.

Look for discussion in a thread titled : "thread library - let there be 
one!"  for one aspect of many regarding threading.

geir

> 
>>
>> > btw, my environment is: windows xp & sp2.
>> >
>>
>> can you try to build DRLVM debug and see what it says?  That will
>> help...  The build is very straightforward.
> 
> 
> np. l'll try later. too sleepy to build it now. :)
> 
> geir
>>
>> >
>> > SY, Alexey
>> >>
>> >> 2006/10/14, Andrew Zhang <zh...@gmail.com>:
>> >> > 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
>> >> >
>> >> >
>> >>
>> >>
>> >> --
>> >> Alexey A. Petrenko
>> >> 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
>> >>
>> >>
>> >
>> >
>>
>> ---------------------------------------------------------------------
>> 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
>>
>>
> 
> 

---------------------------------------------------------------------
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


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

Posted by Andrew Zhang <zh...@gmail.com>.
On 10/15/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
>
>
>
> Andrew Zhang wrote:
> > On 10/14/06, Alexey Petrenko <al...@gmail.com> 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 application. Has drlvm completed thread
> functionality?
> > Thanks!
>
> No, we're still working on that.


oh... where can I see the status?

>
> > btw, my environment is: windows xp & sp2.
> >
>
> can you try to build DRLVM debug and see what it says?  That will
> help...  The build is very straightforward.


np. l'll try later. too sleepy to build it now. :)

geir
>
> >
> > SY, Alexey
> >>
> >> 2006/10/14, Andrew Zhang <zh...@gmail.com>:
> >> > 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
> >> >
> >> >
> >>
> >>
> >> --
> >> Alexey A. Petrenko
> >> 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
> >>
> >>
> >
> >
>
> ---------------------------------------------------------------------
> 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

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

Posted by "Geir Magnusson Jr." <ge...@pobox.com>.

Andrew Zhang wrote:
> On 10/14/06, Alexey Petrenko <al...@gmail.com> 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 application. Has drlvm completed thread functionality?
> Thanks!

No, we're still working on that.

> 
> btw, my environment is: windows xp & sp2.
> 

can you try to build DRLVM debug and see what it says?  That will 
help...  The build is very straightforward.

geir

> 
> SY, Alexey
>>
>> 2006/10/14, Andrew Zhang <zh...@gmail.com>:
>> > 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
>> >
>> >
>>
>>
>> -- 
>> Alexey A. Petrenko
>> 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
>>
>>
> 
> 

---------------------------------------------------------------------
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


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

Posted by Andrew Zhang <zh...@gmail.com>.
On 10/14/06, Alexey Petrenko <al...@gmail.com> 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 application. Has drlvm completed thread functionality?
Thanks!

btw, my environment is: windows xp & sp2.


SY, Alexey
>
> 2006/10/14, Andrew Zhang <zh...@gmail.com>:
> > 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
> >
> >
>
>
> --
> Alexey A. Petrenko
> 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

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

Posted by Alexey Petrenko <al...@gmail.com>.
Andrew,

did you use latest snapshot or build classlib and drlvm from the latest sources?

SY, Alexey

2006/10/14, Andrew Zhang <zh...@gmail.com>:
> 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
>
>


-- 
Alexey A. Petrenko
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