From commits-return-38269-apmail-harmony-commits-archive=harmony.apache.org@harmony.apache.org Mon Jun 18 10:23:11 2007 Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 1340 invoked from network); 18 Jun 2007 10:23:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jun 2007 10:23:08 -0000 Received: (qmail 75316 invoked by uid 500); 18 Jun 2007 10:22:56 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 75286 invoked by uid 500); 18 Jun 2007 10:22:56 -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 75254 invoked by uid 99); 18 Jun 2007 10:22:56 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2007 03:22:55 -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; Mon, 18 Jun 2007 03:17:47 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E6B5D7141E2 for ; Mon, 18 Jun 2007 03:17:26 -0700 (PDT) Message-ID: <13514757.1182161846942.JavaMail.jira@brutus> Date: Mon, 18 Jun 2007 03:17:26 -0700 (PDT) From: "Aleksey Ignatenko (JIRA)" To: commits@harmony.apache.org Subject: [jira] Resolved: (HARMONY-3282) [drlvm][jdi][EUT] org.eclipse.jdt.core.tests.eva suilt fails (preventing EUT pass) In-Reply-To: <1320884.1172825210866.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-3282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Ignatenko resolved HARMONY-3282. ---------------------------------------- Resolution: Fixed See comments above - the bug was fixed by fixes of related issues. > [drlvm][jdi][EUT] org.eclipse.jdt.core.tests.eva suilt fails (preventing EUT pass) > ---------------------------------------------------------------------------------- > > Key: HARMONY-3282 > URL: https://issues.apache.org/jira/browse/HARMONY-3282 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Aleksey Ignatenko > Attachments: jdt.dmp > > > org.eclipse.jdt.core.tests.eval suit crashes on drlvm. > The behaviour is different on debug and release builds. > Debug build: > debuggee starts too slow and debugger fails to connect to it. There output below: > [debugger]java.net.ConnectException: localhost/127.0.0.1:4494 - Connection refused > at org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java:229) > at org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java) > at java.net.Socket.startupSocket(Socket.java:661) > at java.net.Socket.(Socket.java:140) > at org.eclipse.jdi.internal.connect.SocketTransportService$2.run(SocketTransportService.java:134) > at java.lang.Thread.run(Thread.java:660)Could not contact the VM at localhost:4494. Retrying... > [debuggee] INFO: [TransportManager.cpp:200] transport is listening on nstdrlew18.ins.intel.com:4494 > The 1-st test failed is testEvaluate, then I suppose as initialization went wrong way other tests beging to fail. > Release build: > DebugEvaluationTest suit fails on the first test: > > harmonyvm.dll!get_utf8_length_of_8bit(const unsigned char * chars=0x7c415060, unsigned int length=1435008) Line 91 C++ > harmonyvm.dll!jvmtiGetLocalVariableTable(jvmtiEnv_struct * env=0x02f28888, _jmethodID * method=0x02f27d6c, int * entry_count_ptr=0x02caf1dc, jvmtiLocalVariableEntry * * table_ptr=0x02caf1d4) Line 453 C++ > jdwp.dll!jdwp::Method::VariableTableWithGenericHandler::Execute(JNIEnv_External * jni=0x025c49a0) Line 309 + 0xbe C++ > jdwp.dll!jdwp::SyncCommandHandler::Run(JNIEnv_External * jni_env=0x025c49a0, jdwp::CommandParser * cmd=0x010dac9c) Line 47 + 0xf C++ > jdwp.dll!jdwp::CommandDispatcher::ExecCommand(JNIEnv_External * jni=0x025c49a0, jdwp::CommandParser * cmdParser=0x010dac9c) Line 96 + 0xf C++ > jdwp.dll!jdwp::PacketDispatcher::Run(JNIEnv_External * jni=0x025c49a0) Line 160 C++ > jdwp.dll!jdwp::PacketDispatcher::StartFunction(jvmtiEnv_struct * jvmti_env=0x010e5a28, JNIEnv_External * jni=0x025c49a0, void * arg=0x010dac98) Line 324 C++ > harmonyvm.dll!wrapper_proc(void * arg=0x025c2850) Line 102 C > hythr.dll!thread_start_proc(apr_thread_t * thd=0x0042df08, void * p_args=0x0042def8) Line 725 C > hythr.dll!dummy_worker(void * opaque=0x0042df08) Line 80 C > hythr.dll!_threadstartex(void * ptd=0x00382840) Line 241 + 0x6 C > MS debugger does not show enough info to dig the issue, so I suppose we need to fix the issue with debug build and after fix this issue. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.