Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 36896 invoked from network); 1 Nov 2006 15:21:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2006 15:21:54 -0000 Received: (qmail 83540 invoked by uid 500); 1 Nov 2006 15:21:55 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 83516 invoked by uid 500); 1 Nov 2006 15:21:55 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 83501 invoked by uid 99); 1 Nov 2006 15:21:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 07:21:55 -0800 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; Wed, 01 Nov 2006 07:21:43 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4CA877142EF for ; Wed, 1 Nov 2006 07:21:23 -0800 (PST) Message-ID: <25467820.1162394483311.JavaMail.root@brutus> Date: Wed, 1 Nov 2006 07:21:23 -0800 (PST) From: "Tim Ellison (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Closed: (HARMONY-1627) [classlib][awt] CaffeineMark 3.0 sometimes fails with NPE on Dialog benchmark In-Reply-To: <3240874.1159441970107.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 [ http://issues.apache.org/jira/browse/HARMONY-1627?page=all ] Tim Ellison closed HARMONY-1627. -------------------------------- Verified by Dmitry. > [classlib][awt] CaffeineMark 3.0 sometimes fails with NPE on Dialog benchmark > ----------------------------------------------------------------------------- > > Key: HARMONY-1627 > URL: http://issues.apache.org/jira/browse/HARMONY-1627 > Project: Harmony > Issue Type: Bug > Components: App-Oriented Bug Reports > Reporter: Dmitry A. Durnev > Assigned To: Tim Ellison > Attachments: H1627-fix.patch > > > Start CaffeineMark 3.0, choose "Run all tests locally" from the "Test" menu. Dialog benchmark runs for a while & then throws NPE with the following stack trace: > java.lang.NullPointerException > at java.lang.NullPointerException.(NullPointerException.java:32) > at java.lang.String.(String.java) > at javax.swing.text.Segment.toString(Segment.java:144) > at org.apache.harmony.awt.text.TextUtils.getTabbedTextEnd(TextUtils.java) > at org.apache.harmony.awt.text.TextUtils.getTabbedTextWidth(TextUtils.java:202) > at javax.swing.text.FieldView.getPreferredSpan(FieldView.java:68) > at javax.swing.text.PasswordView.getPreferredSpan(PasswordView.java:71) > at org.apache.harmony.awt.text.TextUtils.getFieldViewAllocation(TextUtils.java) > at javax.swing.text.FieldView.adjustAllocation(FieldView.java:39) > at javax.swing.text.FieldView.paint(FieldView.java:106) > at javax.swing.text.RootView.paint(RootView.java:210) > at java.awt.TextComponent.prepaint(TextComponent.java:1047) > at java.awt.Component.initGraphics(Component.java:3903) > at java.awt.Component.processPaintEvent(Component.java:3881) > at java.awt.Component.dispatchEvent(Component.java:3680) > at java.awt.EventQueueCore.dispatchEventImpl(EventQueueCore.java:138) > at java.awt.EventQueue.dispatchEvent(EventQueue.java:143) > at java.awt.EventDispatchThread.runModalLoop(EventDispatchThread.java:74) > at java.awt.EventDispatchThread.run(EventDispatchThread.java:47) > at java.lang.Thread.runImpl(Unknown Source) > The bug is not 100% reproducible, usually it shows up after 3-5 repeated runs of all tests. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira