You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Vladimir Gorr <vv...@gmail.com> on 2006/09/19 11:11:13 UTC

[drlvm] none of kernel tests passed for the recent sources

Geir,

I found out none of the DRRVM kernel tests passed recently. Although
all fine worked yet yesterday.

*build.bat -Djunit.jar=%JUNIT_HOME% kernel.test*
...
     [echo]
     [echo]             ==================================
     [echo]             Run kernel tests using jitrino.jet
     [echo]             ==================================
     [echo]
    [mkdir] Created dir:
C:\DrlSrc\drlvm\trunk\build\win_ia32_msvc_debug\semis\kernel.tests\reports\jitrino.jet
     [echo] RUNNING : java.lang.Class1_5Test
    [junit] Test java.lang.Class1_5Test FAILED
    [junit] Test java.lang.Class1_5Test FAILED
     [echo]    **** FAILED on reference JRE ****
     [echo] RUNNING : java.lang.Class5Test
    [junit] Test java.lang.Class5Test FAILED
    [junit] Test java.lang.Class5Test FAILED
     [echo]    **** FAILED on reference JRE ****
     [echo] RUNNING : java.lang.ClassAnnotationsTest
    [junit] Test java.lang.ClassAnnotationsTest FAILED

^C
...

 I suspect you can know a clue for this issue. Probably I missed anything
and didn't note what was modifed.

Thanks in advance,
Vladimir.

Re: [drlvm] none of kernel tests passed for the recent sources

Posted by Vladimir Gorr <vv...@gmail.com>.
On 9/19/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
>
> Ok - my debug build on winXP just passed the c-unit tests and now is
> winding through the smoke tests.  Currently hanging on LOS


I doubt we'll be able to wait till this test ends. I've just excluded this
test from testing as follows:

