You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Vladimir Beliaev (JIRA)" <ji...@apache.org> on 2008/01/14 17:47:34 UTC

[jira] Commented: (HARMONY-5166) [drlvm][jit] intermittent VM crash in api.zip.ZlibTest from the reliability suite

    [ https://issues.apache.org/jira/browse/HARMONY-5166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558666#action_12558666 ] 

Vladimir Beliaev commented on HARMONY-5166:
-------------------------------------------

This is possible - just add the test to be checked in the HARMONY-4215 description (you may ask the bug reporter or committer to help) & close this one as DUPLICATE.

> [drlvm][jit] intermittent VM crash in api.zip.ZlibTest from the reliability suite
> ---------------------------------------------------------------------------------
>
>                 Key: HARMONY-5166
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5166
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: r596127 Linux x86_64
>            Reporter: Andrey Yakushev
>
> According to cruise control results:
> http://people.apache.org/~smishura/r596127/Linux_x86_64/reliability/api/zip/51_ZlibTest.html
> There is api.zip.ZlibTest failure after big amount of repetition with VM crash like:
> OK
> OK
> .......
> OK
> OK
> eip=0x0 not found during stack unwinding!
> SIGSEGV in VM code.
> Stack trace:
> 0: Jitrino::Ia32::StackInfo::read(Jitrino::MethodDesc*, unsigned long long, bool) (walkers.cpp:-1)
> 1: ?? (??:-1)
> 2: Jitrino::Ia32::RuntimeInterface::unwindStack(Jitrino::MethodDesc*, JitFrameContext*, bool) (walkers.cpp:-1)
> 3: Jitrino::Jitrino::UnwindStack(Jitrino::MethodDesc*, JitFrameContext*, bool) (walkers.cpp:-1)
> 4: JIT_unwind_stack_frame (??:-1)
> 5: ?? (??:-1)
> 6: ?? (??:-1)
> 7: ?? (??:-1)
> 8: si_goto_previous(StackIterator*, bool) (apr_strtok.c:-1)
> 9: ?? (??:-1)
> 10: Dll_JIT::get_root_set_from_stack_frame(Method*, void*, JitFrameContext const*) (apr_strtok.c:-1)
> 11: vm_enumerate_root_set_single_thread_on_stack(StackIterator*) (apr_strtok.c:-1)
> 12: vm_enumerate_thread(VM_thread*) (apr_strtok.c:-1)
> 13: stop_the_world_root_set_enumeration() (stop_the_world_root_set_enum.cpp:-1)
> 14: ?? (??:-1)
> 15: ?? (??:-1)
> 16: ?? (??:-1)
> 17: gc_reclaim_heap(GC*, unsigned int) (weak_roots.cpp:-1)
> 18: java/lang/VMMemoryManager.runGC()V (VMMemoryManager.java:-2)
> 19: ?? (??:-1)
> 20: java/lang/System.gc()V (System.java:107)
> 21: org/apache/harmony/test/reliability/api/zip/InflaterDeflaterThread.run()V (??:-1)
> 22: java/lang/Thread.run()V (Thread.java:-1)
> 23: java/lang/Thread.runImpl()V (Thread.java:683)
> LTend of stack traceGT 

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