Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 56844 invoked from network); 17 Oct 2006 08:54:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Oct 2006 08:54:35 -0000 Received: (qmail 58116 invoked by uid 500); 17 Oct 2006 08:54:34 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 58016 invoked by uid 500); 17 Oct 2006 08:54:34 -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 58005 invoked by uid 99); 17 Oct 2006 08:54:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Oct 2006 01:54:34 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Oct 2006 01:54:33 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 155B57142E1 for ; Tue, 17 Oct 2006 01:53:38 -0700 (PDT) Message-ID: <3618192.1161075218084.JavaMail.jira@brutus> Date: Tue, 17 Oct 2006 01:53:38 -0700 (PDT) From: "Sergey Soldatov (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Commented: (HARMONY-1823) [drlvm][unit] VM throws RuntimeException in AWT-EventDispatchThread In-Reply-To: <25002171.1160565500573.JavaMail.root@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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HARMONY-1823?page=comments#action_12442840 ] Sergey Soldatov commented on HARMONY-1823: ------------------------------------------ Well, it was a bit different problem, so my troubles are not related to this issue. > [drlvm][unit] VM throws RuntimeException in AWT-EventDispatchThread > ------------------------------------------------------------------- > > Key: HARMONY-1823 > URL: http://issues.apache.org/jira/browse/HARMONY-1823 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Maxim Makarov > Assigned To: Geir Magnusson Jr > Attachments: interrupt_fix.patch, SingleInterruptTest.java > > > Problems: > VM throws RuntimeException in AWT-EventDispatchThread with JET and OPT on all platforms > Code for reproducing: > import java.awt.*; > public class Test { > public static void main(String argv[]) { > new TestA().testTest(); > } > public void testTest() { > new ScrollPane(); > new Button(); > } > } > Output on Harmony: > Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable. > java version "1.5.0" > pre-alpha : not complete or compatible > svn = r454551, (Oct 11 2006), Windows/ia32/msvc 1310, release build > http://incubator.apache.org/harmony > java.lang.RuntimeException: Shutdown thread was interrupted while stopping > at org.apache.harmony.awt.wtk.ShutdownThread.shutdown(ShutdownThread.java:72) > at org.apache.harmony.awt.wtk.ShutdownWatchdog.shutdown(ShutdownWatchdog.java:81) > at org.apache.harmony.awt.wtk.ShutdownWatchdog.checkShutdown(ShutdownWatchdog.java:61) > at org.apache.harmony.awt.wtk.ShutdownWatchdog.setAwtQueueEmpty(ShutdownWatchdog.java:42) > at java.awt.EventDispatchThread.runModalLoop(EventDispatchThread.java:82) > at java.awt.EventDispatchThread.run(EventDispatchThread.java:45) > Uncaught exception in AWT-EventDispatchThread: > java.lang.RuntimeException: Shutdown thread was interrupted while stopping > at org.apache.harmony.awt.wtk.ShutdownThread.shutdown(ShutdownThread.java:72) > at org.apache.harmony.awt.wtk.ShutdownWatchdog.shutdown(ShutdownWatchdog.java:81) > at org.apache.harmony.awt.wtk.ShutdownWatchdog.forceShutdown(ShutdownWatchdog.java:52) > at java.awt.EventDispatchThread.run(EventDispatchThread.java:53) -- 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