Index: LOS.java
===================================================================
--- LOS.java (revision 447337)
+++ LOS.java (working copy)
@@ -23,6 +23,7 @@

 /**
  * Try large object allocation after filling the heap with small objects.
+ * @keyword XXX
  *
  */
 public class LOS extends Thread {

If you wish to reproduce my issue you should run the following command as I
mentioned starting this thread, namely:

*build.bat -Djunit.jar=%JUNIT_HOME% kernel.test*

Thanks,
Vladimir.

I can do
>    java -showversion -cp . Foo
>
> (where Foo.class is  in . of course)
>
> and it works fine
>
> geir
>
> On Sep 19, 2006, at 5:43 AM, Vladimir Gorr wrote:
>
> > On 9/19/06, Geir Magnusson Jr <ge...@pobox.com> wrote:
> >>
> >>
> >>
> >> Vladimir Gorr wrote:
> >> > Geir,
> >> >
> >> > I found out none of the DRRVM kernel tests passed recently.
> >> Although
> >> > all fine worked yet yesterday.
> >> >
> >> > *build.bat -Djunit.jar=%JUNIT_HOME% kernel.test*
> >> > ...
> >> >     [echo]
> >> >     [echo]             ==================================
> >> >     [echo]             Run kernel tests using jitrino.jet
> >> >     [echo]             ==================================
> >> >     [echo]
> >> >    [mkdir] Created dir:
> >> >
> >> C:\DrlSrc\drlvm\trunk\build\win_ia32_msvc_debug\semis\kernel.tests
> >> \reports\jitrino.jet
> >> >
> >> >     [echo] RUNNING : java.lang.Class1_5Test
> >> >    [junit] Test java.lang.Class1_5Test FAILED
> >> >    [junit] Test java.lang.Class1_5Test FAILED
> >> >     [echo]    **** FAILED on reference JRE ****
> >> >     [echo] RUNNING : java.lang.Class5Test
> >> >    [junit] Test java.lang.Class5Test FAILED
> >> >    [junit] Test java.lang.Class5Test FAILED
> >> >     [echo]    **** FAILED on reference JRE ****
> >> >     [echo] RUNNING : java.lang.ClassAnnotationsTest
> >> >    [junit] Test java.lang.ClassAnnotationsTest FAILED
> >> >
> >> > ^C
> >> > ...
> >> >
> >> > I suspect you can know a clue for this issue. Probably I missed
> >> anything
> >> > and didn't note what was modifed.
> >>
> >> Why are they failing?  AS of yesterday, I thought they were all
> >> passing
> >> for me.  I wouldn't have checked anything in if I saw that they were
> >> failing en-masse.  (We do need to have a "stop the world" as we
> >> stabilize DRLVM, figure out why tests fail apparently randomly,
> >> etc...)
> >
> >
> > Agree. I also try to understand this.
> >
> > I'm running kernel tests now on Ubuntu 6, release build, and they are
> >> running fine.
> >>
> >> What platform?
> >
> >
> > debug version on Windows platforms. I have no success on SUSE LINUX
> > as well:
> >
> > ...
> > -run-kernel-test-batch:
> >    [mkdir] Created dir:
> > /nfs/ins/proj/drl/coreapi/vgorr/drlvm/trunk/build/
> > lnx_ia32_gcc_debug/semis/kernel.tests/reports/batch.mode
> >    [junit] Running org.apache.harmony.lang.generics.ClassLoaderTest
> >    [junit] SIGSEGV in VM code.
> >    [junit] Stack trace:
> >    [junit]     1: properties_free (??:-1)
> >    [junit]     2: ?? (??:-1)
> >    [junit]     3: readClassPathFromPropertiesFile (??:-1)
> >    [junit]     4: ?? (??:-1)
> >    [junit]     5: ?? (??:-1)
> >    [junit]     6: ?? (??:-1)
> >    [junit]     7: ?? (??:-1)
> >    [junit]     8: ?? (??:-1)
> >    [junit]     9: ?? (??:-1)
> >    [junit]     10: JNI_OnLoad (??:-1)
> >    [junit]     11: ?? (??:-1)
> >    [junit]     12: ?? (??:-1)
> >    [junit]     13: ?? (??:-1)
> >    [junit]     14: ?? (??:-1)
> >    [junit]     15: ?? (??:-1)
> >    [junit]     16: ?? (??:-1)
> >    [junit]     17: ?? (??:-1)
> >    [junit]     18: ?? (??:-1)
> >    [junit] <end of stack trace>
> >    [junit] Tests FAILED
> >
> >
> > Thanks,
> > Vladimir.
> >
> > geir
> >>
> >>
> >>
> >> ---------------------------------------------------------------------
> >> 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: [drlvm] none of kernel tests passed for the recent sources

Posted by "Geir Magnusson Jr." <ge...@pobox.com>.
Ok - my debug build on winXP just passed the c-unit tests and now is  
winding through the smoke tests.  Currently hanging on LOS

I can do
    java -showversion -cp . Foo

(where Foo.class is  in . of course)

and it works fine

geir

On Sep 19, 2006, at 5:43 AM, Vladimir Gorr wrote:

> On 9/19/06, Geir Magnusson Jr <ge...@pobox.com> wrote:
>>
>>
>>
>> Vladimir Gorr wrote:
>> > Geir,
>> >
>> > I found out none of the DRRVM kernel tests passed recently.  
>> Although
>> > all fine worked yet yesterday.
>> >
>> > *build.bat -Djunit.jar=%JUNIT_HOME% kernel.test*
>> > ...
>> >     [echo]
>> >     [echo]             ==================================
>> >     [echo]             Run kernel tests using jitrino.jet
>> >     [echo]             ==================================
>> >     [echo]
>> >    [mkdir] Created dir:
>> >
>> C:\DrlSrc\drlvm\trunk\build\win_ia32_msvc_debug\semis\kernel.tests 
>> \reports\jitrino.jet
>> >
>> >     [echo] RUNNING : java.lang.Class1_5Test
>> >    [junit] Test java.lang.Class1_5Test FAILED
>> >    [junit] Test java.lang.Class1_5Test FAILED
>> >     [echo]    **** FAILED on reference JRE ****
>> >     [echo] RUNNING : java.lang.Class5Test
>> >    [junit] Test java.lang.Class5Test FAILED
>> >    [junit] Test java.lang.Class5Test FAILED
>> >     [echo]    **** FAILED on reference JRE ****
>> >     [echo] RUNNING : java.lang.ClassAnnotationsTest
>> >    [junit] Test java.lang.ClassAnnotationsTest FAILED
>> >
>> > ^C
>> > ...
>> >
>> > I suspect you can know a clue for this issue. Probably I missed  
>> anything
>> > and didn't note what was modifed.
>>
>> Why are they failing?  AS of yesterday, I thought they were all  
>> passing
>> for me.  I wouldn't have checked anything in if I saw that they were
>> failing en-masse.  (We do need to have a "stop the world" as we
>> stabilize DRLVM, figure out why tests fail apparently randomly,  
>> etc...)
>
>
> Agree. I also try to understand this.
>
> I'm running kernel tests now on Ubuntu 6, release build, and they are
>> running fine.
>>
>> What platform?
>
>
> debug version on Windows platforms. I have no success on SUSE LINUX  
> as well:
>
> ...
> -run-kernel-test-batch:
>    [mkdir] Created dir:
> /nfs/ins/proj/drl/coreapi/vgorr/drlvm/trunk/build/ 
> lnx_ia32_gcc_debug/semis/kernel.tests/reports/batch.mode
>    [junit] Running org.apache.harmony.lang.generics.ClassLoaderTest
>    [junit] SIGSEGV in VM code.
>    [junit] Stack trace:
>    [junit]     1: properties_free (??:-1)
>    [junit]     2: ?? (??:-1)
>    [junit]     3: readClassPathFromPropertiesFile (??:-1)
>    [junit]     4: ?? (??:-1)
>    [junit]     5: ?? (??:-1)
>    [junit]     6: ?? (??:-1)
>    [junit]     7: ?? (??:-1)
>    [junit]     8: ?? (??:-1)
>    [junit]     9: ?? (??:-1)
>    [junit]     10: JNI_OnLoad (??:-1)
>    [junit]     11: ?? (??:-1)
>    [junit]     12: ?? (??:-1)
>    [junit]     13: ?? (??:-1)
>    [junit]     14: ?? (??:-1)
>    [junit]     15: ?? (??:-1)
>    [junit]     16: ?? (??:-1)
>    [junit]     17: ?? (??:-1)
>    [junit]     18: ?? (??:-1)
>    [junit] <end of stack trace>
>    [junit] Tests FAILED
>
>
> Thanks,
> Vladimir.
>
> geir
>>
>>
>>
>> ---------------------------------------------------------------------
>> 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: [drlvm] none of kernel tests passed for the recent sources

Posted by "Geir Magnusson Jr." <ge...@pobox.com>.
Nah - I'm used to those :)

On Sep 20, 2006, at 10:49 PM, Vladimir Gorr wrote:

> On 9/21/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
>>
>> So all is well?
>
>
>
> Yep if not to take into account some test failures.
>
> Thanks,
> Vladimir.
>
>
> On Sep 20, 2006, at 8:55 AM, Vladimir Gorr wrote:
>>
>> > On 9/19/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
>> >>
>> >>
>> >> On Sep 19, 2006, at 7:19 AM, Vladimir Gorr wrote:
>> >>
>> >> > On 9/19/06, Vladimir Gorr <vv...@gmail.com> wrote:
>> >> >>
>> >> >>
>> >> >>
>> >> >>  On 9/19/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
>> >> >>
>> >> >> > guys - lets be clear.  Are you unsetting it because it was
>> >> pointing
>> >> >> > to Sun or BEA or IBM, or was it set to harmony?
>> >> >>
>> >> >>
>> >> >>
>> >> >>  as for me JAVA_HOME refers to JRockit.
>> >> >>
>> >> >> have you tried setting it to harmony?
>> >> >>
>> >> >>
>> >> >>  yes, I did but w/o success:
>> >> >> ...
>> >> >> Unable to find a javac compiler; com.sun.tools.javac.Main is  
>> not
>> >> >> on the
>> >> >> classpath.
>> >> >> Perhaps JAVA_HOME does not point to the JDK
>> >> >> ...
>> >> >>
>> >> >
>> >> > I wanted to say I tried to run our tests (build.sh test) with  
>> this
>> >> > setting.
>> >> > If we need to set JAVA_HOME to the .../deploy/jre how we're  
>> going
>> >> > to get
>> >> > around this.
>> >>
>> >> Yes - I understand.  I assume you can run the tests if you  
>> unset?  We
>> >> need to figure out why it's suddenly affecting us, with all the
>> >> recent changes.  I'm assuming it's something I did, as I  
>> changed how
>> >> resources are loaded..
>> >
>> >
>> > I've understood a reason of the test failures when the kernel tests
>> > are run
>> > via this command:
>> >
>> > ./build.bat kernel.test
>> >
>> > *An incorrect message is displayed for this case*
>> >
>> >     [echo]
>> > ==============================================
>> >     [echo]                 Please set the classpath of junit as
>> > follows:
>> >     [echo]                 build.bat -Djunit.jar=%JUNIT_HOME% test"
>> >     [echo]
>> > ==============================================
>> >
>> > *Indeed it should look like*
>> >
>> >     [echo]
>> > ==============================================
>> >     [echo]                 Please set the classpath of junit as
>> > follows:
>> >     [echo]                 build.bat -Djunit.*home*=%JUNIT_HOME%  
>> test"
>> >     [echo]
>> > ==============================================
>> >
>> > *In this case all works just fine.*
>> >
>> > Thanks,
>> > Vladimir.
>> >
>> >
>> > geir
>> >>
>> >> >
>> >> > Thanks,
>> >> > Vladimir.
>> >> >
>> >> >
>> >> >  Thanks,
>> >> >>  Vladimir.
>> >> >>
>> >> >> geir
>> >> >> >
>> >> >> > On Sep 19, 2006, at 7:01 AM, Egor Pasko wrote:
>> >> >> >
>> >> >> > > I got almost the same recently.
>> >> >> > >
>> >> >> > > try 'unset JAVA_HOME'
>> >> >> > >
>> >> >> > > On the 0x1E9 day of Apache Harmony Dmitry Durnev wrote:
>> >> >> > >> I observe vm crash with the similar stack trace on my SUSE
>> >> >> Linux box,
>> >> >> > >>  when trying to launch "Hello World" app on debug  
>> version of
>> >> >> DRLVM:
>> >> >> > >>
>> >> >> > >> *** glibc detected *** free(): invalid pointer: 0xbfffbde8
>> >> ***
>> >> >> > >> SIGSEGV in VM code.
>> >> >> > >> Stack trace:
>> >> >> > >>      1: free (??:-1)
>> >> >> > >>      2: ?? (??:-1)
>> >> >> > >>      3: ?? (??:-1)
>> >> >> > >>      4: hymem_free_memory (??:-1)
>> >> >> > >>      5: find_call_JNI_OnLoad
>> >> >> > >> (/export/workspace/drlvm/vm/vmcore/src/util/
>> >> >> natives_support.cpp:117)
>> >> >> > >>      6: properties_free (??:-1)
>> >> >> > >>      7: find_call_JNI_OnLoad
>> >> >> > >> (/export/workspace/drlvm/vm/vmcore/src/util/
>> >> >> natives_support.cpp:117)
>> >> >> > >>      8: ?? (??:-1)
>> >> >> > >>      9: readClassPathFromPropertiesFile (??:-1)
>> >> >> > >>      10: ?? (??:-1)
>> >> >> > >>      11: ?? (??:-1)
>> >> >> > >>      12: ?? (??:-1)
>> >> >> > >>      13: ?? (??:-1)
>> >> >> > >>      14: ?? (??:-1)
>> >> >> > >>      15: _dl_runtime_resolve (??:-1)
>> >> >> > >>      16: ?? (??:-1)
>> >> >> > >>      17: JNI_OnLoad (??:-1)
>> >> >> > >>      18: ?? (??:-1)
>> >> >> > >> <end of stack trace>
>> >> >> > >>
>> >> >> > >>
>> >> >> > >> On 9/19/06, Vladimir Gorr <vv...@gmail.com> wrote:
>> >> >> > >>> On 9/19/06, Geir Magnusson Jr < geir@pobox.com> wrote:
>> >> >> > >>>>
>> >> >> > >>>>
>> >> >> > >>>>
>> >> >> > >>>> Vladimir Gorr wrote:
>> >> >> > >>>>> Geir,
>> >> >> > >>>>>
>> >> >> > >>>>> I found out none of the DRRVM kernel tests passed
>> >> recently.
>> >> >> > >>>>> Although
>> >> >> > >>>>> all fine worked yet yesterday.
>> >> >> > >>>>>
>> >> >> > >>>>> *build.bat -Djunit.jar=%JUNIT_HOME% kernel.test*
>> >> >> > >>>>> ...
>> >> >> > >>>>>     [echo]
>> >> >> > >>>>>     [echo]              
>> ==================================
>> >> >> > >>>>>     [echo]             Run kernel tests using  
>> jitrino.jet
>> >> >> > >>>>>     [echo]              
>> ==================================
>> >> >> > >>>>>     [echo]
>> >> >> > >>>>>    [mkdir] Created dir:
>> >> >> > >>>>>
>> >> >> > >>>> C:\DrlSrc\drlvm\trunk\build\win_ia32_msvc_debug\semis
>> >> >> > >>>> \kernel.tests\reports\jitrino.jet
>> >> >> > >>>>>
>> >> >> > >>>>>     [echo] RUNNING : java.lang.Class1_5Test
>> >> >> > >>>>>    [junit] Test java.lang.Class1_5Test FAILED
>> >> >> > >>>>>    [junit] Test java.lang.Class1_5Test FAILED
>> >> >> > >>>>>     [echo]    **** FAILED on reference JRE ****
>> >> >> > >>>>>     [echo] RUNNING : java.lang.Class5Test
>> >> >> > >>>>>    [junit] Test java.lang.Class5Test FAILED
>> >> >> > >>>>>    [junit] Test java.lang.Class5Test FAILED
>> >> >> > >>>>>     [echo]    **** FAILED on reference JRE ****
>> >> >> > >>>>>     [echo] RUNNING : java.lang.ClassAnnotationsTest
>> >> >> > >>>>>    [junit] Test java.lang.ClassAnnotationsTest FAILED
>> >> >> > >>>>>
>> >> >> > >>>>> ^C
>> >> >> > >>>>> ...
>> >> >> > >>>>>
>> >> >> > >>>>> I suspect you can know a clue for this issue.  
>> Probably I
>> >> >> missed
>> >> >> > >>>>> anything
>> >> >> > >>>>> and didn't note what was modifed.
>> >> >> > >>>>
>> >> >> > >>>> Why are they failing?  AS of yesterday, I thought  
>> they were
>> >> >> all
>> >> >> > >>>> passing
>> >> >> > >>>> for me.  I wouldn't have checked anything in if I saw  
>> that
>> >> >> they
>> >> >> > >>>> were
>> >> >> > >>>> failing en-masse.  (We do need to have a "stop the  
>> world"
>> >> >> as we
>> >> >> > >>>> stabilize DRLVM, figure out why tests fail apparently
>> >> >> randomly,
>> >> >> > >>>> etc...)
>> >> >> > >>>
>> >> >> > >>>
>> >> >> > >>> Agree. I also try to understand this.
>> >> >> > >>>
>> >> >> > >>> I'm running kernel tests now on Ubuntu 6, release  
>> build, and
>> >> >> they
>> >> >> > >>> are
>> >> >> > >>>> running fine.
>> >> >> > >>>>
>> >> >> > >>>> What platform?
>> >> >> > >>>
>> >> >> > >>>
>> >> >> > >>> debug version on Windows platforms. I have no success on
>> >> SUSE
>> >> >> > >>> LINUX as well:
>> >> >> > >>>
>> >> >> > >>> ...
>> >> >> > >>> -run-kernel-test-batch:
>> >> >> > >>>    [mkdir] Created dir:
>> >> >> > >>> /nfs/ins/proj/drl/coreapi/vgorr/drlvm/trunk/build/
>> >> >> > >>> lnx_ia32_gcc_debug/semis/kernel.tests/reports/batch.mode
>> >> >> > >>>    [junit] Running
>> >> >> org.apache.harmony.lang.generics.ClassLoaderTest
>> >> >> > >>>    [junit] SIGSEGV in VM code.
>> >> >> > >>>    [junit] Stack trace:
>> >> >> > >>>    [junit]     1: properties_free (??:-1)
>> >> >> > >>>    [junit]     2: ?? (??:-1)
>> >> >> > >>>    [junit]     3: readClassPathFromPropertiesFile (??:-1)
>> >> >> > >>>    [junit]     4: ?? (??:-1)
>> >> >> > >>>    [junit]     5: ?? (??:-1)
>> >> >> > >>>    [junit]     6: ?? (??:-1)
>> >> >> > >>>    [junit]     7: ?? (??:-1)
>> >> >> > >>>    [junit]     8: ?? (??:-1)
>> >> >> > >>>    [junit]     9: ?? (??:-1)
>> >> >> > >>>    [junit]     10: JNI_OnLoad (??:-1)
>> >> >> > >>>    [junit]     11: ?? (??:-1)
>> >> >> > >>>    [junit]     12: ?? (??:-1)
>> >> >> > >>>    [junit]     13: ?? (??:-1)
>> >> >> > >>>    [junit]     14: ?? (??:-1)
>> >> >> > >>>    [junit]     15: ?? (??:-1)
>> >> >> > >>>    [junit]     16: ?? (??:-1)
>> >> >> > >>>    [junit]     17: ?? (??:-1)
>> >> >> > >>>    [junit]     18: ?? (??:-1)
>> >> >> > >>>    [junit] <end of stack trace>
>> >> >> > >>>    [junit] Tests FAILED
>> >> >> > >>>
>> >> >> > >>>
>> >> >> > >>> Thanks,
>> >> >> > >>> Vladimir.
>> >> >> > >>>
>> >> >> > >>> geir
>> >> >> > >>>>
>> >> >> > >>>>
>> >> >> > >>>>
>> >> >> > >>>>
>> >> >>
>> >>  
>> -------------------------------------------------------------------
>> >> >> >
>> >> >> > >>>> --
>> >> >> > >>>> 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
>> >> >> > >>>>
>> >> >> > >>>>
>> >> >> > >>>
>> >> >> > >>>
>> >> >> > >>
>> >> >> > >>
>> >> >> > >> --
>> >> >> > >>
>> >> >> > >> Dmitry A. Durnev,
>> >> >> > >> 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
>> >> >> > >>
>> >> >> > >>
>> >> >> > >
>> >> >> > > --
>> >> >> > > Egor Pasko, Intel Managed Runtime 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
>> >>
>> >>
>>
>>
>> ---------------------------------------------------------------------
>> 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: [drlvm] none of kernel tests passed for the recent sources

Posted by Vladimir Gorr <vv...@gmail.com>.
On 9/21/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
>
> So all is well?



Yep if not to take into account some test failures.

Thanks,
Vladimir.


On Sep 20, 2006, at 8:55 AM, Vladimir Gorr wrote:
>
> > On 9/19/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
> >>
> >>
> >> On Sep 19, 2006, at 7:19 AM, Vladimir Gorr wrote:
> >>
> >> > On 9/19/06, Vladimir Gorr <vv...@gmail.com> wrote:
> >> >>
> >> >>
> >> >>
> >> >>  On 9/19/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
> >> >>
> >> >> > guys - lets be clear.  Are you unsetting it because it was
> >> pointing
> >> >> > to Sun or BEA or IBM, or was it set to harmony?
> >> >>
> >> >>
> >> >>
> >> >>  as for me JAVA_HOME refers to JRockit.
> >> >>
> >> >> have you tried setting it to harmony?
> >> >>
> >> >>
> >> >>  yes, I did but w/o success:
> >> >> ...
> >> >> Unable to find a javac compiler; com.sun.tools.javac.Main is not
> >> >> on the
> >> >> classpath.
> >> >> Perhaps JAVA_HOME does not point to the JDK
> >> >> ...
> >> >>
> >> >
> >> > I wanted to say I tried to run our tests (build.sh test) with this
> >> > setting.
> >> > If we need to set JAVA_HOME to the .../deploy/jre how we're going
> >> > to get
> >> > around this.
> >>
> >> Yes - I understand.  I assume you can run the tests if you unset?  We
> >> need to figure out why it's suddenly affecting us, with all the
> >> recent changes.  I'm assuming it's something I did, as I changed how
> >> resources are loaded..
> >
> >
> > I've understood a reason of the test failures when the kernel tests
> > are run
> > via this command:
> >
> > ./build.bat kernel.test
> >
> > *An incorrect message is displayed for this case*
> >
> >     [echo]
> > ==============================================
> >     [echo]                 Please set the classpath of junit as
> > follows:
> >     [echo]                 build.bat -Djunit.jar=%JUNIT_HOME% test"
> >     [echo]
> > ==============================================
> >
> > *Indeed it should look like*
> >
> >     [echo]
> > ==============================================
> >     [echo]                 Please set the classpath of junit as
> > follows:
> >     [echo]                 build.bat -Djunit.*home*=%JUNIT_HOME% test"
> >     [echo]
> > ==============================================
> >
> > *In this case all works just fine.*
> >
> > Thanks,
> > Vladimir.
> >
> >
> > geir
> >>
> >> >
> >> > Thanks,
> >> > Vladimir.
> >> >
> >> >
> >> >  Thanks,
> >> >>  Vladimir.
> >> >>
> >> >> geir
> >> >> >
> >> >> > On Sep 19, 2006, at 7:01 AM, Egor Pasko wrote:
> >> >> >
> >> >> > > I got almost the same recently.
> >> >> > >
> >> >> > > try 'unset JAVA_HOME'
> >> >> > >
> >> >> > > On the 0x1E9 day of Apache Harmony Dmitry Durnev wrote:
> >> >> > >> I observe vm crash with the similar stack trace on my SUSE
> >> >> Linux box,
> >> >> > >>  when trying to launch "Hello World" app on debug version of
> >> >> DRLVM:
> >> >> > >>
> >> >> > >> *** glibc detected *** free(): invalid pointer: 0xbfffbde8
> >> ***
> >> >> > >> SIGSEGV in VM code.
> >> >> > >> Stack trace:
> >> >> > >>      1: free (??:-1)
> >> >> > >>      2: ?? (??:-1)
> >> >> > >>      3: ?? (??:-1)
> >> >> > >>      4: hymem_free_memory (??:-1)
> >> >> > >>      5: find_call_JNI_OnLoad
> >> >> > >> (/export/workspace/drlvm/vm/vmcore/src/util/
> >> >> natives_support.cpp:117)
> >> >> > >>      6: properties_free (??:-1)
> >> >> > >>      7: find_call_JNI_OnLoad
> >> >> > >> (/export/workspace/drlvm/vm/vmcore/src/util/
> >> >> natives_support.cpp:117)
> >> >> > >>      8: ?? (??:-1)
> >> >> > >>      9: readClassPathFromPropertiesFile (??:-1)
> >> >> > >>      10: ?? (??:-1)
> >> >> > >>      11: ?? (??:-1)
> >> >> > >>      12: ?? (??:-1)
> >> >> > >>      13: ?? (??:-1)
> >> >> > >>      14: ?? (??:-1)
> >> >> > >>      15: _dl_runtime_resolve (??:-1)
> >> >> > >>      16: ?? (??:-1)
> >> >> > >>      17: JNI_OnLoad (??:-1)
> >> >> > >>      18: ?? (??:-1)
> >> >> > >> <end of stack trace>
> >> >> > >>
> >> >> > >>
> >> >> > >> On 9/19/06, Vladimir Gorr <vv...@gmail.com> wrote:
> >> >> > >>> On 9/19/06, Geir Magnusson Jr < geir@pobox.com> wrote:
> >> >> > >>>>
> >> >> > >>>>
> >> >> > >>>>
> >> >> > >>>> Vladimir Gorr wrote:
> >> >> > >>>>> Geir,
> >> >> > >>>>>
> >> >> > >>>>> I found out none of the DRRVM kernel tests passed
> >> recently.
> >> >> > >>>>> Although
> >> >> > >>>>> all fine worked yet yesterday.
> >> >> > >>>>>
> >> >> > >>>>> *build.bat -Djunit.jar=%JUNIT_HOME% kernel.test*
> >> >> > >>>>> ...
> >> >> > >>>>>     [echo]
> >> >> > >>>>>     [echo]             ==================================
> >> >> > >>>>>     [echo]             Run kernel tests using jitrino.jet
> >> >> > >>>>>     [echo]             ==================================
> >> >> > >>>>>     [echo]
> >> >> > >>>>>    [mkdir] Created dir:
> >> >> > >>>>>
> >> >> > >>>> C:\DrlSrc\drlvm\trunk\build\win_ia32_msvc_debug\semis
> >> >> > >>>> \kernel.tests\reports\jitrino.jet
> >> >> > >>>>>
> >> >> > >>>>>     [echo] RUNNING : java.lang.Class1_5Test
> >> >> > >>>>>    [junit] Test java.lang.Class1_5Test FAILED
> >> >> > >>>>>    [junit] Test java.lang.Class1_5Test FAILED
> >> >> > >>>>>     [echo]    **** FAILED on reference JRE ****
> >> >> > >>>>>     [echo] RUNNING : java.lang.Class5Test
> >> >> > >>>>>    [junit] Test java.lang.Class5Test FAILED
> >> >> > >>>>>    [junit] Test java.lang.Class5Test FAILED
> >> >> > >>>>>     [echo]    **** FAILED on reference JRE ****
> >> >> > >>>>>     [echo] RUNNING : java.lang.ClassAnnotationsTest
> >> >> > >>>>>    [junit] Test java.lang.ClassAnnotationsTest FAILED
> >> >> > >>>>>
> >> >> > >>>>> ^C
> >> >> > >>>>> ...
> >> >> > >>>>>
> >> >> > >>>>> I suspect you can know a clue for this issue. Probably I
> >> >> missed
> >> >> > >>>>> anything
> >> >> > >>>>> and didn't note what was modifed.
> >> >> > >>>>
> >> >> > >>>> Why are they failing?  AS of yesterday, I thought they were
> >> >> all
> >> >> > >>>> passing
> >> >> > >>>> for me.  I wouldn't have checked anything in if I saw that
> >> >> they
> >> >> > >>>> were
> >> >> > >>>> failing en-masse.  (We do need to have a "stop the world"
> >> >> as we
> >> >> > >>>> stabilize DRLVM, figure out why tests fail apparently
> >> >> randomly,
> >> >> > >>>> etc...)
> >> >> > >>>
> >> >> > >>>
> >> >> > >>> Agree. I also try to understand this.
> >> >> > >>>
> >> >> > >>> I'm running kernel tests now on Ubuntu 6, release build, and
> >> >> they
> >> >> > >>> are
> >> >> > >>>> running fine.
> >> >> > >>>>
> >> >> > >>>> What platform?
> >> >> > >>>
> >> >> > >>>
> >> >> > >>> debug version on Windows platforms. I have no success on
> >> SUSE
> >> >> > >>> LINUX as well:
> >> >> > >>>
> >> >> > >>> ...
> >> >> > >>> -run-kernel-test-batch:
> >> >> > >>>    [mkdir] Created dir:
> >> >> > >>> /nfs/ins/proj/drl/coreapi/vgorr/drlvm/trunk/build/
> >> >> > >>> lnx_ia32_gcc_debug/semis/kernel.tests/reports/batch.mode
> >> >> > >>>    [junit] Running
> >> >> org.apache.harmony.lang.generics.ClassLoaderTest
> >> >> > >>>    [junit] SIGSEGV in VM code.
> >> >> > >>>    [junit] Stack trace:
> >> >> > >>>    [junit]     1: properties_free (??:-1)
> >> >> > >>>    [junit]     2: ?? (??:-1)
> >> >> > >>>    [junit]     3: readClassPathFromPropertiesFile (??:-1)
> >> >> > >>>    [junit]     4: ?? (??:-1)
> >> >> > >>>    [junit]     5: ?? (??:-1)
> >> >> > >>>    [junit]     6: ?? (??:-1)
> >> >> > >>>    [junit]     7: ?? (??:-1)
> >> >> > >>>    [junit]     8: ?? (??:-1)
> >> >> > >>>    [junit]     9: ?? (??:-1)
> >> >> > >>>    [junit]     10: JNI_OnLoad (??:-1)
> >> >> > >>>    [junit]     11: ?? (??:-1)
> >> >> > >>>    [junit]     12: ?? (??:-1)
> >> >> > >>>    [junit]     13: ?? (??:-1)
> >> >> > >>>    [junit]     14: ?? (??:-1)
> >> >> > >>>    [junit]     15: ?? (??:-1)
> >> >> > >>>    [junit]     16: ?? (??:-1)
> >> >> > >>>    [junit]     17: ?? (??:-1)
> >> >> > >>>    [junit]     18: ?? (??:-1)
> >> >> > >>>    [junit] <end of stack trace>
> >> >> > >>>    [junit] Tests FAILED
> >> >> > >>>
> >> >> > >>>
> >> >> > >>> Thanks,
> >> >> > >>> Vladimir.
> >> >> > >>>
> >> >> > >>> geir
> >> >> > >>>>
> >> >> > >>>>
> >> >> > >>>>
> >> >> > >>>>
> >> >>
> >> -------------------------------------------------------------------
> >> >> >
> >> >> > >>>> --
> >> >> > >>>> 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
> >> >> > >>>>
> >> >> > >>>>
> >> >> > >>>
> >> >> > >>>
> >> >> > >>
> >> >> > >>
> >> >> > >> --
> >> >> > >>
> >> >> > >> Dmitry A. Durnev,
> >> >> > >> 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
> >> >> > >>
> >> >> > >>
> >> >> > >
> >> >> > > --
> >> >> > > Egor Pasko, Intel Managed Runtime 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
> >>
> >>
>
>
> ---------------------------------------------------------------------
> 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: [drlvm] none of kernel tests passed for the recent sources

Posted by "Geir Magnusson Jr." <ge...@pobox.com>.
So all is well?

On Sep 20, 2006, at 8:55 AM, Vladimir Gorr wrote:

> On 9/19/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
>>
>>
>> On Sep 19, 2006, at 7:19 AM, Vladimir Gorr wrote:
>>
>> > On 9/19/06, Vladimir Gorr <vv...@gmail.com> wrote:
>> >>
>> >>
>> >>
>> >>  On 9/19/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
>> >>
>> >> > guys - lets be clear.  Are you unsetting it because it was  
>> pointing
>> >> > to Sun or BEA or IBM, or was it set to harmony?
>> >>
>> >>
>> >>
>> >>  as for me JAVA_HOME refers to JRockit.
>> >>
>> >> have you tried setting it to harmony?
>> >>
>> >>
>> >>  yes, I did but w/o success:
>> >> ...
>> >> Unable to find a javac compiler; com.sun.tools.javac.Main is not
>> >> on the
>> >> classpath.
>> >> Perhaps JAVA_HOME does not point to the JDK
>> >> ...
>> >>
>> >
>> > I wanted to say I tried to run our tests (build.sh test) with this
>> > setting.
>> > If we need to set JAVA_HOME to the .../deploy/jre how we're going
>> > to get
>> > around this.
>>
>> Yes - I understand.  I assume you can run the tests if you unset?  We
>> need to figure out why it's suddenly affecting us, with all the
>> recent changes.  I'm assuming it's something I did, as I changed how
>> resources are loaded..
>
>
> I've understood a reason of the test failures when the kernel tests  
> are run
> via this command:
>
> ./build.bat kernel.test
>
> *An incorrect message is displayed for this case*
>
>     [echo]                  
> ==============================================
>     [echo]                 Please set the classpath of junit as  
> follows:
>     [echo]                 build.bat -Djunit.jar=%JUNIT_HOME% test"
>     [echo]                  
> ==============================================
>
> *Indeed it should look like*
>
>     [echo]                  
> ==============================================
>     [echo]                 Please set the classpath of junit as  
> follows:
>     [echo]                 build.bat -Djunit.*home*=%JUNIT_HOME% test"
>     [echo]                  
> ==============================================
>
> *In this case all works just fine.*
>
> Thanks,
> Vladimir.
>
>
> geir
>>
>> >
>> > Thanks,
>> > Vladimir.
>> >
>> >
>> >  Thanks,
>> >>  Vladimir.
>> >>
>> >> geir
>> >> >
>> >> > On Sep 19, 2006, at 7:01 AM, Egor Pasko wrote:
>> >> >
>> >> > > I got almost the same recently.
>> >> > >
>> >> > > try 'unset JAVA_HOME'
>> >> > >
>> >> > > On the 0x1E9 day of Apache Harmony Dmitry Durnev wrote:
>> >> > >> I observe vm crash with the similar stack trace on my SUSE
>> >> Linux box,
>> >> > >>  when trying to launch "Hello World" app on debug version of
>> >> DRLVM:
>> >> > >>
>> >> > >> *** glibc detected *** free(): invalid pointer: 0xbfffbde8  
>> ***
>> >> > >> SIGSEGV in VM code.
>> >> > >> Stack trace:
>> >> > >>      1: free (??:-1)
>> >> > >>      2: ?? (??:-1)
>> >> > >>      3: ?? (??:-1)
>> >> > >>      4: hymem_free_memory (??:-1)
>> >> > >>      5: find_call_JNI_OnLoad
>> >> > >> (/export/workspace/drlvm/vm/vmcore/src/util/
>> >> natives_support.cpp:117)
>> >> > >>      6: properties_free (??:-1)
>> >> > >>      7: find_call_JNI_OnLoad
>> >> > >> (/export/workspace/drlvm/vm/vmcore/src/util/
>> >> natives_support.cpp:117)
>> >> > >>      8: ?? (??:-1)
>> >> > >>      9: readClassPathFromPropertiesFile (??:-1)
>> >> > >>      10: ?? (??:-1)
>> >> > >>      11: ?? (??:-1)
>> >> > >>      12: ?? (??:-1)
>> >> > >>      13: ?? (??:-1)
>> >> > >>      14: ?? (??:-1)
>> >> > >>      15: _dl_runtime_resolve (??:-1)
>> >> > >>      16: ?? (??:-1)
>> >> > >>      17: JNI_OnLoad (??:-1)
>> >> > >>      18: ?? (??:-1)
>> >> > >> <end of stack trace>
>> >> > >>
>> >> > >>
>> >> > >> On 9/19/06, Vladimir Gorr <vv...@gmail.com> wrote:
>> >> > >>> On 9/19/06, Geir Magnusson Jr < geir@pobox.com> wrote:
>> >> > >>>>
>> >> > >>>>
>> >> > >>>>
>> >> > >>>> Vladimir Gorr wrote:
>> >> > >>>>> Geir,
>> >> > >>>>>
>> >> > >>>>> I found out none of the DRRVM kernel tests passed  
>> recently.
>> >> > >>>>> Although
>> >> > >>>>> all fine worked yet yesterday.
>> >> > >>>>>
>> >> > >>>>> *build.bat -Djunit.jar=%JUNIT_HOME% kernel.test*
>> >> > >>>>> ...
>> >> > >>>>>     [echo]
>> >> > >>>>>     [echo]             ==================================
>> >> > >>>>>     [echo]             Run kernel tests using jitrino.jet
>> >> > >>>>>     [echo]             ==================================
>> >> > >>>>>     [echo]
>> >> > >>>>>    [mkdir] Created dir:
>> >> > >>>>>
>> >> > >>>> C:\DrlSrc\drlvm\trunk\build\win_ia32_msvc_debug\semis
>> >> > >>>> \kernel.tests\reports\jitrino.jet
>> >> > >>>>>
>> >> > >>>>>     [echo] RUNNING : java.lang.Class1_5Test
>> >> > >>>>>    [junit] Test java.lang.Class1_5Test FAILED
>> >> > >>>>>    [junit] Test java.lang.Class1_5Test FAILED
>> >> > >>>>>     [echo]    **** FAILED on reference JRE ****
>> >> > >>>>>     [echo] RUNNING : java.lang.Class5Test
>> >> > >>>>>    [junit] Test java.lang.Class5Test FAILED
>> >> > >>>>>    [junit] Test java.lang.Class5Test FAILED
>> >> > >>>>>     [echo]    **** FAILED on reference JRE ****
>> >> > >>>>>     [echo] RUNNING : java.lang.ClassAnnotationsTest
>> >> > >>>>>    [junit] Test java.lang.ClassAnnotationsTest FAILED
>> >> > >>>>>
>> >> > >>>>> ^C
>> >> > >>>>> ...
>> >> > >>>>>
>> >> > >>>>> I suspect you can know a clue for this issue. Probably I
>> >> missed
>> >> > >>>>> anything
>> >> > >>>>> and didn't note what was modifed.
>> >> > >>>>
>> >> > >>>> Why are they failing?  AS of yesterday, I thought they were
>> >> all
>> >> > >>>> passing
>> >> > >>>> for me.  I wouldn't have checked anything in if I saw that
>> >> they
>> >> > >>>> were
>> >> > >>>> failing en-masse.  (We do need to have a "stop the world"
>> >> as we
>> >> > >>>> stabilize DRLVM, figure out why tests fail apparently
>> >> randomly,
>> >> > >>>> etc...)
>> >> > >>>
>> >> > >>>
>> >> > >>> Agree. I also try to understand this.
>> >> > >>>
>> >> > >>> I'm running kernel tests now on Ubuntu 6, release build, and
>> >> they
>> >> > >>> are
>> >> > >>>> running fine.
>> >> > >>>>
>> >> > >>>> What platform?
>> >> > >>>
>> >> > >>>
>> >> > >>> debug version on Windows platforms. I have no success on  
>> SUSE
>> >> > >>> LINUX as well:
>> >> > >>>
>> >> > >>> ...
>> >> > >>> -run-kernel-test-batch:
>> >> > >>>    [mkdir] Created dir:
>> >> > >>> /nfs/ins/proj/drl/coreapi/vgorr/drlvm/trunk/build/
>> >> > >>> lnx_ia32_gcc_debug/semis/kernel.tests/reports/batch.mode
>> >> > >>>    [junit] Running
>> >> org.apache.harmony.lang.generics.ClassLoaderTest
>> >> > >>>    [junit] SIGSEGV in VM code.
>> >> > >>>    [junit] Stack trace:
>> >> > >>>    [junit]     1: properties_free (??:-1)
>> >> > >>>    [junit]     2: ?? (??:-1)
>> >> > >>>    [junit]     3: readClassPathFromPropertiesFile (??:-1)
>> >> > >>>    [junit]     4: ?? (??:-1)
>> >> > >>>    [junit]     5: ?? (??:-1)
>> >> > >>>    [junit]     6: ?? (??:-1)
>> >> > >>>    [junit]     7: ?? (??:-1)
>> >> > >>>    [junit]     8: ?? (??:-1)
>> >> > >>>    [junit]     9: ?? (??:-1)
>> >> > >>>    [junit]     10: JNI_OnLoad (??:-1)
>> >> > >>>    [junit]     11: ?? (??:-1)
>> >> > >>>    [junit]     12: ?? (??:-1)
>> >> > >>>    [junit]     13: ?? (??:-1)
>> >> > >>>    [junit]     14: ?? (??:-1)
>> >> > >>>    [junit]     15: ?? (??:-1)
>> >> > >>>    [junit]     16: ?? (??:-1)
>> >> > >>>    [junit]     17: ?? (??:-1)
>> >> > >>>    [junit]     18: ?? (??:-1)
>> >> > >>>    [junit] <end of stack trace>
>> >> > >>>    [junit] Tests FAILED
>> >> > >>>
>> >> > >>>
>> >> > >>> Thanks,
>> >> > >>> Vladimir.
>> >> > >>>
>> >> > >>> geir
>> >> > >>>>
>> >> > >>>>
>> >> > >>>>
>> >> > >>>>
>> >>  
>> -------------------------------------------------------------------
>> >> >
>> >> > >>>> --
>> >> > >>>> 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
>> >> > >>>>
>> >> > >>>>
>> >> > >>>
>> >> > >>>
>> >> > >>
>> >> > >>
>> >> > >> --
>> >> > >>
>> >> > >> Dmitry A. Durnev,
>> >> > >> 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
>> >> > >>
>> >> > >>
>> >> > >
>> >> > > --
>> >> > > Egor Pasko, Intel Managed Runtime 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
>>
>>


---------------------------------------------------------------------
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: [drlvm] none of kernel tests passed for the recent sources

Posted by Vladimir Gorr <vv...@gmail.com>.
On 9/19/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
>
>
> On Sep 19, 2006, at 7:19 AM, Vladimir Gorr wrote:
>
> > On 9/19/06, Vladimir Gorr <vv...@gmail.com> wrote:
> >>
> >>
> >>
> >>  On 9/19/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
> >>
> >> > guys - lets be clear.  Are you unsetting it because it was pointing
> >> > to Sun or BEA or IBM, or was it set to harmony?
> >>
> >>
> >>
> >>  as for me JAVA_HOME refers to JRockit.
> >>
> >> have you tried setting it to harmony?
> >>
> >>
> >>  yes, I did but w/o success:
> >> ...
> >> Unable to find a javac compiler; com.sun.tools.javac.Main is not
> >> on the
> >> classpath.
> >> Perhaps JAVA_HOME does not point to the JDK
> >> ...
> >>
> >
> > I wanted to say I tried to run our tests (build.sh test) with this
> > setting.
> > If we need to set JAVA_HOME to the .../deploy/jre how we're going
> > to get
> > around this.
>
> Yes - I understand.  I assume you can run the tests if you unset?  We
> need to figure out why it's suddenly affecting us, with all the
> recent changes.  I'm assuming it's something I did, as I changed how
> resources are loaded..


I've understood a reason of the test failures when the kernel tests are run
via this command:

./build.bat kernel.test

*An incorrect message is displayed for this case*

     [echo]                 ==============================================
     [echo]                 Please set the classpath of junit as follows:
     [echo]                 build.bat -Djunit.jar=%JUNIT_HOME% test"
     [echo]                 ==============================================

*Indeed it should look like*

     [echo]                 ==============================================
     [echo]                 Please set the classpath of junit as follows:
     [echo]                 build.bat -Djunit.*home*=%JUNIT_HOME% test"
     [echo]                 ==============================================

*In this case all works just fine.*

Thanks,
Vladimir.


geir
>
> >
> > Thanks,
> > Vladimir.
> >
> >
> >  Thanks,
> >>  Vladimir.
> >>
> >> geir
> >> >
> >> > On Sep 19, 2006, at 7:01 AM, Egor Pasko wrote:
> >> >
> >> > > I got almost the same recently.
> >> > >
> >> > > try 'unset JAVA_HOME'
> >> > >
> >> > > On the 0x1E9 day of Apache Harmony Dmitry Durnev wrote:
> >> > >> I observe vm crash with the similar stack trace on my SUSE
> >> Linux box,
> >> > >>  when trying to launch "Hello World" app on debug version of
> >> DRLVM:
> >> > >>
> >> > >> *** glibc detected *** free(): invalid pointer: 0xbfffbde8 ***
> >> > >> SIGSEGV in VM code.
> >> > >> Stack trace:
> >> > >>      1: free (??:-1)
> >> > >>      2: ?? (??:-1)
> >> > >>      3: ?? (??:-1)
> >> > >>      4: hymem_free_memory (??:-1)
> >> > >>      5: find_call_JNI_OnLoad
> >> > >> (/export/workspace/drlvm/vm/vmcore/src/util/
> >> natives_support.cpp:117)
> >> > >>      6: properties_free (??:-1)
> >> > >>      7: find_call_JNI_OnLoad
> >> > >> (/export/workspace/drlvm/vm/vmcore/src/util/
> >> natives_support.cpp:117)
> >> > >>      8: ?? (??:-1)
> >> > >>      9: readClassPathFromPropertiesFile (??:-1)
> >> > >>      10: ?? (??:-1)
> >> > >>      11: ?? (??:-1)
> >> > >>      12: ?? (??:-1)
> >> > >>      13: ?? (??:-1)
> >> > >>      14: ?? (??:-1)
> >> > >>      15: _dl_runtime_resolve (??:-1)
> >> > >>      16: ?? (??:-1)
> >> > >>      17: JNI_OnLoad (??:-1)
> >> > >>      18: ?? (??:-1)
> >> > >> <end of stack trace>
> >> > >>
> >> > >>
> >> > >> On 9/19/06, Vladimir Gorr <vv...@gmail.com> wrote:
> >> > >>> On 9/19/06, Geir Magnusson Jr < geir@pobox.com> wrote:
> >> > >>>>
> >> > >>>>
> >> > >>>>
> >> > >>>> Vladimir Gorr wrote:
> >> > >>>>> Geir,
> >> > >>>>>
> >> > >>>>> I found out none of the DRRVM kernel tests passed recently.
> >> > >>>>> Although
> >> > >>>>> all fine worked yet yesterday.
> >> > >>>>>
> >> > >>>>> *build.bat -Djunit.jar=%JUNIT_HOME% kernel.test*
> >> > >>>>> ...
> >> > >>>>>     [echo]
> >> > >>>>>     [echo]             ==================================
> >> > >>>>>     [echo]             Run kernel tests using jitrino.jet
> >> > >>>>>     [echo]             ==================================
> >> > >>>>>     [echo]
> >> > >>>>>    [mkdir] Created dir:
> >> > >>>>>
> >> > >>>> C:\DrlSrc\drlvm\trunk\build\win_ia32_msvc_debug\semis
> >> > >>>> \kernel.tests\reports\jitrino.jet
> >> > >>>>>
> >> > >>>>>     [echo] RUNNING : java.lang.Class1_5Test
> >> > >>>>>    [junit] Test java.lang.Class1_5Test FAILED
> >> > >>>>>    [junit] Test java.lang.Class1_5Test FAILED
> >> > >>>>>     [echo]    **** FAILED on reference JRE ****
> >> > >>>>>     [echo] RUNNING : java.lang.Class5Test
> >> > >>>>>    [junit] Test java.lang.Class5Test FAILED
> >> > >>>>>    [junit] Test java.lang.Class5Test FAILED
> >> > >>>>>     [echo]    **** FAILED on reference JRE ****
> >> > >>>>>     [echo] RUNNING : java.lang.ClassAnnotationsTest
> >> > >>>>>    [junit] Test java.lang.ClassAnnotationsTest FAILED
> >> > >>>>>
> >> > >>>>> ^C
> >> > >>>>> ...
> >> > >>>>>
> >> > >>>>> I suspect you can know a clue for this issue. Probably I
> >> missed
> >> > >>>>> anything
> >> > >>>>> and didn't note what was modifed.
> >> > >>>>
> >> > >>>> Why are they failing?  AS of yesterday, I thought they were
> >> all
> >> > >>>> passing
> >> > >>>> for me.  I wouldn't have checked anything in if I saw that
> >> they
> >> > >>>> were
> >> > >>>> failing en-masse.  (We do need to have a "stop the world"
> >> as we
> >> > >>>> stabilize DRLVM, figure out why tests fail apparently
> >> randomly,
> >> > >>>> etc...)
> >> > >>>
> >> > >>>
> >> > >>> Agree. I also try to understand this.
> >> > >>>
> >> > >>> I'm running kernel tests now on Ubuntu 6, release build, and
> >> they
> >> > >>> are
> >> > >>>> running fine.
> >> > >>>>
> >> > >>>> What platform?
> >> > >>>
> >> > >>>
> >> > >>> debug version on Windows platforms. I have no success on SUSE
> >> > >>> LINUX as well:
> >> > >>>
> >> > >>> ...
> >> > >>> -run-kernel-test-batch:
> >> > >>>    [mkdir] Created dir:
> >> > >>> /nfs/ins/proj/drl/coreapi/vgorr/drlvm/trunk/build/
> >> > >>> lnx_ia32_gcc_debug/semis/kernel.tests/reports/batch.mode
> >> > >>>    [junit] Running
> >> org.apache.harmony.lang.generics.ClassLoaderTest
> >> > >>>    [junit] SIGSEGV in VM code.
> >> > >>>    [junit] Stack trace:
> >> > >>>    [junit]     1: properties_free (??:-1)
> >> > >>>    [junit]     2: ?? (??:-1)
> >> > >>>    [junit]     3: readClassPathFromPropertiesFile (??:-1)
> >> > >>>    [junit]     4: ?? (??:-1)
> >> > >>>    [junit]     5: ?? (??:-1)
> >> > >>>    [junit]     6: ?? (??:-1)
> >> > >>>    [junit]     7: ?? (??:-1)
> >> > >>>    [junit]     8: ?? (??:-1)
> >> > >>>    [junit]     9: ?? (??:-1)
> >> > >>>    [junit]     10: JNI_OnLoad (??:-1)
> >> > >>>    [junit]     11: ?? (??:-1)
> >> > >>>    [junit]     12: ?? (??:-1)
> >> > >>>    [junit]     13: ?? (??:-1)
> >> > >>>    [junit]     14: ?? (??:-1)
> >> > >>>    [junit]     15: ?? (??:-1)
> >> > >>>    [junit]     16: ?? (??:-1)
> >> > >>>    [junit]     17: ?? (??:-1)
> >> > >>>    [junit]     18: ?? (??:-1)
> >> > >>>    [junit] <end of stack trace>
> >> > >>>    [junit] Tests FAILED
> >> > >>>
> >> > >>>
> >> > >>> Thanks,
> >> > >>> Vladimir.
> >> > >>>
> >> > >>> geir
> >> > >>>>
> >> > >>>>
> >> > >>>>
> >> > >>>>
> >> -------------------------------------------------------------------
> >> >
> >> > >>>> --
> >> > >>>> 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
> >> > >>>>
> >> > >>>>
> >> > >>>
> >> > >>>
> >> > >>
> >> > >>
> >> > >> --
> >> > >>
> >> > >> Dmitry A. Durnev,
> >> > >> 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
> >> > >>
> >> > >>
> >> > >
> >> > > --
> >> > > Egor Pasko, Intel Managed Runtime 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: [drlvm] none of kernel tests passed for the recent sources

Posted by "Geir Magnusson Jr." <ge...@pobox.com>.
On Sep 19, 2006, at 7:19 AM, Vladimir Gorr wrote:

> On 9/19/06, Vladimir Gorr <vv...@gmail.com> wrote:
>>
>>
>>
>>  On 9/19/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
>>
>> > guys - lets be clear.  Are you unsetting it because it was pointing
>> > to Sun or BEA or IBM, or was it set to harmony?
>>
>>
>>
>>  as for me JAVA_HOME refers to JRockit.
>>
>> have you tried setting it to harmony?
>>
>>
>>  yes, I did but w/o success:
>> ...
>> Unable to find a javac compiler; com.sun.tools.javac.Main is not  
>> on the
>> classpath.
>> Perhaps JAVA_HOME does not point to the JDK
>> ...
>>
>
> I wanted to say I tried to run our tests (build.sh test) with this  
> setting.
> If we need to set JAVA_HOME to the .../deploy/jre how we're going  
> to get
> around this.

Yes - I understand.  I assume you can run the tests if you unset?  We  
need to figure out why it's suddenly affecting us, with all the  
recent changes.  I'm assuming it's something I did, as I changed how  
resources are loaded..

geir

>
> Thanks,
> Vladimir.
>
>
>  Thanks,
>>  Vladimir.
>>
>> geir
>> >
>> > On Sep 19, 2006, at 7:01 AM, Egor Pasko wrote:
>> >
>> > > I got almost the same recently.
>> > >
>> > > try 'unset JAVA_HOME'
>> > >
>> > > On the 0x1E9 day of Apache Harmony Dmitry Durnev wrote:
>> > >> I observe vm crash with the similar stack trace on my SUSE  
>> Linux box,
>> > >>  when trying to launch "Hello World" app on debug version of  
>> DRLVM:
>> > >>
>> > >> *** glibc detected *** free(): invalid pointer: 0xbfffbde8 ***
>> > >> SIGSEGV in VM code.
>> > >> Stack trace:
>> > >>      1: free (??:-1)
>> > >>      2: ?? (??:-1)
>> > >>      3: ?? (??:-1)
>> > >>      4: hymem_free_memory (??:-1)
>> > >>      5: find_call_JNI_OnLoad
>> > >> (/export/workspace/drlvm/vm/vmcore/src/util/ 
>> natives_support.cpp:117)
>> > >>      6: properties_free (??:-1)
>> > >>      7: find_call_JNI_OnLoad
>> > >> (/export/workspace/drlvm/vm/vmcore/src/util/ 
>> natives_support.cpp:117)
>> > >>      8: ?? (??:-1)
>> > >>      9: readClassPathFromPropertiesFile (??:-1)
>> > >>      10: ?? (??:-1)
>> > >>      11: ?? (??:-1)
>> > >>      12: ?? (??:-1)
>> > >>      13: ?? (??:-1)
>> > >>      14: ?? (??:-1)
>> > >>      15: _dl_runtime_resolve (??:-1)
>> > >>      16: ?? (??:-1)
>> > >>      17: JNI_OnLoad (??:-1)
>> > >>      18: ?? (??:-1)
>> > >> <end of stack trace>
>> > >>
>> > >>
>> > >> On 9/19/06, Vladimir Gorr <vv...@gmail.com> wrote:
>> > >>> On 9/19/06, Geir Magnusson Jr < geir@pobox.com> wrote:
>> > >>>>
>> > >>>>
>> > >>>>
>> > >>>> Vladimir Gorr wrote:
>> > >>>>> Geir,
>> > >>>>>
>> > >>>>> I found out none of the DRRVM kernel tests passed recently.
>> > >>>>> Although
>> > >>>>> all fine worked yet yesterday.
>> > >>>>>
>> > >>>>> *build.bat -Djunit.jar=%JUNIT_HOME% kernel.test*
>> > >>>>> ...
>> > >>>>>     [echo]
>> > >>>>>     [echo]             ==================================
>> > >>>>>     [echo]             Run kernel tests using jitrino.jet
>> > >>>>>     [echo]             ==================================
>> > >>>>>     [echo]
>> > >>>>>    [mkdir] Created dir:
>> > >>>>>
>> > >>>> C:\DrlSrc\drlvm\trunk\build\win_ia32_msvc_debug\semis
>> > >>>> \kernel.tests\reports\jitrino.jet
>> > >>>>>
>> > >>>>>     [echo] RUNNING : java.lang.Class1_5Test
>> > >>>>>    [junit] Test java.lang.Class1_5Test FAILED
>> > >>>>>    [junit] Test java.lang.Class1_5Test FAILED
>> > >>>>>     [echo]    **** FAILED on reference JRE ****
>> > >>>>>     [echo] RUNNING : java.lang.Class5Test
>> > >>>>>    [junit] Test java.lang.Class5Test FAILED
>> > >>>>>    [junit] Test java.lang.Class5Test FAILED
>> > >>>>>     [echo]    **** FAILED on reference JRE ****
>> > >>>>>     [echo] RUNNING : java.lang.ClassAnnotationsTest
>> > >>>>>    [junit] Test java.lang.ClassAnnotationsTest FAILED
>> > >>>>>
>> > >>>>> ^C
>> > >>>>> ...
>> > >>>>>
>> > >>>>> I suspect you can know a clue for this issue. Probably I  
>> missed
>> > >>>>> anything
>> > >>>>> and didn't note what was modifed.
>> > >>>>
>> > >>>> Why are they failing?  AS of yesterday, I thought they were  
>> all
>> > >>>> passing
>> > >>>> for me.  I wouldn't have checked anything in if I saw that  
>> they
>> > >>>> were
>> > >>>> failing en-masse.  (We do need to have a "stop the world"  
>> as we
>> > >>>> stabilize DRLVM, figure out why tests fail apparently  
>> randomly,
>> > >>>> etc...)
>> > >>>
>> > >>>
>> > >>> Agree. I also try to understand this.
>> > >>>
>> > >>> I'm running kernel tests now on Ubuntu 6, release build, and  
>> they
>> > >>> are
>> > >>>> running fine.
>> > >>>>
>> > >>>> What platform?
>> > >>>
>> > >>>
>> > >>> debug version on Windows platforms. I have no success on SUSE
>> > >>> LINUX as well:
>> > >>>
>> > >>> ...
>> > >>> -run-kernel-test-batch:
>> > >>>    [mkdir] Created dir:
>> > >>> /nfs/ins/proj/drl/coreapi/vgorr/drlvm/trunk/build/
>> > >>> lnx_ia32_gcc_debug/semis/kernel.tests/reports/batch.mode
>> > >>>    [junit] Running  
>> org.apache.harmony.lang.generics.ClassLoaderTest
>> > >>>    [junit] SIGSEGV in VM code.
>> > >>>    [junit] Stack trace:
>> > >>>    [junit]     1: properties_free (??:-1)
>> > >>>    [junit]     2: ?? (??:-1)
>> > >>>    [junit]     3: readClassPathFromPropertiesFile (??:-1)
>> > >>>    [junit]     4: ?? (??:-1)
>> > >>>    [junit]     5: ?? (??:-1)
>> > >>>    [junit]     6: ?? (??:-1)
>> > >>>    [junit]     7: ?? (??:-1)
>> > >>>    [junit]     8: ?? (??:-1)
>> > >>>    [junit]     9: ?? (??:-1)
>> > >>>    [junit]     10: JNI_OnLoad (??:-1)
>> > >>>    [junit]     11: ?? (??:-1)
>> > >>>    [junit]     12: ?? (??:-1)
>> > >>>    [junit]     13: ?? (??:-1)
>> > >>>    [junit]     14: ?? (??:-1)
>> > >>>    [junit]     15: ?? (??:-1)
>> > >>>    [junit]     16: ?? (??:-1)
>> > >>>    [junit]     17: ?? (??:-1)
>> > >>>    [junit]     18: ?? (??:-1)
>> > >>>    [junit] <end of stack trace>
>> > >>>    [junit] Tests FAILED
>> > >>>
>> > >>>
>> > >>> Thanks,
>> > >>> Vladimir.
>> > >>>
>> > >>> geir
>> > >>>>
>> > >>>>
>> > >>>>
>> > >>>>  
>> -------------------------------------------------------------------
>> >
>> > >>>> --
>> > >>>> 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
>> > >>>>
>> > >>>>
>> > >>>
>> > >>>
>> > >>
>> > >>
>> > >> --
>> > >>
>> > >> Dmitry A. Durnev,
>> > >> 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
>> > >>
>> > >>
>> > >
>> > > --
>> > > Egor Pasko, Intel Managed Runtime 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: [drlvm] none of kernel tests passed for the recent sources

Posted by Vladimir Gorr <vv...@gmail.com>.
On 9/19/06, Vladimir Gorr <vv...@gmail.com> wrote:
>
>
>
>  On 9/19/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
>
> > guys - lets be clear.  Are you unsetting it because it was pointing
> > to Sun or BEA or IBM, or was it set to harmony?
>
>
>
>  as for me JAVA_HOME refers to JRockit.
>
> have you tried setting it to harmony?
>
>
>  yes, I did but w/o success:
> ...
> Unable to find a javac compiler; com.sun.tools.javac.Main is not on the
> classpath.
> Perhaps JAVA_HOME does not point to the JDK
> ...
>

I wanted to say I tried to run our tests (build.sh test) with this setting.
If we need to set JAVA_HOME to the .../deploy/jre how we're going to get
around this.

Thanks,
Vladimir.


  Thanks,
>  Vladimir.
>
> geir
> >
> > On Sep 19, 2006, at 7:01 AM, Egor Pasko wrote:
> >
> > > I got almost the same recently.
> > >
> > > try 'unset JAVA_HOME'
> > >
> > > On the 0x1E9 day of Apache Harmony Dmitry Durnev wrote:
> > >> I observe vm crash with the similar stack trace on my SUSE Linux box,
> > >>  when trying to launch "Hello World" app on debug version of DRLVM:
> > >>
> > >> *** glibc detected *** free(): invalid pointer: 0xbfffbde8 ***
> > >> SIGSEGV in VM code.
> > >> Stack trace:
> > >>      1: free (??:-1)
> > >>      2: ?? (??:-1)
> > >>      3: ?? (??:-1)
> > >>      4: hymem_free_memory (??:-1)
> > >>      5: find_call_JNI_OnLoad
> > >> (/export/workspace/drlvm/vm/vmcore/src/util/natives_support.cpp:117)
> > >>      6: properties_free (??:-1)
> > >>      7: find_call_JNI_OnLoad
> > >> (/export/workspace/drlvm/vm/vmcore/src/util/natives_support.cpp:117)
> > >>      8: ?? (??:-1)
> > >>      9: readClassPathFromPropertiesFile (??:-1)
> > >>      10: ?? (??:-1)
> > >>      11: ?? (??:-1)
> > >>      12: ?? (??:-1)
> > >>      13: ?? (??:-1)
> > >>      14: ?? (??:-1)
> > >>      15: _dl_runtime_resolve (??:-1)
> > >>      16: ?? (??:-1)
> > >>      17: JNI_OnLoad (??:-1)
> > >>      18: ?? (??:-1)
> > >> <end of stack trace>
> > >>
> > >>
> > >> On 9/19/06, Vladimir Gorr <vv...@gmail.com> wrote:
> > >>> On 9/19/06, Geir Magnusson Jr < geir@pobox.com> wrote:
> > >>>>
> > >>>>
> > >>>>
> > >>>> Vladimir Gorr wrote:
> > >>>>> Geir,
> > >>>>>
> > >>>>> I found out none of the DRRVM kernel tests passed recently.
> > >>>>> Although
> > >>>>> all fine worked yet yesterday.
> > >>>>>
> > >>>>> *build.bat -Djunit.jar=%JUNIT_HOME% kernel.test*
> > >>>>> ...
> > >>>>>     [echo]
> > >>>>>     [echo]             ==================================
> > >>>>>     [echo]             Run kernel tests using jitrino.jet
> > >>>>>     [echo]             ==================================
> > >>>>>     [echo]
> > >>>>>    [mkdir] Created dir:
> > >>>>>
> > >>>> C:\DrlSrc\drlvm\trunk\build\win_ia32_msvc_debug\semis
> > >>>> \kernel.tests\reports\jitrino.jet
> > >>>>>
> > >>>>>     [echo] RUNNING : java.lang.Class1_5Test
> > >>>>>    [junit] Test java.lang.Class1_5Test FAILED
> > >>>>>    [junit] Test java.lang.Class1_5Test FAILED
> > >>>>>     [echo]    **** FAILED on reference JRE ****
> > >>>>>     [echo] RUNNING : java.lang.Class5Test
> > >>>>>    [junit] Test java.lang.Class5Test FAILED
> > >>>>>    [junit] Test java.lang.Class5Test FAILED
> > >>>>>     [echo]    **** FAILED on reference JRE ****
> > >>>>>     [echo] RUNNING : java.lang.ClassAnnotationsTest
> > >>>>>    [junit] Test java.lang.ClassAnnotationsTest FAILED
> > >>>>>
> > >>>>> ^C
> > >>>>> ...
> > >>>>>
> > >>>>> I suspect you can know a clue for this issue. Probably I missed
> > >>>>> anything
> > >>>>> and didn't note what was modifed.
> > >>>>
> > >>>> Why are they failing?  AS of yesterday, I thought they were all
> > >>>> passing
> > >>>> for me.  I wouldn't have checked anything in if I saw that they
> > >>>> were
> > >>>> failing en-masse.  (We do need to have a "stop the world" as we
> > >>>> stabilize DRLVM, figure out why tests fail apparently randomly,
> > >>>> etc...)
> > >>>
> > >>>
> > >>> Agree. I also try to understand this.
> > >>>
> > >>> I'm running kernel tests now on Ubuntu 6, release build, and they
> > >>> are
> > >>>> running fine.
> > >>>>
> > >>>> What platform?
> > >>>
> > >>>
> > >>> debug version on Windows platforms. I have no success on SUSE
> > >>> LINUX as well:
> > >>>
> > >>> ...
> > >>> -run-kernel-test-batch:
> > >>>    [mkdir] Created dir:
> > >>> /nfs/ins/proj/drl/coreapi/vgorr/drlvm/trunk/build/
> > >>> lnx_ia32_gcc_debug/semis/kernel.tests/reports/batch.mode
> > >>>    [junit] Running org.apache.harmony.lang.generics.ClassLoaderTest
> > >>>    [junit] SIGSEGV in VM code.
> > >>>    [junit] Stack trace:
> > >>>    [junit]     1: properties_free (??:-1)
> > >>>    [junit]     2: ?? (??:-1)
> > >>>    [junit]     3: readClassPathFromPropertiesFile (??:-1)
> > >>>    [junit]     4: ?? (??:-1)
> > >>>    [junit]     5: ?? (??:-1)
> > >>>    [junit]     6: ?? (??:-1)
> > >>>    [junit]     7: ?? (??:-1)
> > >>>    [junit]     8: ?? (??:-1)
> > >>>    [junit]     9: ?? (??:-1)
> > >>>    [junit]     10: JNI_OnLoad (??:-1)
> > >>>    [junit]     11: ?? (??:-1)
> > >>>    [junit]     12: ?? (??:-1)
> > >>>    [junit]     13: ?? (??:-1)
> > >>>    [junit]     14: ?? (??:-1)
> > >>>    [junit]     15: ?? (??:-1)
> > >>>    [junit]     16: ?? (??:-1)
> > >>>    [junit]     17: ?? (??:-1)
> > >>>    [junit]     18: ?? (??:-1)
> > >>>    [junit] <end of stack trace>
> > >>>    [junit] Tests FAILED
> > >>>
> > >>>
> > >>> Thanks,
> > >>> Vladimir.
> > >>>
> > >>> geir
> > >>>>
> > >>>>
> > >>>>
> > >>>> -------------------------------------------------------------------
> >
> > >>>> --
> > >>>> 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
> > >>>>
> > >>>>
> > >>>
> > >>>
> > >>
> > >>
> > >> --
> > >>
> > >> Dmitry A. Durnev,
> > >> 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
> > >>
> > >>
> > >
> > > --
> > > Egor Pasko, Intel Managed Runtime 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: [drlvm] none of kernel tests passed for the recent sources

Posted by Vladimir Gorr <vv...@gmail.com>.
On 9/19/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
>
> guys - lets be clear.  Are you unsetting it because it was pointing
> to Sun or BEA or IBM, or was it set to harmony?



as for me JAVA_HOME refers to JRockit.

have you tried setting it to harmony?


yes, I did but w/o success:
...
Unable to find a javac compiler; com.sun.tools.javac.Main is not on the
classpath.
Perhaps JAVA_HOME does not point to the JDK
...

Thanks,
Vladimir.

geir
>
> On Sep 19, 2006, at 7:01 AM, Egor Pasko wrote:
>
> > I got almost the same recently.
> >
> > try 'unset JAVA_HOME'
> >
> > On the 0x1E9 day of Apache Harmony Dmitry Durnev wrote:
> >> I observe vm crash with the similar stack trace on my SUSE Linux box,
> >>  when trying to launch "Hello World" app on debug version of DRLVM:
> >>
> >> *** glibc detected *** free(): invalid pointer: 0xbfffbde8 ***
> >> SIGSEGV in VM code.
> >> Stack trace:
> >>      1: free (??:-1)
> >>      2: ?? (??:-1)
> >>      3: ?? (??:-1)
> >>      4: hymem_free_memory (??:-1)
> >>      5: find_call_JNI_OnLoad
> >> (/export/workspace/drlvm/vm/vmcore/src/util/natives_support.cpp:117)
> >>      6: properties_free (??:-1)
> >>      7: find_call_JNI_OnLoad
> >> (/export/workspace/drlvm/vm/vmcore/src/util/natives_support.cpp:117)
> >>      8: ?? (??:-1)
> >>      9: readClassPathFromPropertiesFile (??:-1)
> >>      10: ?? (??:-1)
> >>      11: ?? (??:-1)
> >>      12: ?? (??:-1)
> >>      13: ?? (??:-1)
> >>      14: ?? (??:-1)
> >>      15: _dl_runtime_resolve (??:-1)
> >>      16: ?? (??:-1)
> >>      17: JNI_OnLoad (??:-1)
> >>      18: ?? (??:-1)
> >> <end of stack trace>
> >>
> >>
> >> On 9/19/06, Vladimir Gorr <vv...@gmail.com> wrote:
> >>> On 9/19/06, Geir Magnusson Jr <ge...@pobox.com> wrote:
> >>>>
> >>>>
> >>>>
> >>>> Vladimir Gorr wrote:
> >>>>> Geir,
> >>>>>
> >>>>> I found out none of the DRRVM kernel tests passed recently.
> >>>>> Although
> >>>>> all fine worked yet yesterday.
> >>>>>
> >>>>> *build.bat -Djunit.jar=%JUNIT_HOME% kernel.test*
> >>>>> ...
> >>>>>     [echo]
> >>>>>     [echo]             ==================================
> >>>>>     [echo]             Run kernel tests using jitrino.jet
> >>>>>     [echo]             ==================================
> >>>>>     [echo]
> >>>>>    [mkdir] Created dir:
> >>>>>
> >>>> C:\DrlSrc\drlvm\trunk\build\win_ia32_msvc_debug\semis
> >>>> \kernel.tests\reports\jitrino.jet
> >>>>>
> >>>>>     [echo] RUNNING : java.lang.Class1_5Test
> >>>>>    [junit] Test java.lang.Class1_5Test FAILED
> >>>>>    [junit] Test java.lang.Class1_5Test FAILED
> >>>>>     [echo]    **** FAILED on reference JRE ****
> >>>>>     [echo] RUNNING : java.lang.Class5Test
> >>>>>    [junit] Test java.lang.Class5Test FAILED
> >>>>>    [junit] Test java.lang.Class5Test FAILED
> >>>>>     [echo]    **** FAILED on reference JRE ****
> >>>>>     [echo] RUNNING : java.lang.ClassAnnotationsTest
> >>>>>    [junit] Test java.lang.ClassAnnotationsTest FAILED
> >>>>>
> >>>>> ^C
> >>>>> ...
> >>>>>
> >>>>> I suspect you can know a clue for this issue. Probably I missed
> >>>>> anything
> >>>>> and didn't note what was modifed.
> >>>>
> >>>> Why are they failing?  AS of yesterday, I thought they were all
> >>>> passing
> >>>> for me.  I wouldn't have checked anything in if I saw that they
> >>>> were
> >>>> failing en-masse.  (We do need to have a "stop the world" as we
> >>>> stabilize DRLVM, figure out why tests fail apparently randomly,
> >>>> etc...)
> >>>
> >>>
> >>> Agree. I also try to understand this.
> >>>
> >>> I'm running kernel tests now on Ubuntu 6, release build, and they
> >>> are
> >>>> running fine.
> >>>>
> >>>> What platform?
> >>>
> >>>
> >>> debug version on Windows platforms. I have no success on SUSE
> >>> LINUX as well:
> >>>
> >>> ...
> >>> -run-kernel-test-batch:
> >>>    [mkdir] Created dir:
> >>> /nfs/ins/proj/drl/coreapi/vgorr/drlvm/trunk/build/
> >>> lnx_ia32_gcc_debug/semis/kernel.tests/reports/batch.mode
> >>>    [junit] Running org.apache.harmony.lang.generics.ClassLoaderTest
> >>>    [junit] SIGSEGV in VM code.
> >>>    [junit] Stack trace:
> >>>    [junit]     1: properties_free (??:-1)
> >>>    [junit]     2: ?? (??:-1)
> >>>    [junit]     3: readClassPathFromPropertiesFile (??:-1)
> >>>    [junit]     4: ?? (??:-1)
> >>>    [junit]     5: ?? (??:-1)
> >>>    [junit]     6: ?? (??:-1)
> >>>    [junit]     7: ?? (??:-1)
> >>>    [junit]     8: ?? (??:-1)
> >>>    [junit]     9: ?? (??:-1)
> >>>    [junit]     10: JNI_OnLoad (??:-1)
> >>>    [junit]     11: ?? (??:-1)
> >>>    [junit]     12: ?? (??:-1)
> >>>    [junit]     13: ?? (??:-1)
> >>>    [junit]     14: ?? (??:-1)
> >>>    [junit]     15: ?? (??:-1)
> >>>    [junit]     16: ?? (??:-1)
> >>>    [junit]     17: ?? (??:-1)
> >>>    [junit]     18: ?? (??:-1)
> >>>    [junit] <end of stack trace>
> >>>    [junit] Tests FAILED
> >>>
> >>>
> >>> Thanks,
> >>> Vladimir.
> >>>
> >>> geir
> >>>>
> >>>>
> >>>>
> >>>> -------------------------------------------------------------------
> >>>> --
> >>>> 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
> >>>>
> >>>>
> >>>
> >>>
> >>
> >>
> >> --
> >>
> >> Dmitry A. Durnev,
> >> 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
> >>
> >>
> >
> > --
> > Egor Pasko, Intel Managed Runtime 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: [drlvm] none of kernel tests passed for the recent sources

Posted by "Geir Magnusson Jr." <ge...@pobox.com>.
guys - lets be clear.  Are you unsetting it because it was pointing  
to Sun or BEA or IBM, or was it set to harmony?

have you tried setting it to harmony?

geir

On Sep 19, 2006, at 7:01 AM, Egor Pasko wrote:

> I got almost the same recently.
>
> try 'unset JAVA_HOME'
>
> On the 0x1E9 day of Apache Harmony Dmitry Durnev wrote:
>> I observe vm crash with the similar stack trace on my SUSE Linux box,
>>  when trying to launch "Hello World" app on debug version of DRLVM:
>>
>> *** glibc detected *** free(): invalid pointer: 0xbfffbde8 ***
>> SIGSEGV in VM code.
>> Stack trace:
>> 	1: free (??:-1)
>> 	2: ?? (??:-1)
>> 	3: ?? (??:-1)
>> 	4: hymem_free_memory (??:-1)
>> 	5: find_call_JNI_OnLoad
>> (/export/workspace/drlvm/vm/vmcore/src/util/natives_support.cpp:117)
>> 	6: properties_free (??:-1)
>> 	7: find_call_JNI_OnLoad
>> (/export/workspace/drlvm/vm/vmcore/src/util/natives_support.cpp:117)
>> 	8: ?? (??:-1)
>> 	9: readClassPathFromPropertiesFile (??:-1)
>> 	10: ?? (??:-1)
>> 	11: ?? (??:-1)
>> 	12: ?? (??:-1)
>> 	13: ?? (??:-1)
>> 	14: ?? (??:-1)
>> 	15: _dl_runtime_resolve (??:-1)
>> 	16: ?? (??:-1)
>> 	17: JNI_OnLoad (??:-1)
>> 	18: ?? (??:-1)
>> <end of stack trace>
>>
>>
>> On 9/19/06, Vladimir Gorr <vv...@gmail.com> wrote:
>>> On 9/19/06, Geir Magnusson Jr <ge...@pobox.com> wrote:
>>>>
>>>>
>>>>
>>>> Vladimir Gorr wrote:
>>>>> Geir,
>>>>>
>>>>> I found out none of the DRRVM kernel tests passed recently.  
>>>>> Although
>>>>> all fine worked yet yesterday.
>>>>>
>>>>> *build.bat -Djunit.jar=%JUNIT_HOME% kernel.test*
>>>>> ...
>>>>>     [echo]
>>>>>     [echo]             ==================================
>>>>>     [echo]             Run kernel tests using jitrino.jet
>>>>>     [echo]             ==================================
>>>>>     [echo]
>>>>>    [mkdir] Created dir:
>>>>>
>>>> C:\DrlSrc\drlvm\trunk\build\win_ia32_msvc_debug\semis 
>>>> \kernel.tests\reports\jitrino.jet
>>>>>
>>>>>     [echo] RUNNING : java.lang.Class1_5Test
>>>>>    [junit] Test java.lang.Class1_5Test FAILED
>>>>>    [junit] Test java.lang.Class1_5Test FAILED
>>>>>     [echo]    **** FAILED on reference JRE ****
>>>>>     [echo] RUNNING : java.lang.Class5Test
>>>>>    [junit] Test java.lang.Class5Test FAILED
>>>>>    [junit] Test java.lang.Class5Test FAILED
>>>>>     [echo]    **** FAILED on reference JRE ****
>>>>>     [echo] RUNNING : java.lang.ClassAnnotationsTest
>>>>>    [junit] Test java.lang.ClassAnnotationsTest FAILED
>>>>>
>>>>> ^C
>>>>> ...
>>>>>
>>>>> I suspect you can know a clue for this issue. Probably I missed  
>>>>> anything
>>>>> and didn't note what was modifed.
>>>>
>>>> Why are they failing?  AS of yesterday, I thought they were all  
>>>> passing
>>>> for me.  I wouldn't have checked anything in if I saw that they  
>>>> were
>>>> failing en-masse.  (We do need to have a "stop the world" as we
>>>> stabilize DRLVM, figure out why tests fail apparently randomly,  
>>>> etc...)
>>>
>>>
>>> Agree. I also try to understand this.
>>>
>>> I'm running kernel tests now on Ubuntu 6, release build, and they  
>>> are
>>>> running fine.
>>>>
>>>> What platform?
>>>
>>>
>>> debug version on Windows platforms. I have no success on SUSE  
>>> LINUX as well:
>>>
>>> ...
>>> -run-kernel-test-batch:
>>>    [mkdir] Created dir:
>>> /nfs/ins/proj/drl/coreapi/vgorr/drlvm/trunk/build/ 
>>> lnx_ia32_gcc_debug/semis/kernel.tests/reports/batch.mode
>>>    [junit] Running org.apache.harmony.lang.generics.ClassLoaderTest
>>>    [junit] SIGSEGV in VM code.
>>>    [junit] Stack trace:
>>>    [junit]     1: properties_free (??:-1)
>>>    [junit]     2: ?? (??:-1)
>>>    [junit]     3: readClassPathFromPropertiesFile (??:-1)
>>>    [junit]     4: ?? (??:-1)
>>>    [junit]     5: ?? (??:-1)
>>>    [junit]     6: ?? (??:-1)
>>>    [junit]     7: ?? (??:-1)
>>>    [junit]     8: ?? (??:-1)
>>>    [junit]     9: ?? (??:-1)
>>>    [junit]     10: JNI_OnLoad (??:-1)
>>>    [junit]     11: ?? (??:-1)
>>>    [junit]     12: ?? (??:-1)
>>>    [junit]     13: ?? (??:-1)
>>>    [junit]     14: ?? (??:-1)
>>>    [junit]     15: ?? (??:-1)
>>>    [junit]     16: ?? (??:-1)
>>>    [junit]     17: ?? (??:-1)
>>>    [junit]     18: ?? (??:-1)
>>>    [junit] <end of stack trace>
>>>    [junit] Tests FAILED
>>>
>>>
>>> Thanks,
>>> Vladimir.
>>>
>>> geir
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------- 
>>>> --
>>>> 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
>>>>
>>>>
>>>
>>>
>>
>>
>> -- 
>>
>> Dmitry A. Durnev,
>> 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
>>
>>
>
> -- 
> Egor Pasko, Intel Managed Runtime 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: [drlvm] none of kernel tests passed for the recent sources

Posted by Egor Pasko <eg...@gmail.com>.
I got almost the same recently.

try 'unset JAVA_HOME'

On the 0x1E9 day of Apache Harmony Dmitry Durnev wrote:
> I observe vm crash with the similar stack trace on my SUSE Linux box,
>  when trying to launch "Hello World" app on debug version of DRLVM:
> 
> *** glibc detected *** free(): invalid pointer: 0xbfffbde8 ***
> SIGSEGV in VM code.
> Stack trace:
> 	1: free (??:-1)
> 	2: ?? (??:-1)
> 	3: ?? (??:-1)
> 	4: hymem_free_memory (??:-1)
> 	5: find_call_JNI_OnLoad
> (/export/workspace/drlvm/vm/vmcore/src/util/natives_support.cpp:117)
> 	6: properties_free (??:-1)
> 	7: find_call_JNI_OnLoad
> (/export/workspace/drlvm/vm/vmcore/src/util/natives_support.cpp:117)
> 	8: ?? (??:-1)
> 	9: readClassPathFromPropertiesFile (??:-1)
> 	10: ?? (??:-1)
> 	11: ?? (??:-1)
> 	12: ?? (??:-1)
> 	13: ?? (??:-1)
> 	14: ?? (??:-1)
> 	15: _dl_runtime_resolve (??:-1)
> 	16: ?? (??:-1)
> 	17: JNI_OnLoad (??:-1)
> 	18: ?? (??:-1)
> <end of stack trace>
> 
> 
> On 9/19/06, Vladimir Gorr <vv...@gmail.com> wrote:
> > On 9/19/06, Geir Magnusson Jr <ge...@pobox.com> wrote:
> > >
> > >
> > >
> > > Vladimir Gorr wrote:
> > > > Geir,
> > > >
> > > > I found out none of the DRRVM kernel tests passed recently. Although
> > > > all fine worked yet yesterday.
> > > >
> > > > *build.bat -Djunit.jar=%JUNIT_HOME% kernel.test*
> > > > ...
> > > >     [echo]
> > > >     [echo]             ==================================
> > > >     [echo]             Run kernel tests using jitrino.jet
> > > >     [echo]             ==================================
> > > >     [echo]
> > > >    [mkdir] Created dir:
> > > >
> > > C:\DrlSrc\drlvm\trunk\build\win_ia32_msvc_debug\semis\kernel.tests\reports\jitrino.jet
> > > >
> > > >     [echo] RUNNING : java.lang.Class1_5Test
> > > >    [junit] Test java.lang.Class1_5Test FAILED
> > > >    [junit] Test java.lang.Class1_5Test FAILED
> > > >     [echo]    **** FAILED on reference JRE ****
> > > >     [echo] RUNNING : java.lang.Class5Test
> > > >    [junit] Test java.lang.Class5Test FAILED
> > > >    [junit] Test java.lang.Class5Test FAILED
> > > >     [echo]    **** FAILED on reference JRE ****
> > > >     [echo] RUNNING : java.lang.ClassAnnotationsTest
> > > >    [junit] Test java.lang.ClassAnnotationsTest FAILED
> > > >
> > > > ^C
> > > > ...
> > > >
> > > > I suspect you can know a clue for this issue. Probably I missed anything
> > > > and didn't note what was modifed.
> > >
> > > Why are they failing?  AS of yesterday, I thought they were all passing
> > > for me.  I wouldn't have checked anything in if I saw that they were
> > > failing en-masse.  (We do need to have a "stop the world" as we
> > > stabilize DRLVM, figure out why tests fail apparently randomly, etc...)
> >
> >
> > Agree. I also try to understand this.
> >
> > I'm running kernel tests now on Ubuntu 6, release build, and they are
> > > running fine.
> > >
> > > What platform?
> >
> >
> > debug version on Windows platforms. I have no success on SUSE LINUX as well:
> >
> > ...
> > -run-kernel-test-batch:
> >    [mkdir] Created dir:
> > /nfs/ins/proj/drl/coreapi/vgorr/drlvm/trunk/build/lnx_ia32_gcc_debug/semis/kernel.tests/reports/batch.mode
> >    [junit] Running org.apache.harmony.lang.generics.ClassLoaderTest
> >    [junit] SIGSEGV in VM code.
> >    [junit] Stack trace:
> >    [junit]     1: properties_free (??:-1)
> >    [junit]     2: ?? (??:-1)
> >    [junit]     3: readClassPathFromPropertiesFile (??:-1)
> >    [junit]     4: ?? (??:-1)
> >    [junit]     5: ?? (??:-1)
> >    [junit]     6: ?? (??:-1)
> >    [junit]     7: ?? (??:-1)
> >    [junit]     8: ?? (??:-1)
> >    [junit]     9: ?? (??:-1)
> >    [junit]     10: JNI_OnLoad (??:-1)
> >    [junit]     11: ?? (??:-1)
> >    [junit]     12: ?? (??:-1)
> >    [junit]     13: ?? (??:-1)
> >    [junit]     14: ?? (??:-1)
> >    [junit]     15: ?? (??:-1)
> >    [junit]     16: ?? (??:-1)
> >    [junit]     17: ?? (??:-1)
> >    [junit]     18: ?? (??:-1)
> >    [junit] <end of stack trace>
> >    [junit] Tests FAILED
> >
> >
> > Thanks,
> > Vladimir.
> >
> > geir
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > 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
> > >
> > >
> >
> >
> 
> 
> -- 
> 
> Dmitry A. Durnev,
> 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
> 
> 

-- 
Egor Pasko, Intel Managed Runtime 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


Re: [drlvm] none of kernel tests passed for the recent sources

Posted by "Geir Magnusson Jr." <ge...@pobox.com>.
On Sep 19, 2006, at 7:10 AM, Dmitry Durnev wrote:

> No, it wasn't.
> Setting it to  ..../deploy/jre or simply unsetting solves the  
> problem :)
> Thanks! But before DRLVM was working even with JAVA_HOME pointing
> somewhere else...

