Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 69729 invoked from network); 22 Oct 2007 22:05:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Oct 2007 22:05:53 -0000 Received: (qmail 29834 invoked by uid 500); 22 Oct 2007 22:05:41 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 29745 invoked by uid 500); 22 Oct 2007 22:05:40 -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 29736 invoked by uid 99); 22 Oct 2007 22:05:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2007 15:05:40 -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, 22 Oct 2007 22:05:42 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 787D2714159 for ; Mon, 22 Oct 2007 15:04:50 -0700 (PDT) Message-ID: <33168461.1193090690902.JavaMail.jira@brutus> Date: Mon, 22 Oct 2007 15:04:50 -0700 (PDT) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-4978) [drlvm][build][EUT] Eclipse3.3 crashes on SLES10 x86 In-Reply-To: <31336629.1192798670579.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-4978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Shimansky updated HARMONY-4978: --------------------------------------- Attachment: patch.patch This is a suggested patch mostly based on windows export lists by the libraries. I didn't tough GC libraries yet. Patch undergoes testing. I would urge component owners to look at the export table by vmcode to check that all of the functions are actually required to be exported. > [drlvm][build][EUT] Eclipse3.3 crashes on SLES10 x86 > ---------------------------------------------------- > > Key: HARMONY-4978 > URL: https://issues.apache.org/jira/browse/HARMONY-4978 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: Linux (SLES10) x86 > Reporter: Vladimir Beliaev > Assignee: Gregory Shimansky > Priority: Blocker > Attachments: patch.patch > > > Recent CC-based automated testing shows 4.45% pass rate for EUT3.3 on Linux x86: > http://people.apache.org/~smishura/r585787/Linux_x86/eut33/ > This was caused by moving CC from SLES9 to SLES10 and EUT3.3 start crashing on new OS. > I've double checked the crash - it turned out that I can't just start Eclipsse3.3 on SLES10 x86. > To reproduce: > 1. download eclipse-SDK-3.3-linux-gtk.tar.gz from http://download.eclipse.org/eclipse/downloads/drops/R-3.3-200706251500 > 2. unpack it, enter resulted 'eclipse' directory > 3. run the command: > time java -showversion -jar plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar -data ./workspace > You'll get the stack dump of about 105-109 frames with the top like: > SIGSEGV in VM code. > Stack trace: > 0: little2_nameLength (xmltok.c:-1) > 1: MOZ_XML_GetBuffer (??:-1) > 2: MOZ_XML_GetBuffer (??:-1) > Could someone take a look? Moving to new platform (SLES9->SLES10) causes "regression" since M3 to be fixed... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.