You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Aleksey Ignatenko (JIRA)" <ji...@apache.org> on 2007/05/25 09:11:17 UTC

[jira] Commented: (HARMONY-3971) [drlvm]Drlvm intermittently crashes on SystemResourceOrientedTest from reliablity suit

    [ https://issues.apache.org/jira/browse/HARMONY-3971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498964 ] 

Aleksey Ignatenko commented on HARMONY-3971:
--------------------------------------------

This fail is rather rare, so I would propose to run test inside reliablity suit with long.

To reproduce one needs to: 
1. get reliablity tests from H-2918 
2. the order of applying (copying) tests is the following: 
 - unpack reliability_test_suite.zip 
 - upack and copy src_4_thrd_tests_19_03_07.zip 
 - upack and copy src4_zip1_clsload3_tests.zip 
 - upack and copy 9newreltests.zip 
 - upack and copy jlmanagementtest.zip 
You'll get all tests included. 
3. compile tests with ant 
4. execute "ant -f run.xml run.api.kernel.management" 

> [drlvm]Drlvm intermittently crashes on SystemResourceOrientedTest from reliablity suit 
> ---------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3971
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3971
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Aleksey Ignatenko
>
> Drlvm intermittently crashes on SystemResourceOrientedTest from reliablity suit calling jni Java_org_apache_harmony_lang_management_ThreadMXBeanImpl_getAllThreadIdsImpl function .
> Stack trace:
>  	harmonyvm.dll!ManagedObject::vt()  Line 117 + 0x11	C++
>  	harmonyvm.dll!object_lookup_method(_jobject * obj=0x031f0fd0, const String * name=0x012ba0a4, const String * desc=0x012b95cc)  Line 134 + 0xa	C++
>  	harmonyvm.dll!call_method_no_ref_result(JNIEnv_External * jni_env=0x0127fa00, _jobject * obj=0x031f0fd0, _jmethodID * methodID=0x027a2cc8, jvalue * args=0x031f0fd0, jvalue * result=0x0013f03c, int non_virtual=0x00000000)  Line 164 + 0x1b	C++
>  	harmonyvm.dll!CallLongMethodA(JNIEnv_External * jni_env=0x0127fa00, _jobject * obj=0x031f0fd0, _jmethodID * methodID=0x027a2cc8, jvalue * args=0x031f0fd0)  Line 537 + 0x1b	C++
>  	harmonyvm.dll!CallLongMethodV(JNIEnv_External * jni_env=0x0127fa00, _jobject * obj=0x031f0fd0, _jmethodID * methodID=0x027a2cc8, char * args=0x0013f10c)  Line 519 + 0x15	C++
>  	harmonyvm.dll!JNIEnv_External::CallLongMethod(_jobject * obj=0x031f0fd0, _jmethodID * methodID=0x027a2cc8, ...)  Line 817 + 0x1d	C++
> >	harmonyvm.dll!Java_org_apache_harmony_lang_management_ThreadMXBeanImpl_getAllThreadIdsImpl(JNIEnv_External * jenv_ext=0x0127fa00, _jobject * __formal=0x0013f184)  Line 116 + 0x17	C++
>  	03676f5d()	
>  	harmonyvm.dll!get_vm_thread(HyThread * thr=0x0013f1b0)  Line 130 + 0xf	C++
>  	harmonyvm.dll!get_vm_thread(HyThread * thr=0x00000000)  Line 131 + 0x7	C++
>  	0038a048()	

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.