I know.  We'll need to figure that out.

>
> On 9/19/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
>> That's good news (that you can reproduce it...)
>>
>> Is JAVA_HOME set to ..../deploy/jre ?
>>
>> geir
>>
>
>
> -- 
>
> Dmitry A. Durnev,
> 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: [drlvm] none of kernel tests passed for the recent sources

Posted by Dmitry Durnev <dm...@gmail.com>.
No, it wasn't.
Setting it to  ..../deploy/jre or simply unsetting solves the problem :)
Thanks! But before DRLVM was working even with JAVA_HOME pointing
somewhere else...

On 9/19/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
> That's good news (that you can reproduce it...)
>
> Is JAVA_HOME set to ..../deploy/jre ?
>
> geir
>


-- 

Dmitry A. Durnev,
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


Re: [drlvm] none of kernel tests passed for the recent sources

Posted by "Geir Magnusson Jr." <ge...@pobox.com>.
On Sep 19, 2006, at 7:56 AM, Artem Aliev wrote:

>> is JAVA_HOME set to ..../deploy/jre
> this help, but the next is assert:
> #>java
> /export/ali/svn-harmony/trunk/vm/thread/src/ 
> thread_native_fat_monitor.c:183:
> monitor_wait_impl: Assertion `saved_recursion<1' failed.
>
> This bug is fixed in
> HARMONY-1340 issue

See my comment - can you defend that better?  Your suggestion is  
opposite of what the code has now.  "It makes it go away" doesn't  
work for me.  :)
>
>
> There are olso a problems with 2 hythread lib in classlib and drlvm.

Yes

> The java launcher is dynamicly linked with classlib libhysig.so, that
> was built with classlib hythread lib. At runtime the libhysig.so is
> dynamicly linked with the DRLVM hythread lib.

Ah!  I didn't think of that.

>
> It looks like these hythread libs is not fully compatible.

Yes, that is clear.  We *really* need to solve this.

> The first poroblem that was found is unimplemented hythread_exit()  
> fumnction.
> I will develop patch for DRLVM hythread lib

Thank you.

> .
>
> Thanks
> Artem
>
>
>
>
>
> On 9/19/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
>> That's good news (that you can reproduce it...)
>>
>> Is JAVA_HOME set to ..../deploy/jre ?
>>
>> geir
>>
>> On Sep 19, 2006, at 6:42 AM, Dmitry Durnev wrote:
>>
>> > I observe vm crash with the similar stack trace on my SUSE Linux  
>> box,
>> > when trying to launch "Hello World" app on debug version of DRLVM:
>> >
>> > *** glibc detected *** free(): invalid pointer: 0xbfffbde8 ***
>> > SIGSEGV in VM code.
>> > Stack trace:
>> >       1: free (??:-1)
>> >       2: ?? (??:-1)
>> >       3: ?? (??:-1)
>> >       4: hymem_free_memory (??:-1)
>> >       5: find_call_JNI_OnLoad
>> > (/export/workspace/drlvm/vm/vmcore/src/util/natives_support.cpp: 
>> 117)
>> >       6: properties_free (??:-1)
>> >       7: find_call_JNI_OnLoad
>> > (/export/workspace/drlvm/vm/vmcore/src/util/natives_support.cpp: 
>> 117)
>> >       8: ?? (??:-1)
>> >       9: readClassPathFromPropertiesFile (??:-1)
>> >       10: ?? (??:-1)
>> >       11: ?? (??:-1)
>> >       12: ?? (??:-1)
>> >       13: ?? (??:-1)
>> >       14: ?? (??:-1)
>> >       15: _dl_runtime_resolve (??:-1)
>> >       16: ?? (??:-1)
>> >       17: JNI_OnLoad (??:-1)
>> >       18: ?? (??:-1)
>> > <end of stack trace>
>> >
>> >
>> > On 9/19/06, Vladimir Gorr <vv...@gmail.com> wrote:
>> >> On 9/19/06, Geir Magnusson Jr <ge...@pobox.com> wrote:
>> >> >
>> >> >
>> >> >
>> >> > Vladimir Gorr wrote:
>> >> > > Geir,
>> >> > >
>> >> > > I found out none of the DRRVM kernel tests passed recently.
>> >> Although
>> >> > > all fine worked yet yesterday.
>> >> > >
>> >> > > *build.bat -Djunit.jar=%JUNIT_HOME% kernel.test*
>> >> > > ...
>> >> > >     [echo]
>> >> > >     [echo]             ==================================
>> >> > >     [echo]             Run kernel tests using jitrino.jet
>> >> > >     [echo]             ==================================
>> >> > >     [echo]
>> >> > >    [mkdir] Created dir:
>> >> > >
>> >> > C:\DrlSrc\drlvm\trunk\build\win_ia32_msvc_debug\semis
>> >> \kernel.tests\reports\jitrino.jet
>> >> > >
>> >> > >     [echo] RUNNING : java.lang.Class1_5Test
>> >> > >    [junit] Test java.lang.Class1_5Test FAILED
>> >> > >    [junit] Test java.lang.Class1_5Test FAILED
>> >> > >     [echo]    **** FAILED on reference JRE ****
>> >> > >     [echo] RUNNING : java.lang.Class5Test
>> >> > >    [junit] Test java.lang.Class5Test FAILED
>> >> > >    [junit] Test java.lang.Class5Test FAILED
>> >> > >     [echo]    **** FAILED on reference JRE ****
>> >> > >     [echo] RUNNING : java.lang.ClassAnnotationsTest
>> >> > >    [junit] Test java.lang.ClassAnnotationsTest FAILED
>> >> > >
>> >> > > ^C
>> >> > > ...
>> >> > >
>> >> > > I suspect you can know a clue for this issue. Probably I
>> >> missed anything
>> >> > > and didn't note what was modifed.
>> >> >
>> >> > Why are they failing?  AS of yesterday, I thought they were all
>> >> passing
>> >> > for me.  I wouldn't have checked anything in if I saw that they
>> >> were
>> >> > failing en-masse.  (We do need to have a "stop the world" as we
>> >> > stabilize DRLVM, figure out why tests fail apparently randomly,
>> >> etc...)
>> >>
>> >>
>> >> Agree. I also try to understand this.
>> >>
>> >> I'm running kernel tests now on Ubuntu 6, release build, and  
>> they are
>> >> > running fine.
>> >> >
>> >> > What platform?
>> >>
>> >>
>> >> debug version on Windows platforms. I have no success on SUSE
>> >> LINUX as well:
>> >>
>> >> ...
>> >> -run-kernel-test-batch:
>> >>    [mkdir] Created dir:
>> >> /nfs/ins/proj/drl/coreapi/vgorr/drlvm/trunk/build/
>> >> lnx_ia32_gcc_debug/semis/kernel.tests/reports/batch.mode
>> >>    [junit] Running  
>> org.apache.harmony.lang.generics.ClassLoaderTest
>> >>    [junit] SIGSEGV in VM code.
>> >>    [junit] Stack trace:
>> >>    [junit]     1: properties_free (??:-1)
>> >>    [junit]     2: ?? (??:-1)
>> >>    [junit]     3: readClassPathFromPropertiesFile (??:-1)
>> >>    [junit]     4: ?? (??:-1)
>> >>    [junit]     5: ?? (??:-1)
>> >>    [junit]     6: ?? (??:-1)
>> >>    [junit]     7: ?? (??:-1)
>> >>    [junit]     8: ?? (??:-1)
>> >>    [junit]     9: ?? (??:-1)
>> >>    [junit]     10: JNI_OnLoad (??:-1)
>> >>    [junit]     11: ?? (??:-1)
>> >>    [junit]     12: ?? (??:-1)
>> >>    [junit]     13: ?? (??:-1)
>> >>    [junit]     14: ?? (??:-1)
>> >>    [junit]     15: ?? (??:-1)
>> >>    [junit]     16: ?? (??:-1)
>> >>    [junit]     17: ?? (??:-1)
>> >>    [junit]     18: ?? (??:-1)
>> >>    [junit] <end of stack trace>
>> >>    [junit] Tests FAILED
>> >>
>> >>
>> >> Thanks,
>> >> Vladimir.
>> >>
>> >> geir
>> >> >
>> >> >
>> >> >
>> >> >
>> >>  
>> ---------------------------------------------------------------------
>> >> > 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
>> >> >
>> >> >
>> >>
>> >>
>> >
>> >
>> > --
>> >
>> > Dmitry A. Durnev,
>> > 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
>


---------------------------------------------------------------------
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: [drlvm] none of kernel tests passed for the recent sources

Posted by Vladimir Gorr <vv...@gmail.com>.
On 9/19/06, Vladimir Gorr <vv...@gmail.com> wrote:

>
>
>  On 9/19/06, Artem Aliev <ar...@gmail.com> wrote:
> >
> > > is JAVA_HOME set to ..../deploy/jre
> > this help, but the next is assert:
> > #>java
> > /export/ali/svn-harmony/trunk/vm/thread/src/thread_native_fat_monitor.c:183:
> >
> > monitor_wait_impl: Assertion `saved_recursion<1' failed.
> >
> > This bug is fixed in
> > HARMONY-1340 issue
> >
> >
> > There are olso a problems with 2 hythread lib in classlib and drlvm.
> > The java launcher is dynamicly linked with classlib libhysig.so, that
> > was built with classlib hythread lib. At runtime the libhysig.so is
> > dynamicly linked with the DRLVM hythread lib.
> >
> > It looks like these hythread libs is not fully compatible.
> > The first poroblem that was found is unimplemented hythread_exit()
> > fumnction.
> > I will develop patch for DRLVM hythread lib.
>
>
>  Is it possible to use same hythread library for both classlib & DRLVM?
>

