Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 29848 invoked from network); 19 Mar 2007 15:43: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:43:53 -0000 Received: (qmail 93400 invoked by uid 500); 19 Mar 2007 15:44:01 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 93382 invoked by uid 500); 19 Mar 2007 15:44: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 93373 invoked by uid 99); 19 Mar 2007 15:44: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:44:00 -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:43:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5F1DC714071 for ; Mon, 19 Mar 2007 08:43:32 -0700 (PDT) Message-ID: <10665021.1174319012386.JavaMail.jira@brutus> Date: Mon, 19 Mar 2007 08:43:32 -0700 (PDT) From: "Pavel Pervov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3395) [drlvm][winx64][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 ] Pavel Pervov updated HARMONY-3395: ---------------------------------- Attachment: H3395.patch The patch makes jitrino build with release runtime. > [drlvm][winx64][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 > 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.