Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 33179 invoked from network); 19 Mar 2007 15:51:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Mar 2007 15:51:53 -0000 Received: (qmail 12409 invoked by uid 500); 19 Mar 2007 15:52:01 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 12384 invoked by uid 500); 19 Mar 2007 15:52:01 -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 12374 invoked by uid 99); 19 Mar 2007 15:52:01 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Mar 2007 08:52:01 -0700 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; Mon, 19 Mar 2007 08:51:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 778EB714073 for ; Mon, 19 Mar 2007 08:51:32 -0700 (PDT) Message-ID: <12372309.1174319492486.JavaMail.jira@brutus> Date: Mon, 19 Mar 2007 08:51:32 -0700 (PDT) From: "Vladimir Beliaev (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3395) [drlvm][winx64][build][jit] release drlvm fails on HWA in jitrino.dll initialization In-Reply-To: <31506118.1173883209602.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-3395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Beliaev updated HARMONY-3395: -------------------------------------- Summary: [drlvm][winx64][build][jit] release drlvm fails on HWA in jitrino.dll initialization (was: [drlvm][winx64][jit] release drlvm fails on HWA in jitrino.dll initialization) > [drlvm][winx64][build][jit] release drlvm fails on HWA in jitrino.dll initialization > ------------------------------------------------------------------------------------ > > Key: HARMONY-3395 > URL: https://issues.apache.org/jira/browse/HARMONY-3395 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: windows/em64t > Reporter: Vladimir Beliaev > Assigned To: Gregory Shimansky > Attachments: H3395.patch > > > I failed to run Hello World Application (HWA) on recent Harmoby version built in release mode > (-Dhy.cfg=release for classlib & BUILD_CFG=release for drlvm). > I see assert (!!! release mode!!!) dialog saying: > Debug Assertion Failed! > Program:... > File: memmove_s.c > Line:54 > Expression: dst != NULL > The "asserting" source file is > C:\Program Files (x86)\Microsoft Visual Studio 8\VC\crt\src\memmove_s.c > and the stack trace from msvc is: > msvcr80d.dll!memmove_s(void * dst=0x0, > unsigned __int64 sizeInBytes=58437632, const void * src=0x0000000002afccc0, unsigned __int64 count=1) > jitrino.dll!std::basic_string,std::allocator >::assign(...) > jitrino.dll!std::basic_string,std::allocator >::assign(...) > jitrino.dll!std::_Locinfo::_Locinfo_ctor(...) > jitrino.dll!std::_Locinfo::_Locinfo(...) > jitrino.dll!std::ctype::ctype(...) > jitrino.dll!std::use_facet >(...) > jitrino.dll!std::basic_ios >::init(...) > jitrino.dll!std::basic_ostream >::basic_ostream >(...) > jitrino.dll!std::`dynamic initializer for 'cout''(...) > msvcr80d.dll!_initterm(...) > jitrino.dll!_CRT_INIT(...) > jitrino.dll!__DllMainCRTStartup(...) > jitrino.dll!_DllMainCRTStartup(...) > Thanks > Vladimir Beliaev -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.