Oops... I didn't note new thread started for this :-(. All untwists very
dynamically.


>
> Thanks,
>  Vladimir.
>
> Thanks
> > Artem
> >
> >
> >
> >
> >
> > On 9/19/06, Geir Magnusson Jr. < geir@pobox.com> wrote:
> > > That's good news (that you can reproduce it...)
> > >
> > > Is JAVA_HOME set to ..../deploy/jre ?
> > >
> > > geir
> > >
> > > On Sep 19, 2006, at 6:42 AM, Dmitry Durnev wrote:
> > >
> > > > I observe vm crash with the similar stack trace on my SUSE Linux
> > box,
> > > > when trying to launch "Hello World" app on debug version of DRLVM:
> > > >
> > > > *** glibc detected *** free(): invalid pointer: 0xbfffbde8 ***
> > > > SIGSEGV in VM code.
> > > > Stack trace:
> > > >       1: free (??:-1)
> > > >       2: ?? (??:-1)
> > > >       3: ?? (??:-1)
> > > >       4: hymem_free_memory (??:-1)
> > > >       5: find_call_JNI_OnLoad
> > > > (/export/workspace/drlvm/vm/vmcore/src/util/natives_support.cpp:117)
> > > >       6: properties_free (??:-1)
> > > >       7: find_call_JNI_OnLoad
> > > > (/export/workspace/drlvm/vm/vmcore/src/util/natives_support.cpp:117)
> >
> > > >       8: ?? (??:-1)
> > > >       9: readClassPathFromPropertiesFile (??:-1)
> > > >       10: ?? (??:-1)
> > > >       11: ?? (??:-1)
> > > >       12: ?? (??:-1)
> > > >       13: ?? (??:-1)
> > > >       14: ?? (??:-1)
> > > >       15: _dl_runtime_resolve (??:-1)
> > > >       16: ?? (??:-1)
> > > >       17: JNI_OnLoad (??:-1)
> > > >       18: ?? (??:-1)
> > > > <end of stack trace>
> > > >
> > > >
> > > > On 9/19/06, Vladimir Gorr <vv...@gmail.com> wrote:
> > > >> On 9/19/06, Geir Magnusson Jr <geir@pobox.com > wrote:
> > > >> >
> > > >> >
> > > >> >
> > > >> > Vladimir Gorr wrote:
> > > >> > > Geir,
> > > >> > >
> > > >> > > I found out none of the DRRVM kernel tests passed recently.
> > > >> Although
> > > >> > > all fine worked yet yesterday.
> > > >> > >
> > > >> > > *build.bat -Djunit.jar=%JUNIT_HOME% kernel.test*
> > > >> > > ...
> > > >> > >     [echo]
> > > >> > >     [echo]             ==================================
> > > >> > >     [echo]             Run kernel tests using jitrino.jet
> > > >> > >     [echo]             ==================================
> > > >> > >     [echo]
> > > >> > >    [mkdir] Created dir:
> > > >> > >
> > > >> > C:\DrlSrc\drlvm\trunk\build\win_ia32_msvc_debug\semis
> > > >> \kernel.tests\reports\jitrino.jet
> > > >> > >
> > > >> > >     [echo] RUNNING : java.lang.Class1_5Test
> > > >> > >    [junit] Test java.lang.Class1_5Test FAILED
> > > >> > >    [junit] Test java.lang.Class1_5Test FAILED
> > > >> > >     [echo]    **** FAILED on reference JRE ****
> > > >> > >     [echo] RUNNING : java.lang.Class5Test
> > > >> > >    [junit] Test java.lang.Class5Test FAILED
> > > >> > >    [junit] Test java.lang.Class5Test FAILED
> > > >> > >     [echo]    **** FAILED on reference JRE ****
> > > >> > >     [echo] RUNNING : java.lang.ClassAnnotationsTest
> > > >> > >    [junit] Test java.lang.ClassAnnotationsTest FAILED
> > > >> > >
> > > >> > > ^C
> > > >> > > ...
> > > >> > >
> > > >> > > I suspect you can know a clue for this issue. Probably I
> > > >> missed anything
> > > >> > > and didn't note what was modifed.
> > > >> >
> > > >> > Why are they failing?  AS of yesterday, I thought they were all
> > > >> passing
> > > >> > for me.  I wouldn't have checked anything in if I saw that they
> > > >> were
> > > >> > failing en-masse.  (We do need to have a "stop the world" as we
> > > >> > stabilize DRLVM, figure out why tests fail apparently randomly,
> > > >> etc...)
> > > >>
> > > >>
> > > >> Agree. I also try to understand this.
> > > >>
> > > >> I'm running kernel tests now on Ubuntu 6, release build, and they
> > are
> > > >> > running fine.
> > > >> >
> > > >> > What platform?
> > > >>
> > > >>
> > > >> debug version on Windows platforms. I have no success on SUSE
> > > >> LINUX as well:
> > > >>
> > > >> ...
> > > >> -run-kernel-test-batch:
> > > >>    [mkdir] Created dir:
> > > >> /nfs/ins/proj/drl/coreapi/vgorr/drlvm/trunk/build/
> > > >> lnx_ia32_gcc_debug/semis/kernel.tests/reports/batch.mode
> > > >>    [junit] Running org.apache.harmony.lang.generics.ClassLoaderTest
> > > >>    [junit] SIGSEGV in VM code.
> > > >>    [junit] Stack trace:
> > > >>    [junit]     1: properties_free (??:-1)
> > > >>    [junit]     2: ?? (??:-1)
> > > >>    [junit]     3: readClassPathFromPropertiesFile (??:-1)
> > > >>    [junit]     4: ?? (??:-1)
> > > >>    [junit]     5: ?? (??:-1)
> > > >>    [junit]     6: ?? (??:-1)
> > > >>    [junit]     7: ?? (??:-1)
> > > >>    [junit]     8: ?? (??:-1)
> > > >>    [junit]     9: ?? (??:-1)
> > > >>    [junit]     10: JNI_OnLoad (??:-1)
> > > >>    [junit]     11: ?? (??:-1)
> > > >>    [junit]     12: ?? (??:-1)
> > > >>    [junit]     13: ?? (??:-1)
> > > >>    [junit]     14: ?? (??:-1)
> > > >>    [junit]     15: ?? (??:-1)
> > > >>    [junit]     16: ?? (??:-1)
> > > >>    [junit]     17: ?? (??:-1)
> > > >>    [junit]     18: ?? (??:-1)
> > > >>    [junit] <end of stack trace>
> > > >>    [junit] Tests FAILED
> > > >>
> > > >>
> > > >> Thanks,
> > > >> Vladimir.
> > > >>
> > > >> geir
> > > >> >
> > > >> >
> > > >> >
> > > >> >
> > > >>
> > ---------------------------------------------------------------------
> > > >> > 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
> > > >> >
> > > >> >
> > > >>
> > > >>
> > > >
> > > >
> > > > --
> > > >
> > > > Dmitry A. Durnev,
> > > > 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: [drlvm] none of kernel tests passed for the recent sources

