Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 92776 invoked from network); 29 May 2007 06:40:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 May 2007 06:40:39 -0000 Received: (qmail 33304 invoked by uid 500); 29 May 2007 06:40:43 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 33203 invoked by uid 500); 29 May 2007 06:40:43 -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 33194 invoked by uid 99); 29 May 2007 06:40:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 May 2007 23:40:43 -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, 28 May 2007 23:40:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C270D714163 for ; Mon, 28 May 2007 23:40:15 -0700 (PDT) Message-ID: <2840432.1180420815793.JavaMail.jira@brutus> Date: Mon, 28 May 2007 23:40:15 -0700 (PDT) From: "Alexey Varlamov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-3868) [drlvm][jit] Jitrino crashes on SPECjAppServer2004-1.08 (debug mode) with server.emconf In-Reply-To: <1663216.1179220036352.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-3868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499695 ] Alexey Varlamov commented on HARMONY-3868: ------------------------------------------ Applied the patch at r542427 > [drlvm][jit] Jitrino crashes on SPECjAppServer2004-1.08 (debug mode) with server.emconf > --------------------------------------------------------------------------------------- > > Key: HARMONY-3868 > URL: https://issues.apache.org/jira/browse/HARMONY-3868 > Project: Harmony > Issue Type: Bug > Components: App-Oriented Bug Reports, DRLVM > Environment: win32 > Reporter: Igor V. Stolyarov > Assignee: Alexey Varlamov > Attachments: ora.fix > > > This bug reproducing on SPECjAppServer2004 when DRLVM starting with server.emconf > SPECjAppServer2004 configuration: > SUT > JBOSS 4.0.5.GA on Woodcreast 2.66Ghz, 3Gb RAM, 4 cores, 2 chips, 2 cores/chip Windows Server 2003 > Oracle Data Base server 10.2 Itanium-2 1.6Ghz, 16Gb RAM, 4 cores, 4 chips, 1 core/chip Red Hat Enterprise Linux AS release 3 > Driver & Emulator > Tulsa 3.2Ghz, 8Gb RAM, 8 cores, 4 chips, 2 cores/chip SUSE LINUX Enterprise Server 9 (x86_64) > txRate = 25 > Through several min after Driver starts VM crashes > Ivestigation of this issue shows VM crashes in jitrino!Jitrino::alloc_arena > jitrino!Jitrino::alloc_arena: > 012a1000 56 push esi > 012a1001 8b74240c mov esi,[esp+0xc] > 012a1005 83c603 add esi,0x3 > 012a1008 83e6fc and esi,0xfffffffc > 012a100b 8d460c lea eax,[esi+0xc] > 012a100e 50 push eax > 012a100f e861c71200 call jitrino!malloc (013cd775) > 012a1014 8b4c240c mov ecx,[esp+0xc] > 012a1018 8908 mov [eax],ecx ds:0023:00000000=???????? > 012a101a 8d4c300c lea ecx,[eax+esi+0xc] > 012a101e 83c404 add esp,0x4 > 012a1021 8d500c lea edx,[eax+0xc] > 012a1024 895004 mov [eax+0x4],edx > 012a1027 894808 mov [eax+0x8],ecx > 012a102a 5e pop esi > 012a102b c3 ret > 012a102c cc int 3 > 012a102d cc int 3 > 012a102e cc int 3 > 012a102f cc int 3 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.