Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 33736 invoked from network); 21 Aug 2007 14:07:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Aug 2007 14:07:51 -0000 Received: (qmail 53357 invoked by uid 500); 21 Aug 2007 14:07:48 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 53269 invoked by uid 500); 21 Aug 2007 14:07:48 -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 53260 invoked by uid 99); 21 Aug 2007 14:07:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Aug 2007 07:07:48 -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, 21 Aug 2007 14:07:50 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 99551714163 for ; Tue, 21 Aug 2007 07:07:30 -0700 (PDT) Message-ID: <25858965.1187705250608.JavaMail.jira@brutus> Date: Tue, 21 Aug 2007 07:07:30 -0700 (PDT) From: "Xiao-Feng Li (JIRA)" To: commits@harmony.apache.org Subject: [jira] Assigned: (HARMONY-4657) [drlvm][gc_gen] Crash in GC code when executing thread.ManyThreadsTest test on windows x86_64 In-Reply-To: <5673680.1187697091047.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-4657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiao-Feng Li reassigned HARMONY-4657: ------------------------------------- Assignee: Xiao-Feng Li > [drlvm][gc_gen] Crash in GC code when executing thread.ManyThreadsTest test on windows x86_64 > --------------------------------------------------------------------------------------------- > > Key: HARMONY-4657 > URL: https://issues.apache.org/jira/browse/HARMONY-4657 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: windows x86_64 > Reporter: Gregory Shimansky > Assignee: Xiao-Feng Li > > I noticed that in VM smoke tests thread.ManyThreadsTest often crashes on windows x86_64. The crash happens in garbage collection, stack trace looks like this: > > gc_gen.dll!mspace_restore_block_chain(Mspace * mspace=0x0000000003e1e5e0) Line 409 + 0x5 bytes C++ > gc_gen.dll!slide_compact_mspace(Collector * collector=0x0000000003e3fd60) Line 594 C++ > gc_gen.dll!collector_thread_func(void * arg=0x0000000003e3fd60) Line 188 C++ > hythr.dll!thread_start_proc(void * arg=0x000000000064d640) Line 655 C > hythr.dll!_callthreadstartex() Line 348 + 0x17 bytes C > hythr.dll!_threadstartex(void * ptd=0x00000000006033a0) Line 331 C > kernel32.dll!0000000078d6b66a() > Crash happens in different modes, most often I saw it happening on server JIT mode and on interpreter. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.