Posted by Vladimir Gorr <vv...@gmail.com>.
On 9/19/06, Artem Aliev <ar...@gmail.com> wrote:
>
> > is JAVA_HOME set to ..../deploy/jre
> this help, but the next is assert:
> #>java
>
> /export/ali/svn-harmony/trunk/vm/thread/src/thread_native_fat_monitor.c:183:
> monitor_wait_impl: Assertion `saved_recursion<1' failed.
>
> This bug is fixed in
> HARMONY-1340 issue
>
>
> There are olso a problems with 2 hythread lib in classlib and drlvm.
> The java launcher is dynamicly linked with classlib libhysig.so, that
> was built with classlib hythread lib. At runtime the libhysig.so is
> dynamicly linked with the DRLVM hythread lib.
>
> It looks like these hythread libs is not fully compatible.
> The first poroblem that was found is unimplemented hythread_exit()
> fumnction.
> I will develop patch for DRLVM hythread lib.


Is it possible to use same hythread library for both classlib & DRLVM?

Thanks,
Vladimir.

Thanks
> Artem
>
>
>
>
>
> On 9/19/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
> > That's good news (that you can reproduce it...)
> >
> > Is JAVA_HOME set to ..../deploy/jre ?
> >
> > geir
> >
> > On Sep 19, 2006, at 6:42 AM, Dmitry Durnev wrote:
> >
> > > I observe vm crash with the similar stack trace on my SUSE Linux box,
> > > when trying to launch "Hello World" app on debug version of DRLVM:
> > >
> > > *** glibc detected *** free(): invalid pointer: 0xbfffbde8 ***
> > > SIGSEGV in VM code.
> > > Stack trace:
> > >       1: free (??:-1)
> > >       2: ?? (??:-1)
> > >       3: ?? (??:-1)
> > >       4: hymem_free_memory (??:-1)
> > >       5: find_call_JNI_OnLoad
> > > (/export/workspace/drlvm/vm/vmcore/src/util/natives_support.cpp:117)
> > >       6: properties_free (??:-1)
> > >       7: find_call_JNI_OnLoad
> > > (/export/workspace/drlvm/vm/vmcore/src/util/natives_support.cpp:117)
> > >       8: ?? (??:-1)
> > >       9: readClassPathFromPropertiesFile (??:-1)
> > >       10: ?? (??:-1)
> > >       11: ?? (??:-1)
> > >       12: ?? (??:-1)
> > >       13: ?? (??:-1)
> > >       14: ?? (??:-1)
> > >       15: _dl_runtime_resolve (??:-1)
> > >       16: ?? (??:-1)
> > >       17: JNI_OnLoad (??:-1)
> > >       18: ?? (??:-1)
> > > <end of stack trace>
> > >
> > >
> > > On 9/19/06, Vladimir Gorr <vv...@gmail.com> wrote:
> > >> On 9/19/06, Geir Magnusson Jr <ge...@pobox.com> wrote:
> > >> >
> > >> >
> > >> >
> > >> > Vladimir Gorr wrote:
> > >> > > Geir,
> > >> > >
> > >> > > I found out none of the DRRVM kernel tests passed recently.
> > >> Although
> > >> > > all fine worked yet yesterday.
> > >> > >
> > >> > > *build.bat -Djunit.jar=%JUNIT_HOME% kernel.test*
> > >> > > ...
> > >> > >     [echo]
> > >> > >     [echo]             ==================================
> > >> > >     [echo]             Run kernel tests using jitrino.jet
> > >> > >     [echo]             ==================================
> > >> > >     [echo]
> > >> > >    [mkdir] Created dir:
> > >> > >
> > >> > C:\DrlSrc\drlvm\trunk\build\win_ia32_msvc_debug\semis
> > >> \kernel.tests\reports\jitrino.jet
> > >> > >
> > >> > >     [echo] RUNNING : java.lang.Class1_5Test
> > >> > >    [junit] Test java.lang.Class1_5Test FAILED
> > >> > >    [junit] Test java.lang.Class1_5Test FAILED
> > >> > >     [echo]    **** FAILED on reference JRE ****
> > >> > >     [echo] RUNNING : java.lang.Class5Test
> > >> > >    [junit] Test java.lang.Class5Test FAILED
> > >> > >    [junit] Test java.lang.Class5Test FAILED
> > >> > >     [echo]    **** FAILED on reference JRE ****
> > >> > >     [echo] RUNNING : java.lang.ClassAnnotationsTest
> > >> > >    [junit] Test java.lang.ClassAnnotationsTest FAILED
> > >> > >
> > >> > > ^C
> > >> > > ...
> > >> > >
> > >> > > I suspect you can know a clue for this issue. Probably I
> > >> missed anything
> > >> > > and didn't note what was modifed.
> > >> >
> > >> > Why are they failing?  AS of yesterday, I thought they were all
> > >> passing
> > >> > for me.  I wouldn't have checked anything in if I saw that they
> > >> were
> > >> > failing en-masse.  (We do need to have a "stop the world" as we
> > >> > stabilize DRLVM, figure out why tests fail apparently randomly,
> > >> etc...)
> > >>
> > >>
> > >> Agree. I also try to understand this.
> > >>
> > >> I'm running kernel tests now on Ubuntu 6, release build, and they are
> > >> > running fine.
> > >> >
> > >> > What platform?
> > >>
> > >>
> > >> debug version on Windows platforms. I have no success on SUSE
> > >> LINUX as well:
> > >>
> > >> ...
> > >> -run-kernel-test-batch:
> > >>    [mkdir] Created dir:
> > >> /nfs/ins/proj/drl/coreapi/vgorr/drlvm/trunk/build/
> > >> lnx_ia32_gcc_debug/semis/kernel.tests/reports/batch.mode
> > >>    [junit] Running org.apache.harmony.lang.generics.ClassLoaderTest
> > >>    [junit] SIGSEGV in VM code.
> > >>    [junit] Stack trace:
> > >>    [junit]     1: properties_free (??:-1)
> > >>    [junit]     2: ?? (??:-1)
> > >>    [junit]     3: readClassPathFromPropertiesFile (??:-1)
> > >>    [junit]     4: ?? (??:-1)
> > >>    [junit]     5: ?? (??:-1)
> > >>    [junit]     6: ?? (??:-1)
> > >>    [junit]     7: ?? (??:-1)
> > >>    [junit]     8: ?? (??:-1)
> > >>    [junit]     9: ?? (??:-1)
> > >>    [junit]     10: JNI_OnLoad (??:-1)
> > >>    [junit]     11: ?? (??:-1)
> > >>    [junit]     12: ?? (??:-1)
> > >>    [junit]     13: ?? (??:-1)
> > >>    [junit]     14: ?? (??:-1)
> > >>    [junit]     15: ?? (??:-1)
> > >>    [junit]     16: ?? (??:-1)
> > >>    [junit]     17: ?? (??:-1)
> > >>    [junit]     18: ?? (??:-1)
> > >>    [junit] <end of stack trace>
> > >>    [junit] Tests FAILED
> > >>
> > >>
> > >> Thanks,
> > >> Vladimir.
> > >>
> > >> geir
> > >> >
> > >> >
> > >> >
> > >> >
> > >> ---------------------------------------------------------------------
> > >> > 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
> > >> >
> > >> >
> > >>
> > >>
> > >
> > >
> > > --
> > >
> > > Dmitry A. Durnev,
> > > 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: [drlvm] none of kernel tests passed for the recent sources

Posted by Artem Aliev <ar...@gmail.com>.
> is JAVA_HOME set to ..../deploy/jre
this help, but the next is assert:
#>java
/export/ali/svn-harmony/trunk/vm/thread/src/thread_native_fat_monitor.c:183:
monitor_wait_impl: Assertion `saved_recursion<1' failed.

