Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 65904 invoked from network); 5 Jun 2007 12:43:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jun 2007 12:43:47 -0000 Received: (qmail 87277 invoked by uid 500); 5 Jun 2007 12:43:50 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 87259 invoked by uid 500); 5 Jun 2007 12:43:50 -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 87250 invoked by uid 99); 5 Jun 2007 12:43:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jun 2007 05:43:50 -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, 05 Jun 2007 05:43:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 403254297CC for ; Tue, 5 Jun 2007 05:43:26 -0700 (PDT) Message-ID: <1848663.1181047406258.JavaMail.jira@brutus> Date: Tue, 5 Jun 2007 05:43:26 -0700 (PDT) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-4038) [drlvm][init] Assertion when launching vm with basic launcher In-Reply-To: <30425193.1180960356284.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-4038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Shimansky updated HARMONY-4038: --------------------------------------- Summary: [drlvm][init] Assertion when launching vm with basic launcher (was: [drlvm] Assertion when launching vm with basic launcher) > [drlvm][init] Assertion when launching vm with basic launcher > ------------------------------------------------------------- > > Key: HARMONY-4038 > URL: https://issues.apache.org/jira/browse/HARMONY-4038 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: Windows XP 32bit > Reporter: Oliver Deakin > Attachments: simpleLaunch.c > > > This issue has been discussed on the dev@ mailing list [1]. When launching DRLVM with a basic JNI launcher (I will attach the launcher to this JIRA) an assertion is hit: > Debug Assertion Failed! > Program: C:\harmony\temp\jnitest\simpleLaunchFederated.exe > File: dbgheap.c > Line: 1132 > Expression: _CrtIsValidHeapPointer(pUserData) > There is also an error message: > EM: Can't read configuration from './client.emconf' > Windbg tells me that the stack trace at the point of assertion is: > ntdll!DbgBreakPoint > ntdll!RtlpBreakPointHeap+0x28 > ntdll!RtlpValidateHeapEntry+0x113 > ntdll!RtlValidateHeap+0xe0 > kernel32!HeapValidate+0x14 > em!_CrtIsValidHeapPointer+0xa4 [f:\vs70builds\3077\vc\crtbld\crt\src\dbgheap.c @ 1807] > em!_free_dbg_lk+0x102 [f:\vs70builds\3077\vc\crtbld\crt\src\dbgheap.c @ 1132] > em!_free_dbg+0x41 [f:\vs70builds\3077\vc\crtbld\crt\src\dbgheap.c @ 1070] > em!operator delete+0xaa [f:\vs70builds\3077\vc\crtbld\crt\src\dbgdel.cpp @ 54] > em!std::allocator::deallocate+0x17 [c:\program files\microsoft visual studio .net 2003\vc7\include\xmemory @ 132] > em!std::basic_string,std::allocator >::_Tidy+0x66 [c:\program files\microsoft visual studio .net 2003\vc7\include\xstring @ 1519] > em!std::basic_string,std::allocator >::~basic_string,std::allocator >+0x1a [c:\program files\microsoft visual studio .net 2003\vc7\include\xstring @ 458] > em!LogParams::~LogParams+0x44 [c:\harmony\svn-checkouts\federated\working_vm\vm\port\include\logparams.h @ 54] > em!readFile+0x54b [c:\harmony\svn-checkouts\federated\working_vm\vm\em\src\drlemimpl.cpp @ 332] > em!DrlEMImpl::readConfiguration+0x366 [c:\harmony\svn-checkouts\federated\working_vm\vm\em\src\drlemimpl.cpp @ 355] > em!DrlEMImpl::init+0x48 [c:\harmony\svn-checkouts\federated\working_vm\vm\em\src\drlemimpl.cpp @ 364] > em!DrlEMFactory::createAndInitEMInstance+0xa9 [c:\harmony\svn-checkouts\federated\working_vm\vm\em\src\drlemimpl.cpp @ 55] > em!CreateInstance+0x3c [c:\harmony\svn-checkouts\federated\working_vm\vm\em\src\em_intf.cpp @ 132] > harmonyvm!CmCreateInstance+0xac [c:\harmony\svn-checkouts\federated\working_vm\vm\vmstart\src\compmgr\component_manager_impl.cpp @ 584] > harmonyvm!process_properties_dlls+0x1bd [c:\harmony\svn-checkouts\federated\working_vm\vm\vmcore\src\init\vm_init.cpp @ 135] > [1] http://mail-archives.apache.org/mod_mbox/harmony-dev/200705.mbox/%3c465ECCE1.5070906@googlemail.com%3e -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.