Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 82519 invoked from network); 23 Nov 2006 05:42:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Nov 2006 05:42:49 -0000 Received: (qmail 85024 invoked by uid 500); 23 Nov 2006 05:42:58 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 84398 invoked by uid 500); 23 Nov 2006 05:42:56 -0000 Mailing-List: contact dev-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 dev@harmony.apache.org Received: (qmail 84389 invoked by uid 99); 23 Nov 2006 05:42:56 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Nov 2006 21:42:56 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ivavladimir@gmail.com designates 64.233.182.185 as permitted sender) Received: from [64.233.182.185] (HELO nf-out-0910.google.com) (64.233.182.185) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Nov 2006 21:42:44 -0800 Received: by nf-out-0910.google.com with SMTP id a4so801482nfc for ; Wed, 22 Nov 2006 21:42:22 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=OI5jI4ldzItw4a7uRL31J9mgBdK5O/UpU3mDrY0oWC+b7uwTG830oKjecTaL3IZwXhsIKar4UFoabzh9jel7wOPbne5rRmZ4/Lfxbs4XpaEHAIcBvBLbBJbWfXRLQmfvuIrLalQ2e04Ukv2SZp/RMcvpKlOqC/P0ODAA8rVMzZA= Received: by 10.78.149.13 with SMTP id w13mr8679810hud.1164260542377; Wed, 22 Nov 2006 21:42:22 -0800 (PST) Received: by 10.78.202.17 with HTTP; Wed, 22 Nov 2006 21:42:22 -0800 (PST) Message-ID: <7273946b0611222142k18bf7005w15ab45ab29744217@mail.gmail.com> Date: Thu, 23 Nov 2006 11:42:22 +0600 From: "Vladimir Ivanov" To: dev Subject: [classlib][drlvm][swing] test TEST-javax.swing.text.DefaultStyledDocumentRTest leads to VM crash MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3108_12593764.1164260542348" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_3108_12593764.1164260542348 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Could somebody look at the TEST-javax.swing.text.DefaultStyledDocumentRTest.xml test crash (log below)? Seems, it is intermittent failure. My configuration is SUSE 9 on 1*P4@3GHz CPU, 1Gb RAM: vivanov> uname -a Linux nstdrlxl5 2.6.5-7.191-bigsmp #1 SMP Tue Jun 28 14:58:56 UTC 2005 i686 i686 i386 GNU/Linux vivanov> Thanks, Vladimir Log: ........................ [exec] [junit] Xlib: connection to "nstdrlxl5:4.0" refused by server [exec] [junit] Xlib: No protocol specified [exec] [junit] Uncaught exception in AWT-NativeEventThread: [exec] [junit] java.lang.InternalError: Cannot open display '' [exec] [junit] at java.lang.reflect.VMReflection.newClassInstance(Native Method) [exec] [junit] at java.lang.reflect.Constructor.newInstance(Unknown Source) [exec] [junit] at java.lang.Class.newInstance(Unknown Source) [exec] [junit] at java.awt.Toolkit.createWTK(Toolkit.java:985) [exec] [junit] at java.awt.Toolkit.access$1(Toolkit.java) [exec] [junit] at java.awt.Toolkit$1.init(Toolkit.java) [exec] [junit] at org.apache.harmony.awt.wtk.NativeEventThread.run (NativeEventThread.java:45) [exec] [junit] Uncaught exception in AWT-EventDispatchThread: [exec] [junit] java.lang.NullPointerException [exec] [junit] at java.awt.Toolkit.getNativeEventQueue( Toolkit.java) [exec] [junit] at java.awt.EventDispatchThread.run( EventDispatchThread.java) [exec] [junit] java: /export/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/class_support/C_Interface.cpp:2288: void vm_gc_lock_enum(): Assertion `hythread_is_suspend_enabled()' failed. [exec] [junit] SIGABRT in VM code. [exec] [junit] Stack trace: [exec] [junit] 1: ?? (??:-1) [exec] [junit] 2: abort (??:-1) [exec] [junit] 3: __assert_fail (??:-1) [exec] [junit] 4: vm_gc_lock_enum (/export/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/class_support/C_Interface.cpp:2288) [exec] [junit] 5: gc_alloc (/export/viv/trunk/cc/projects/drlvm/trunk/vm/gc_cc/src/gc_for_vm.cpp:231) [exec] [junit] 6: vm_alloc_and_report_ti(unsigned int, unsigned int, void*, Class*) (/export/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_event.cpp:1208) [exec] [junit] 7: string_create (/export/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/util/vm_strings.cpp:247) [exec] [junit] 8: string_create_from_utf8(char const*, unsigned int) (/export/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/util/vm_strings.cpp:295) [exec] [junit] 9: prepare_exc_creating (/export/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/exception/exceptions_impl.cpp:132) [exec] [junit] 10: prepare_exc_creating (/export/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/exception/exceptions_impl.cpp:162) [exec] [junit] 11: exn_throw_by_class_internal(Class*, char const*, _jobject*) (/export/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/exception/exceptions_impl.cpp:308) [exec] [junit] 12: exn_rethrow() (/export/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/exception/exceptions.cpp:358) [exec] [junit] [exec] [junit] Running javax.swing.text.DefaultStyledDocumentTest [exec] [junit] Test javax.swing.text.DefaultStyledDocumentRTestFAILED [exec] [junit] Xlib: connection to "nstdrlxl5:4.0" refused by server [exec] [junit] Xlib: No protocol specified [exec] [junit] Uncaught exception in AWT-NativeEventThread: [exec] [junit] java.lang.InternalError: Cannot open display '' [exec] [junit] at java.lang.reflect.VMReflection.newClassInstance(Native Method) [exec] [junit] at java.lang.reflect.Constructor.newInstance(Unknown Source) [exec] [junit] at java.lang.Class.newInstance(Unknown Source) [exec] [junit] at java.awt.Toolkit.createWTK(Toolkit.java:985) [exec] [junit] at java.awt.Toolkit.access$1(Toolkit.java) [exec] [junit] at java.awt.Toolkit$1.init(Toolkit.java) [exec] [junit] at org.apache.harmony.awt.wtk.NativeEventThread.run (NativeEventThread.java:45) [exec] [junit] Uncaught exception in AWT-EventDispatchThread: [exec] [junit] java.lang.NullPointerException [exec] [junit] at java.awt.Toolkit.getNativeEventQueue( Toolkit.java) [exec] [junit] at java.awt.EventDispatchThread.run( EventDispatchThread.java) [exec] [junit] java: /export/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/class_support/C_Interface.cpp:2288: void vm_gc_lock_enum(): Assertion `hythread_is_suspend_enabled()' failed. [exec] [junit] SIGABRT in VM code. [exec] [junit] Stack trace: [exec] [junit] 1: ?? (??:-1) [exec] [junit] 2: abort (??:-1) [exec] [junit] 3: __assert_fail (??:-1) [exec] [junit] 4: vm_gc_lock_enum (/export/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/class_support/C_Interface.cpp:2288) [exec] [junit] 5: gc_alloc (/export/viv/trunk/cc/projects/drlvm/trunk/vm/gc_cc/src/gc_for_vm.cpp:231) [exec] [junit] 6: vm_alloc_and_report_ti(unsigned int, unsigned int, void*, Class*) (/export/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_event.cpp:1208) [exec] [junit] 7: string_create (/export/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/util/vm_strings.cpp:247) [exec] [junit] 8: string_create_from_utf8(char const*, unsigned int) (/export/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/util/vm_strings.cpp:295) [exec] [junit] 9: prepare_exc_creating (/export/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/exception/exceptions_impl.cpp:132) [exec] [junit] 10: prepare_exc_creating (/export/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/exception/exceptions_impl.cpp:162) [exec] [junit] 11: exn_throw_by_class_internal(Class*, char const*, _jobject*) (/export/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/exception/exceptions_impl.cpp:308) [exec] [junit] 12: exn_rethrow() (/export/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/exception/exceptions.cpp:358) [exec] [junit] [exec] [junit] Running javax.swing.text.DefaultStyledDocument_AttributeUndoableEditTest [exec] [junit] Test javax.swing.text.DefaultStyledDocumentTestFAILED [exec] [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.486 sec ------=_Part_3108_12593764.1164260542348--