This bug is fixed in
HARMONY-1340 issue


 There are olso a problems with 2 hythread lib in classlib and drlvm.
The java launcher is dynamicly linked with classlib libhysig.so, that
was built with classlib hythread lib. At runtime the libhysig.so is
dynamicly linked with the DRLVM hythread lib.

It looks like these hythread libs is not fully compatible.
The first poroblem that was found is unimplemented hythread_exit() fumnction.
I will develop patch for DRLVM hythread lib.

Thanks
Artem





On 9/19/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
> That's good news (that you can reproduce it...)
>
> Is JAVA_HOME set to ..../deploy/jre ?
>
> geir
>
> On Sep 19, 2006, at 6:42 AM, Dmitry Durnev wrote:
>
> > I observe vm crash with the similar stack trace on my SUSE Linux box,
> > when trying to launch "Hello World" app on debug version of DRLVM:
> >
> > *** glibc detected *** free(): invalid pointer: 0xbfffbde8 ***
> > SIGSEGV in VM code.
> > Stack trace:
> >       1: free (??:-1)
> >       2: ?? (??:-1)
> >       3: ?? (??:-1)
> >       4: hymem_free_memory (??:-1)
> >       5: find_call_JNI_OnLoad
> > (/export/workspace/drlvm/vm/vmcore/src/util/natives_support.cpp:117)
> >       6: properties_free (??:-1)
> >       7: find_call_JNI_OnLoad
> > (/export/workspace/drlvm/vm/vmcore/src/util/natives_support.cpp:117)
> >       8: ?? (??:-1)
> >       9: readClassPathFromPropertiesFile (??:-1)
> >       10: ?? (??:-1)
> >       11: ?? (??:-1)
> >       12: ?? (??:-1)
> >       13: ?? (??:-1)
> >       14: ?? (??:-1)
> >       15: _dl_runtime_resolve (??:-1)
> >       16: ?? (??:-1)
> >       17: JNI_OnLoad (??:-1)
> >       18: ?? (??:-1)
> > <end of stack trace>
> >
> >
> > On 9/19/06, Vladimir Gorr <vv...@gmail.com> wrote:
> >> On 9/19/06, Geir Magnusson Jr <ge...@pobox.com> wrote:
> >> >
> >> >
> >> >
> >> > Vladimir Gorr wrote:
> >> > > Geir,
> >> > >
> >> > > I found out none of the DRRVM kernel tests passed recently.
> >> Although
> >> > > all fine worked yet yesterday.
> >> > >
> >> > > *build.bat -Djunit.jar=%JUNIT_HOME% kernel.test*
> >> > > ...
> >> > >     [echo]
> >> > >     [echo]             ==================================
> >> > >     [echo]             Run kernel tests using jitrino.jet
> >> > >     [echo]             ==================================
> >> > >     [echo]
> >> > >    [mkdir] Created dir:
> >> > >
> >> > C:\DrlSrc\drlvm\trunk\build\win_ia32_msvc_debug\semis
> >> \kernel.tests\reports\jitrino.jet
> >> > >
> >> > >     [echo] RUNNING : java.lang.Class1_5Test
> >> > >    [junit] Test java.lang.Class1_5Test FAILED
> >> > >    [junit] Test java.lang.Class1_5Test FAILED
> >> > >     [echo]    **** FAILED on reference JRE ****
> >> > >     [echo] RUNNING : java.lang.Class5Test
> >> > >    [junit] Test java.lang.Class5Test FAILED
> >> > >    [junit] Test java.lang.Class5Test FAILED
> >> > >     [echo]    **** FAILED on reference JRE ****
> >> > >     [echo] RUNNING : java.lang.ClassAnnotationsTest
> >> > >    [junit] Test java.lang.ClassAnnotationsTest FAILED
> >> > >
> >> > > ^C
> >> > > ...
> >> > >
> >> > > I suspect you can know a clue for this issue. Probably I
> >> missed anything
> >> > > and didn't note what was modifed.
> >> >
> >> > Why are they failing?  AS of yesterday, I thought they were all
> >> passing
> >> > for me.  I wouldn't have checked anything in if I saw that they
> >> were
> >> > failing en-masse.  (We do need to have a "stop the world" as we
> >> > stabilize DRLVM, figure out why tests fail apparently randomly,
> >> etc...)
> >>
> >>
> >> Agree. I also try to understand this.
> >>
> >> I'm running kernel tests now on Ubuntu 6, release build, and they are
> >> > running fine.
> >> >
> >> > What platform?
> >>
> >>
> >> debug version on Windows platforms. I have no success on SUSE
> >> LINUX as well:
> >>
> >> ...
> >> -run-kernel-test-batch:
> >>    [mkdir] Created dir:
> >> /nfs/ins/proj/drl/coreapi/vgorr/drlvm/trunk/build/
> >> lnx_ia32_gcc_debug/semis/kernel.tests/reports/batch.mode
> >>    [junit] Running org.apache.harmony.lang.generics.ClassLoaderTest
> >>    [junit] SIGSEGV in VM code.
> >>    [junit] Stack trace:
> >>    [junit]     1: properties_free (??:-1)
> >>    [junit]     2: ?? (??:-1)
> >>    [junit]     3: readClassPathFromPropertiesFile (??:-1)
> >>    [junit]     4: ?? (??:-1)
> >>    [junit]     5: ?? (??:-1)
> >>    [junit]     6: ?? (??:-1)
> >>    [junit]     7: ?? (??:-1)
> >>    [junit]     8: ?? (??:-1)
> >>    [junit]     9: ?? (??:-1)
> >>    [junit]     10: JNI_OnLoad (??:-1)
> >>    [junit]     11: ?? (??:-1)
> >>    [junit]     12: ?? (??:-1)
> >>    [junit]     13: ?? (??:-1)
> >>    [junit]     14: ?? (??:-1)
> >>    [junit]     15: ?? (??:-1)
> >>    [junit]     16: ?? (??:-1)
> >>    [junit]     17: ?? (??:-1)
> >>    [junit]     18: ?? (??:-1)
> >>    [junit] <end of stack trace>
> >>    [junit] Tests FAILED
> >>
> >>
> >> Thanks,
> >> Vladimir.
> >>
> >> geir
> >> >
> >> >
> >> >
> >> >
> >> ---------------------------------------------------------------------
> >> > 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
> >> >
> >> >
> >>
> >>
> >
> >
> > --
> >
> > Dmitry A. Durnev,
> > 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: [drlvm] none of kernel tests passed for the recent sources

