The same result with the "-Xem:opt". The exact command in my
environment was (WinXP SP2):

<==
C:\mydoc\projects\tests\beans2>echo %JAVA_HOME%
C:\Java\harmony-hdk-r450941\jdk\jre

C:\mydoc\projects\tests\beans2>%JAVA_HOME%\bin\java
-Xbootclasspath/p:.\build\classes;.\build\tests;C:\Java\harmony\enhanced\classlib\trunk\depends\jars\junit_3.8.2\junit.jar
-Xem:opt junit.textui.TestRunner
org.apache.harmony.beans.tests.java.beans.IntrospectionExceptionTest
...
An unhandled error (4) has occurred.
HyGeneric_Signal_Number=00000004
ExceptionCode=c0000005
ExceptionAddress=0052A340
ContextFlags=0001003f
Handler1=00401010
Handler2=11105CE0
InaccessibleAddress=00000000
EDI=00000000
ESI=00000000
EAX=0013F1AC
EBX=00000000
ECX=007129FC
EDX=00000000
EIP=0052A340
ESP=0013F17C
EBP=00000000
Module=C:\Java\harmony-hdk-r450941\jdk\jre\bin\default\harmonyvm.dll
Module_base_address=00510000
Offset_in_DLL=0001a340

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
<==

Regards,

02 Oct 2006 20:14:11 +0700, Egor Pasko <[EMAIL PROTECTED]>:
On the 0x1F6 day of Apache Harmony Alexei Zakharov wrote:
> Agree. In case somebody is interested:
> org.apache.harmony.beans.tests.java.beans.IntrospectionExceptionTest
> (from bootclasspath), harmony-hdk-r450941, WinXP.

Is that reproducible on Linux? how does it run on pure OPT (-Xem:opt),
JET?

> Crash info:
>
> <==
>    [junit] An unhandled error (4) has occurred.
>     [junit] HyGeneric_Signal_Number=00000004
>     [junit] ExceptionCode=c0000005
>     [junit] ExceptionAddress=0052A340
>     [junit] ContextFlags=0001003f
>     [junit] Handler1=00401010
>     [junit] Handler2=11105CE0
>     [junit] InaccessibleAddress=00000000
>     [junit] EDI=00000000
>     [junit] ESI=00000000
>     [junit] EAX=0013D69C
>     [junit] EBX=00000000
>     [junit] ECX=007129FC
>     [junit] EDX=00000000
>     [junit] EIP=0052A340
>     [junit] ESP=0013D66C
>     [junit] EBP=00000000
>     [junit] 
Module=C:\Java\harmony-hdk-r450941\jdk\jre\bin\default\harmonyvm.dll
>     [junit] Module_base_address=00510000
>     [junit] Offset_in_DLL=0001a340
>     [junit] This application has requested the Runtime to terminate it
> in an unusual way.
>     [junit] Please contact the application's support team for more 
information.
>     [junit] Test
> org.apache.harmony.beans.tests.java.beans.IntrospectionExceptionTest
> FAILED
> <==
>
> Thanks,
>
> 2006/10/2, Vladimir Ivanov <[EMAIL PROTECTED]>:
> > On 10/2/06, Alexei Zakharov <[EMAIL PROTECTED]> wrote:
> > >
> > >
> > > Juist my two cents. Some test even from such a high-level module as
> > > beans fail if they run from bootclasspath (BeansTest for example).
> > > Moreover, they crash DRLVM :)
> >
> >
> > Seems, it is should be evaluated by VM peoples. The vm crash is not good
> > reaction for test failure.
> >  thanks, Vladimir
> >
> > BTW, personally I use custom-made build file to develop with HDK and
> > > single-module checkout.

--
Alexei Zakharov,
Intel Middleware Product Division

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to