Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 23577 invoked from network); 18 Dec 2007 20:19:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Dec 2007 20:19:06 -0000 Received: (qmail 22357 invoked by uid 500); 18 Dec 2007 20:18:55 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 22332 invoked by uid 500); 18 Dec 2007 20:18:55 -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 22323 invoked by uid 99); 18 Dec 2007 20:18:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Dec 2007 12:18:55 -0800 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, 18 Dec 2007 20:18:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 03BCF71428E for ; Tue, 18 Dec 2007 12:18:43 -0800 (PST) Message-ID: <8921451.1198009123005.JavaMail.jira@brutus> Date: Tue, 18 Dec 2007 12:18:43 -0800 (PST) From: "Pavel Afremov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-5309) [EUT] 274 NPE in checkAndTagAsMalformed on Linux x86_64 In-Reply-To: <11819731.1197557743062.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-5309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Afremov updated HARMONY-5309: ----------------------------------- Attachment: SwitchTest.java I've created test-reproducer. You can find it in attachment. > [EUT] 274 NPE in checkAndTagAsMalformed on Linux x86_64 > ------------------------------------------------------- > > Key: HARMONY-5309 > URL: https://issues.apache.org/jira/browse/HARMONY-5309 > Project: Harmony > Issue Type: Bug > Components: App-Oriented Bug Reports > Environment: Linux / x86_64 > Reporter: Vladimir Beliaev > Attachments: SwitchTest.java > > > 274 tests from EUT suites failed with NPE in the same method on Linux x86_64: > java.lang.NullPointerException > at org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator.checkAndTagAsMalformed(ASTSyntaxErrorPropagator.java:34) > at org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator.visit(ASTSyntaxErrorPropagator.java:117) > at org.eclipse.jdt.core.dom.CompilationUnit.accept0(CompilationUnit.java:208) > > This is not a regressions, still a sensetive difference of EUT behaviour on Linux x86_64 from x86 platforms, so it better be fixed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.