Posted by "Geir Magnusson Jr." <ge...@pobox.com>.
That's good news (that you can reproduce it...)

Is JAVA_HOME set to ..../deploy/jre ?

geir

On Sep 19, 2006, at 6:42 AM, Dmitry Durnev wrote:

> I observe vm crash with the similar stack trace on my SUSE Linux box,
> when trying to launch "Hello World" app on debug version of DRLVM:
>
> *** glibc detected *** free(): invalid pointer: 0xbfffbde8 ***
> SIGSEGV in VM code.
> Stack trace:
> 	1: free (??:-1)
> 	2: ?? (??:-1)
> 	3: ?? (??:-1)
> 	4: hymem_free_memory (??:-1)
> 	5: find_call_JNI_OnLoad
> (/export/workspace/drlvm/vm/vmcore/src/util/natives_support.cpp:117)
> 	6: properties_free (??:-1)
> 	7: find_call_JNI_OnLoad
> (/export/workspace/drlvm/vm/vmcore/src/util/natives_support.cpp:117)
> 	8: ?? (??:-1)
> 	9: readClassPathFromPropertiesFile (??:-1)
> 	10: ?? (??:-1)
> 	11: ?? (??:-1)
> 	12: ?? (??:-1)
> 	13: ?? (??:-1)
> 	14: ?? (??:-1)
> 	15: _dl_runtime_resolve (??:-1)
> 	16: ?? (??:-1)
> 	17: JNI_OnLoad (??:-1)
> 	18: ?? (??:-1)
> <end of stack trace>
>
>
> On 9/19/06, Vladimir Gorr <vv...@gmail.com> wrote:
>> On 9/19/06, Geir Magnusson Jr <ge...@pobox.com> wrote:
>> >
>> >
>> >
>> > Vladimir Gorr wrote:
>> > > Geir,
>> > >
>> > > I found out none of the DRRVM kernel tests passed recently.  
>> Although
>> > > all fine worked yet yesterday.
>> > >
>> > > *build.bat -Djunit.jar=%JUNIT_HOME% kernel.test*
>> > > ...
>> > >     [echo]
>> > >     [echo]             ==================================
>> > >     [echo]             Run kernel tests using jitrino.jet
>> > >     [echo]             ==================================
>> > >     [echo]
>> > >    [mkdir] Created dir:
>> > >
>> > C:\DrlSrc\drlvm\trunk\build\win_ia32_msvc_debug\semis 
>> \kernel.tests\reports\jitrino.jet
>> > >
>> > >     [echo] RUNNING : java.lang.Class1_5Test
>> > >    [junit] Test java.lang.Class1_5Test FAILED
>> > >    [junit] Test java.lang.Class1_5Test FAILED
>> > >     [echo]    **** FAILED on reference JRE ****
>> > >     [echo] RUNNING : java.lang.Class5Test
>> > >    [junit] Test java.lang.Class5Test FAILED
>> > >    [junit] Test java.lang.Class5Test FAILED
>> > >     [echo]    **** FAILED on reference JRE ****
>> > >     [echo] RUNNING : java.lang.ClassAnnotationsTest
>> > >    [junit] Test java.lang.ClassAnnotationsTest FAILED
>> > >
>> > > ^C
>> > > ...
>> > >
>> > > I suspect you can know a clue for this issue. Probably I  
>> missed anything
>> > > and didn't note what was modifed.
>> >
>> > Why are they failing?  AS of yesterday, I thought they were all  
>> passing
>> > for me.  I wouldn't have checked anything in if I saw that they  
>> were
>> > failing en-masse.  (We do need to have a "stop the world" as we
>> > stabilize DRLVM, figure out why tests fail apparently randomly,  
>> etc...)
>>
>>
>> Agree. I also try to understand this.
>>
>> I'm running kernel tests now on Ubuntu 6, release build, and they are
>> > running fine.
>> >
>> > What platform?
>>
>>
>> debug version on Windows platforms. I have no success on SUSE  
>> LINUX as well:
>>
>> ...
>> -run-kernel-test-batch:
>>    [mkdir] Created dir:
>> /nfs/ins/proj/drl/coreapi/vgorr/drlvm/trunk/build/ 
>> lnx_ia32_gcc_debug/semis/kernel.tests/reports/batch.mode
>>    [junit] Running org.apache.harmony.lang.generics.ClassLoaderTest
>>    [junit] SIGSEGV in VM code.
>>    [junit] Stack trace:
>>    [junit]     1: properties_free (??:-1)
>>    [junit]     2: ?? (??:-1)
>>    [junit]     3: readClassPathFromPropertiesFile (??:-1)
>>    [junit]     4: ?? (??:-1)
>>    [junit]     5: ?? (??:-1)
>>    [junit]     6: ?? (??:-1)
>>    [junit]     7: ?? (??:-1)
>>    [junit]     8: ?? (??:-1)
>>    [junit]     9: ?? (??:-1)
>>    [junit]     10: JNI_OnLoad (??:-1)
>>    [junit]     11: ?? (??:-1)
>>    [junit]     12: ?? (??:-1)
>>    [junit]     13: ?? (??:-1)
>>    [junit]     14: ?? (??:-1)
>>    [junit]     15: ?? (??:-1)
>>    [junit]     16: ?? (??:-1)
>>    [junit]     17: ?? (??:-1)
>>    [junit]     18: ?? (??:-1)
>>    [junit] <end of stack trace>
>>    [junit] Tests FAILED
>>
>>
>> Thanks,
>> Vladimir.
>>
>> geir
>> >
>> >
>> >
>> >  
>> ---------------------------------------------------------------------
>> > 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
>> >
>> >
>>
>>
>
>
> -- 
>
> Dmitry A. Durnev,
> 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: [drlvm] none of kernel tests passed for the recent sources

