Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 16226 invoked from network); 21 Jun 2007 11:52:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jun 2007 11:52:31 -0000 Received: (qmail 43817 invoked by uid 500); 21 Jun 2007 11:52:25 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 43787 invoked by uid 500); 21 Jun 2007 11:52:25 -0000 Mailing-List: contact dev-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 dev@harmony.apache.org Received: (qmail 43746 invoked by uid 99); 21 Jun 2007 11:52:24 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2007 04:52:24 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of alexei.fedotov@gmail.com designates 64.233.166.178 as permitted sender) Received: from [64.233.166.178] (HELO py-out-1112.google.com) (64.233.166.178) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2007 04:52:19 -0700 Received: by py-out-1112.google.com with SMTP id a29so971590pyi for ; Thu, 21 Jun 2007 04:51:56 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=XsrCDITGGAXBRXCBBeaVvAfsDg8+LqOL4+llhK+d7rwFNlTVqVTLZJXvRUe80RSW1MmfIRAo0iMvyrMnlm/VFkB6M1Nf1sng7MMHSJwFkkA7iR+gr1UWVFzU/7IuWqJHA3FlWzZBlKSOUm+2If9b+HFUZP+85LfLSrB2PF+NQ2A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=kfVX47iDjrhbQewl1Guj+d/0F4J2ugOf58LF2oJMqI/yVquNJVDCRVAziTtAKPoQRDUggbZ15Me69CzhkBtznWc5NuRy0V6QfH3DQWkDIdcpMHQUd57l51U7y/qXlVhrpUUFjU0XV1vIClN96gYP2Etai4WJpcYuLAZVR055Bto= Received: by 10.64.210.3 with SMTP id i3mr3421147qbg.1182426715790; Thu, 21 Jun 2007 04:51:55 -0700 (PDT) Received: by 10.64.196.7 with HTTP; Thu, 21 Jun 2007 04:51:55 -0700 (PDT) Message-ID: Date: Thu, 21 Jun 2007 15:51:55 +0400 From: "Alexei Fedotov" To: dev@harmony.apache.org Subject: [regression][shutdown] JVMTI test fail MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hello gurus, Mikhail wrote, > HyNLSHashEntry *next = entry->next; Smoke JVMTI tests fail for me at the same line. Its seems that nls->hash_buckets[i]-> next contain 0xeeffeeff which resembles a DEADBEAF for me. Do we have a mind here that can handle the complexity of hashmap shutdown problems? BTW, I can see that from recent commits Tim's one adds some http://svn.apache.org/viewvc?view=rev&revision=547205 hash table operation. [junit] DEBUG: Breakpoint on line 47 [junit] DEBUG: Disabling Breakpoint event... [junit] DEBUG: done [junit] DEBUG: Setting success == true... [junit] DEBUG: done [junit] DEBUG: Deallocating line number table... [junit] DEBUG: done [echo] Running VMInit1 On 3/20/07, Mikhail Fursov (JIRA) wrote: > > [ https://issues.apache.org/jira/browse/HARMONY-3428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482357 ] > > Mikhail Fursov commented on HARMONY-3428: > ----------------------------------------- > > After applying "tmp_workaround-nef.patch" HWA craches in JET mode in "modules\portlib\src\main\native\port\shared\hynls.c" > > for (i = 0; i < HYNLS_NUM_HASH_BUCKETS; i++) > { > entry = nls->hash_buckets[i]; > while (entry) > { > HyNLSHashEntry *next = entry->next; > > with entry=0x00000001 > > > [drlvm][winx64] HWA fails with new VEH in Interpreter/debug mode > > ---------------------------------------------------------------- > > > > Key: HARMONY-3428 > > URL: https://issues.apache.org/jira/browse/HARMONY-3428 > > Project: Harmony > > Issue Type: Bug > > Components: DRLVM > > Environment: windows/em64t > > Reporter: Vladimir Beliaev > > Priority: Critical > > Attachments: tmp_workaround-nef.patch > > > > > > With recently committed Vectored Exception Handler update the HWA (Hello World Application) does not work anymore even with Interpterer in debug mode on windows/em64t. > > It fails with assert (p_TLS_vmthread). > > Thanks > > Vladimir Beliaev > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > > -- With best regards, Alexei, ESSD, Intel