Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 56748 invoked from network); 23 Nov 2007 07:11:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Nov 2007 07:11:05 -0000 Received: (qmail 42391 invoked by uid 500); 23 Nov 2007 07:10:52 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 42373 invoked by uid 500); 23 Nov 2007 07:10:52 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 42364 invoked by uid 99); 23 Nov 2007 07:10:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Nov 2007 23:10:52 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Nov 2007 07:10:50 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 09035714201 for ; Thu, 22 Nov 2007 23:10:43 -0800 (PST) Message-ID: <26479835.1195801843015.JavaMail.jira@brutus> Date: Thu, 22 Nov 2007 23:10:43 -0800 (PST) From: "Pavel Ozhdikhin (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-5166) [drlvm][jit] intermittent VM crash in api.zip.ZlibTest from the reliability suite In-Reply-To: <10205968.1195665703281.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-5166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12544933 ] Pavel Ozhdikhin commented on HARMONY-5166: ------------------------------------------ I think this is a duplicate of the threading issue HARMONY-4215. > [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.