Posted by Dmitry Durnev <dm...@gmail.com>.
I observe vm crash with the similar stack trace on my SUSE Linux box,
 when trying to launch "Hello World" app on debug version of DRLVM:

*** glibc detected *** free(): invalid pointer: 0xbfffbde8 ***
SIGSEGV in VM code.
Stack trace:
	1: free (??:-1)
	2: ?? (??:-1)
	3: ?? (??:-1)
	4: hymem_free_memory (??:-1)
	5: find_call_JNI_OnLoad
(/export/workspace/drlvm/vm/vmcore/src/util/natives_support.cpp:117)
	6: properties_free (??:-1)
	7: find_call_JNI_OnLoad
(/export/workspace/drlvm/vm/vmcore/src/util/natives_support.cpp:117)
	8: ?? (??:-1)
	9: readClassPathFromPropertiesFile (??:-1)
	10: ?? (??:-1)
	11: ?? (??:-1)
	12: ?? (??:-1)
	13: ?? (??:-1)
	14: ?? (??:-1)
	15: _dl_runtime_resolve (??:-1)
	16: ?? (??:-1)
	17: JNI_OnLoad (??:-1)
	18: ?? (??:-1)
<end of stack trace>


On 9/19/06, Vladimir Gorr <vv...@gmail.com> wrote:
> On 9/19/06, Geir Magnusson Jr <ge...@pobox.com> wrote:
> >
> >
> >
> > Vladimir Gorr wrote:
> > > Geir,
> > >
> > > I found out none of the DRRVM kernel tests passed recently. Although
> > > all fine worked yet yesterday.
> > >
> > > *build.bat -Djunit.jar=%JUNIT_HOME% kernel.test*
> > > ...
> > >     [echo]
> > >     [echo]             ==================================
> > >     [echo]             Run kernel tests using jitrino.jet
> > >     [echo]             ==================================
> > >     [echo]
> > >    [mkdir] Created dir:
> > >
> > C:\DrlSrc\drlvm\trunk\build\win_ia32_msvc_debug\semis\kernel.tests\reports\jitrino.jet
> > >
> > >     [echo] RUNNING : java.lang.Class1_5Test
> > >    [junit] Test java.lang.Class1_5Test FAILED
> > >    [junit] Test java.lang.Class1_5Test FAILED
> > >     [echo]    **** FAILED on reference JRE ****
> > >     [echo] RUNNING : java.lang.Class5Test
> > >    [junit] Test java.lang.Class5Test FAILED
> > >    [junit] Test java.lang.Class5Test FAILED
> > >     [echo]    **** FAILED on reference JRE ****
> > >     [echo] RUNNING : java.lang.ClassAnnotationsTest
> > >    [junit] Test java.lang.ClassAnnotationsTest FAILED
> > >
> > > ^C
> > > ...
> > >
> > > I suspect you can know a clue for this issue. Probably I missed anything
> > > and didn't note what was modifed.
> >
> > Why are they failing?  AS of yesterday, I thought they were all passing
> > for me.  I wouldn't have checked anything in if I saw that they were
> > failing en-masse.  (We do need to have a "stop the world" as we
> > stabilize DRLVM, figure out why tests fail apparently randomly, etc...)
>
>
> Agree. I also try to understand this.
>
> I'm running kernel tests now on Ubuntu 6, release build, and they are
> > running fine.
> >
> > What platform?
>
>
> debug version on Windows platforms. I have no success on SUSE LINUX as well:
>
> ...
> -run-kernel-test-batch:
>    [mkdir] Created dir:
> /nfs/ins/proj/drl/coreapi/vgorr/drlvm/trunk/build/lnx_ia32_gcc_debug/semis/kernel.tests/reports/batch.mode
>    [junit] Running org.apache.harmony.lang.generics.ClassLoaderTest
>    [junit] SIGSEGV in VM code.
>    [junit] Stack trace:
>    [junit]     1: properties_free (??:-1)
>    [junit]     2: ?? (??:-1)
>    [junit]     3: readClassPathFromPropertiesFile (??:-1)
>    [junit]     4: ?? (??:-1)
>    [junit]     5: ?? (??:-1)
>    [junit]     6: ?? (??:-1)
>    [junit]     7: ?? (??:-1)
>    [junit]     8: ?? (??:-1)
>    [junit]     9: ?? (??:-1)
>    [junit]     10: JNI_OnLoad (??:-1)
>    [junit]     11: ?? (??:-1)
>    [junit]     12: ?? (??:-1)
>    [junit]     13: ?? (??:-1)
>    [junit]     14: ?? (??:-1)
>    [junit]     15: ?? (??:-1)
>    [junit]     16: ?? (??:-1)
>    [junit]     17: ?? (??:-1)
>    [junit]     18: ?? (??:-1)
>    [junit] <end of stack trace>
>    [junit] Tests FAILED
>
>
> Thanks,
> Vladimir.
>
> geir
> >
> >
> >
> > ---------------------------------------------------------------------
> > 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
> >
> >
>
>


-- 

Dmitry A. Durnev,
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


Re: [drlvm] none of kernel tests passed for the recent sources

Posted by Vladimir Gorr <vv...@gmail.com>.
On 9/19/06, Geir Magnusson Jr <ge...@pobox.com> wrote:
>
>
>
> Vladimir Gorr wrote:
> > Geir,
> >
> > I found out none of the DRRVM kernel tests passed recently. Although
> > all fine worked yet yesterday.
> >
> > *build.bat -Djunit.jar=%JUNIT_HOME% kernel.test*
> > ...
> >     [echo]
> >     [echo]             ==================================
> >     [echo]             Run kernel tests using jitrino.jet
> >     [echo]             ==================================
> >     [echo]
> >    [mkdir] Created dir:
> >
> C:\DrlSrc\drlvm\trunk\build\win_ia32_msvc_debug\semis\kernel.tests\reports\jitrino.jet
> >
> >     [echo] RUNNING : java.lang.Class1_5Test
> >    [junit] Test java.lang.Class1_5Test FAILED
> >    [junit] Test java.lang.Class1_5Test FAILED
> >     [echo]    **** FAILED on reference JRE ****
> >     [echo] RUNNING : java.lang.Class5Test
> >    [junit] Test java.lang.Class5Test FAILED
> >    [junit] Test java.lang.Class5Test FAILED
> >     [echo]    **** FAILED on reference JRE ****
> >     [echo] RUNNING : java.lang.ClassAnnotationsTest
> >    [junit] Test java.lang.ClassAnnotationsTest FAILED
> >
> > ^C
> > ...
> >
> > I suspect you can know a clue for this issue. Probably I missed anything
> > and didn't note what was modifed.
>
> Why are they failing?  AS of yesterday, I thought they were all passing
> for me.  I wouldn't have checked anything in if I saw that they were
> failing en-masse.  (We do need to have a "stop the world" as we
> stabilize DRLVM, figure out why tests fail apparently randomly, etc...)


Agree. I also try to understand this.

I'm running kernel tests now on Ubuntu 6, release build, and they are
> running fine.
>
> What platform?


debug version on Windows platforms. I have no success on SUSE LINUX as well:

...
-run-kernel-test-batch:
    [mkdir] Created dir:
/nfs/ins/proj/drl/coreapi/vgorr/drlvm/trunk/build/lnx_ia32_gcc_debug/semis/kernel.tests/reports/batch.mode
    [junit] Running org.apache.harmony.lang.generics.ClassLoaderTest
    [junit] SIGSEGV in VM code.
    [junit] Stack trace:
    [junit]     1: properties_free (??:-1)
    [junit]     2: ?? (??:-1)
    [junit]     3: readClassPathFromPropertiesFile (??:-1)
    [junit]     4: ?? (??:-1)
    [junit]     5: ?? (??:-1)
    [junit]     6: ?? (??:-1)
    [junit]     7: ?? (??:-1)
    [junit]     8: ?? (??:-1)
    [junit]     9: ?? (??:-1)
    [junit]     10: JNI_OnLoad (??:-1)
    [junit]     11: ?? (??:-1)
    [junit]     12: ?? (??:-1)
    [junit]     13: ?? (??:-1)
    [junit]     14: ?? (??:-1)
    [junit]     15: ?? (??:-1)
    [junit]     16: ?? (??:-1)
    [junit]     17: ?? (??:-1)
    [junit]     18: ?? (??:-1)
    [junit] <end of stack trace>
    [junit] Tests FAILED


Thanks,
Vladimir.

geir
>
>
>
> ---------------------------------------------------------------------
> 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: [drlvm] none of kernel tests passed for the recent sources

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

Vladimir Gorr wrote:
> Geir,
> 
> I found out none of the DRRVM kernel tests passed recently. Although
> all fine worked yet yesterday.
> 
> *build.bat -Djunit.jar=%JUNIT_HOME% kernel.test*
> ...
>     [echo]
>     [echo]             ==================================
>     [echo]             Run kernel tests using jitrino.jet
>     [echo]             ==================================
>     [echo]
>    [mkdir] Created dir:
> C:\DrlSrc\drlvm\trunk\build\win_ia32_msvc_debug\semis\kernel.tests\reports\jitrino.jet
> 
>     [echo] RUNNING : java.lang.Class1_5Test
>    [junit] Test java.lang.Class1_5Test FAILED
>    [junit] Test java.lang.Class1_5Test FAILED
>     [echo]    **** FAILED on reference JRE ****
>     [echo] RUNNING : java.lang.Class5Test
>    [junit] Test java.lang.Class5Test FAILED
>    [junit] Test java.lang.Class5Test FAILED
>     [echo]    **** FAILED on reference JRE ****
>     [echo] RUNNING : java.lang.ClassAnnotationsTest
>    [junit] Test java.lang.ClassAnnotationsTest FAILED
> 
> ^C
> ...
> 
> I suspect you can know a clue for this issue. Probably I missed anything
> and didn't note what was modifed.

Why are they failing?  AS of yesterday, I thought they were all passing
for me.  I wouldn't have checked anything in if I saw that they were
failing en-masse.  (We do need to have a "stop the world" as we
stabilize DRLVM, figure out why tests fail apparently randomly, etc...)

I'm running kernel tests now on Ubuntu 6, release build, and they are
running fine.

What platform?

geir



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