Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 8378 invoked from network); 31 Jul 2007 09:01:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jul 2007 09:01:47 -0000 Received: (qmail 3099 invoked by uid 500); 31 Jul 2007 09:01:27 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 3033 invoked by uid 500); 31 Jul 2007 09:01:27 -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 2928 invoked by uid 99); 31 Jul 2007 09:01:27 -0000 Received: from Unknown (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2007 02:01:26 -0700 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; Tue, 31 Jul 2007 09:01:24 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E59007141F0 for ; Tue, 31 Jul 2007 02:01:02 -0700 (PDT) Message-ID: <5271768.1185872462934.JavaMail.jira@brutus> Date: Tue, 31 Jul 2007 02:01:02 -0700 (PDT) From: "Alexey Varlamov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-4456) [drlvm][gc_gen] intermittent assertion in pool_put_entry() In-Reply-To: <32742152.1184307784478.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-4456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516648 ] Alexey Varlamov commented on HARMONY-4456: ------------------------------------------ Kernel tests did not fail on Linux-x86 since 07/19 - either the probability is too low or it is really fixed. We may resolve CANNOT REPRODUCE for now. > [drlvm][gc_gen] intermittent assertion in pool_put_entry() > ---------------------------------------------------------- > > Key: HARMONY-4456 > URL: https://issues.apache.org/jira/browse/HARMONY-4456 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Alexey Varlamov > Assignee: Xiao-Feng Li > > Kernel tests intermittently failed on Linux32 on JET with the following trace: > [java] [junit] java: /export/users/cc/cc-common/build/checkouts/drlvm/vm/gc_gen/src/utils/sync_pool.h:43: void pool_put_entry(Pool*, void*): Assertion `value' failed. > [java] [junit] SIGABRT in VM code. > [java] [junit] Stack trace: > [java] [junit] 0: ?? (??:-1) > [java] [junit] 1: abort (??:-1) > [java] [junit] 2: __assert_fail (??:-1) > [java] [junit] 3: pool_put_entry(Sync_Stack*, void*) (/export/users/cc/cc-common/build/checkouts/drlvm/vm/gc_gen/src/utils/sync_pool.h:44) > [java] [junit] 4: gc_set_obj_with_fin(GC*) (/export/users/cc/cc-common/build/checkouts/drlvm/vm/gc_gen/src/finalizer_weakref/finalizer_weakref_metadata.cpp:192) > [java] [junit] 5: gc_reclaim_heap(GC*, unsigned int) (/export/users/cc/cc-common/build/checkouts/drlvm/vm/gc_gen/src/common/gc_common.cpp:302) > [java] [junit] 6: fspace_alloc(unsigned int, Allocator*) (/export/users/cc/cc-common/build/checkouts/drlvm/vm/gc_gen/src/trace_forward/fspace_alloc.cpp:66) > [java] [junit] 7: nos_alloc(unsigned int, Allocator*) (/export/users/cc/cc-common/build/checkouts/drlvm/vm/gc_gen/src/gen/gen.cpp:280) > [java] [junit] 8: gc_alloc (/export/users/cc/cc-common/build/checkouts/drlvm/vm/gc_gen/src/thread/mutator_alloc.cpp:79) > [java] [junit] 9: vm_alloc_and_report_ti(unsigned int, unsigned int, void*, Class*) (/export/users/cc/cc-common/build/checkouts/drlvm/vm/vmcore/src/jvmti/jvmti_event.cpp:1359) > [java] [junit] 10: Class::allocate_instance() (/export/users/cc/cc-common/build/checkouts/drlvm/vm/vmcore/src/class_support/Class.cpp:476) > [java] [junit] 11: ClassLoader::AllocateAndReportInstance(Global_Env const*, Class*) (/export/users/cc/cc-common/build/checkouts/drlvm/vm/vmcore/src/class_support/classloader.cpp:859) > [java] [junit] 12: ClassLoader::NewClass(Global_Env const*, String const*) (/export/users/cc/cc-common/build/checkouts/drlvm/vm/vmcore/src/class_support/classloader.cpp:218) > [java] [junit] 13: ClassLoader::DefineClass(Global_Env*, char const*, unsigned char*, unsigned int, unsigned int, String const**) (/export/users/cc/cc-common/build/checkouts/drlvm/vm/vmcore/src/class_support/classloader.cpp:273) > [java] [junit] 14: BootstrapClassLoader::LoadFromJarFile(JarFile*, char const*, String const*, bool*) (/export/users/cc/cc-common/build/checkouts/drlvm/vm/vmcore/src/class_support/classloader.cpp:1808) > [java] [junit] 15: BootstrapClassLoader::LoadFromFile(String const*) (/export/users/cc/cc-common/build/checkouts/drlvm/vm/vmcore/src/class_support/classloader.cpp:1703) > [java] [junit] 16: BootstrapClassLoader::DoLoadClass(Global_Env*, String const*) (/export/users/cc/cc-common/build/checkouts/drlvm/vm/vmcore/src/class_support/classloader.cpp:1447) > [java] [junit] 17: ClassLoader::LoadClass(Global_Env*, String const*) (/export/users/cc/cc-common/build/checkouts/drlvm/vm/vmcore/src/class_support/classloader.cpp:1402) > [java] [junit] 18: ClassLoader::LoadVerifyAndPrepareClass(Global_Env*, String const*) (/export/users/cc/cc-common/build/checkouts/drlvm/vm/vmcore/src/class_support/classloader.cpp:367) > [java] [junit] 19: Objects_To_Finalize::is_class_ignored(Class*) (/export/users/cc/cc-common/build/checkouts/drlvm/vm/vmcore/src/init/finalize.cpp:297) > [java] [junit] 20: Objects_To_Finalize::do_finalization(int) (/export/users/cc/cc-common/build/checkouts/drlvm/vm/vmcore/src/init/finalize.cpp:502) > [java] [junit] 21: vm_do_finalization(int) (/export/users/cc/cc-common/build/checkouts/drlvm/vm/vmcore/src/init/finalize.cpp:630) > [java] [junit] 22: finalizer_thread_func (/export/users/cc/cc-common/build/checkouts/drlvm/vm/vmcore/src/init/finalizer_thread.cpp:241) > [java] [junit] 23: thread_start_proc (/export/users/cc/cc-common/build/checkouts/drlvm/vm/thread/src/thread_native_basic.c:729) > [java] [junit] 24: start_thread (??:-1) > [java] [junit] 25: clone (??:-1) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.