Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 50903 invoked from network); 8 Feb 2007 11:21:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Feb 2007 11:21:26 -0000 Received: (qmail 71214 invoked by uid 500); 8 Feb 2007 11:21:33 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 71196 invoked by uid 500); 8 Feb 2007 11:21:33 -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 71187 invoked by uid 99); 8 Feb 2007 11:21:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Feb 2007 03:21:33 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Thu, 08 Feb 2007 03:21:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EEB907142E1 for ; Thu, 8 Feb 2007 03:21:05 -0800 (PST) Message-ID: <24096348.1170933665975.JavaMail.jira@brutus> Date: Thu, 8 Feb 2007 03:21:05 -0800 (PST) From: "Aleksey Ignatenko (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3047) [drlvm] EUT jdtdebug suit passes with JVMTI_ERROR_unknown error In-Reply-To: <6818332.1169638789190.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-3047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Ignatenko updated HARMONY-3047: --------------------------------------- Attachment: readPacket.txt readPacket.txt is implementation of readPacket, assuming that the issue is reproduced both on pure JET and pure OPT and readPacket implementation I would presume that the problem is not in JIT. > [drlvm] EUT jdtdebug suit passes with JVMTI_ERROR_unknown error > --------------------------------------------------------------- > > Key: HARMONY-3047 > URL: https://issues.apache.org/jira/browse/HARMONY-3047 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: reproduced on Windows > Reporter: Aleksey Ignatenko > Attachments: java_jdtdebug_assert_gc_slide_mov_all_assert.dmp, java_jdtdebug_class_h_1700_assert_failed.dmp, readPacket.txt > > > When runningn jdtdebug suilt from EUT Eclipse writes to console window the following error (I consider it equal to crash): > FATAL ERROR occurred in native method: JDWP on raw monitor wait, jvmtiError=JVMTI_ERROR_unknown(70007) > The stack trace of the 02B73788 java thread: > JDWP exit error JVMTI_ERROR_unknown(70007): on raw monitor wait > I succeded to see the crash in debugger, stack trace: > kernel32.dll!77e55dea() > kernel32.dll!77e55dea() > rpcrt4.dll!77c71abe() > rpcrt4.dll!77c71122() > rpcrt4.dll!77c84664() > rpcrt4.dll!77c848aa() > rpcrt4.dll!77ce2125() > harmonyvm.dll!std::_Tree,std::allocator >,0> >::_Key(std::_Tree_nod,std::allocator >,0> >::_Node * _Pnode=0x01252840) Line 142 + 0x12 C++ > harmonyvm.dll!std::_Tree,std::allocator >,0> >::iterator::iterator(std::_Tree_nod,std::allocator >,0> >::_Node * _Pnode=0x00000000) Line 313 C++ > 0cab2048() > hythr.dll!apr_thread_mutex_trylock(apr_thread_mutex_t * mutex=0x5f29c8f4) Line 106 + 0x36 C > harmonyvm.dll!interpreter_enabled() Line 48 + 0xf C++ > 00000009() > > harmonyvm.dll!Class::prepare(Global_Env * env=0x71b2423a) Line 1535 + 0xf C++ > mswsock.dll!71b24206() > harmonyvm.dll!get_vm_thread(HyThread * thr=0x4bbbdbb4) Line 119 + 0xf C++ > hythr.dll!tmn_self_macro() Line 96 + 0xa C > b87ae8ec() > Looks like the problem is somethere in classloader, but Eclipse reports JVMTI error. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.