Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 24300 invoked from network); 30 Nov 2006 14:59:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Nov 2006 14:59:45 -0000 Received: (qmail 33602 invoked by uid 500); 30 Nov 2006 14:59:55 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 33583 invoked by uid 500); 30 Nov 2006 14:59:54 -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 33574 invoked by uid 99); 30 Nov 2006 14:59:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Nov 2006 06:59:54 -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; Thu, 30 Nov 2006 06:59:45 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6D2987142EC for ; Thu, 30 Nov 2006 06:59:22 -0800 (PST) Message-ID: <11164116.1164898762444.JavaMail.jira@brutus> Date: Thu, 30 Nov 2006 06:59:22 -0800 (PST) From: "Ivan Volosyuk (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-2228) [awt] java.awt.AccessibleAWTCheckboxMenuItemTest crashes on DRLVM interpreter 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-2228?page=comments#action_12454652 ] Ivan Volosyuk commented on HARMONY-2228: ---------------------------------------- The returned object is correct. Problem in classloader in function Method::get_num_arg_bytes() It returns 0 for method with descriptor: (Lorg/apache/harmony/awt/wtk/WindowFactory;)Ljava/awt/GraphicsEnvironment; This leads to crash. > [awt] java.awt.AccessibleAWTCheckboxMenuItemTest crashes on DRLVM interpreter > ----------------------------------------------------------------------------- > > Key: HARMONY-2228 > URL: http://issues.apache.org/jira/browse/HARMONY-2228 > Project: Harmony > Issue Type: Bug > Components: Classlib, DRLVM > Environment: SUSE9 > DRLVM release build interpreter mode > Reporter: Alexey Varlamov > Assigned To: Alexey Varlamov > > Stably observed crash, steps to reproduce: > edit harmonyvm.properties of DRLVM, add '-Xint' line; > ant -Dtest.jre.home=$drlvm/build/lnx_ia32_gcc_release/deploy/jre -Dbuild.module=awt test > [junit] SIGSEGV in VM code. > [junit] ****** STACK DUMP: ************ > [junit] java/awt/GraphicsEnvironment.getLocalGraphicsEnvironment()Ljava/awt/GraphicsEnvironment; (GraphicsEnvironment.java:40) > [junit] java/awt/GraphicsEnvironment.isHeadless()Z (GraphicsEnvironment.java:-1) > [junit] java/awt/Toolkit.checkHeadless()V (Toolkit.java:-1) > [junit] java/awt/MenuComponent.()V (MenuComponent.java:-1) > [junit] java/awt/MenuItem.(Ljava/lang/String;Ljava/awt/MenuShortcut;)V (MenuItem.java:-1) > [junit] java/awt/MenuItem.()V (MenuItem.java:-1) > [junit] java/awt/CheckboxMenuItem.()V (CheckboxMenuItem.java:-1) > [junit] java/awt/AccessibleAWTCheckboxMenuItemTest.setUp()V (AccessibleAWTCheckboxMenuItemTest.java:-1) > [junit] junit/framework/TestCase.runBare()V (TestCase.java:-1) > [junit] junit/framework/TestResult$1.protect()V (TestResult.java:-1) > [junit] junit/framework/TestResult.runProtected(Ljunit/framework/Test;Ljunit/framework/Protectable;)V (TestResult.java:-1) > [junit] junit/framework/TestResult.run(Ljunit/framework/TestCase;)V (TestResult.java:-1) > [junit] junit/framework/TestCase.run(Ljunit/framework/TestResult;)V (TestCase.java:-1) > [junit] junit/framework/TestSuite.runTest(Ljunit/framework/Test;Ljunit/framework/TestResult;)V (TestSuite.java:-1) > [junit] junit/framework/TestSuite.run(Ljunit/framework/TestResult;)V (TestSuite.java:-1) > [junit] org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.run()V (JUnitTestRunner.java:-1) > [junit] org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.launch(Lorg/apache/tools/ant/taskdefs/optional/junit/JUnitTest;ZZZZLjava/util/Properties;)I (JUnitTestRunner.java:-1) > [junit] org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.main([Ljava/lang/String;)V (JUnitTestRunner.java:-1) -- 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