From owner-freebsd-java Wed Feb 11 11:55:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA05723 for java-outgoing; Wed, 11 Feb 1998 11:55:49 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from pilot001.cl.msu.edu (pilot001.cl.msu.edu [35.9.5.101]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA05476 for ; Wed, 11 Feb 1998 11:54:41 -0800 (PST) (envelope-from murphyp1@pilot.msu.edu) Received: from murphyp1 (murphyp1.ais.msu.edu [35.8.112.253]) by pilot001.cl.msu.edu (8.7.5/MSU-2.10) id OAA48084; Wed, 11 Feb 1998 14:54:36 -0500 Message-Id: <199802111954.OAA48084@pilot001.cl.msu.edu> From: "Patrick Murphy" To: "FreeBSD Java Mail List" Subject: Problem in latest release Date: Wed, 11 Feb 1998 14:54:36 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Importance: Normal Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I just installed the latest version of java marked "jdk1.1.5-FreeBSD:1998/02/08". I was able to run the CaffeineMark 3.0 test against the prior release without a problem. Against this release from a remote x server I am getting the following abort in 5 out of 6 runs: assertion "mid->pendingq == SYS_MID_NULL" failed: file "../../../../src/freebsd/java/green_threads/src/signals.c", line 444 SIGABRT 6* abort (generated by abort(3) routine) Full thread dump: "Thread-6" (TID:0x8611918, sys_thread_t:0x9490efc, state:MW) prio=5 CaffeineMarkFrame.drawTestResult(CaffeineMarkFrame.java) CaffeineMarkFrame.paint(CaffeineMarkFrame.java) CaffeineMarkFrame.status(CaffeineMarkFrame.java) CaffeineMarkBenchmark.run(CaffeineMarkBenchmark.java) "AWT-Finalizer" (TID:0x86113c0, sys_thread_t:0x94d2efc, state:CW) prio=9 java.lang.Object.wait(Object.java) sun.awt.AWTFinalizer.run(AWTFinalizer.java:48) "Screen Updater" (TID:0x8610b38, sys_thread_t:0x94b1efc, state:CW) prio=4 java.lang.Object.wait(Object.java) sun.awt.ScreenUpdater.nextEntry(ScreenUpdater.java:78) sun.awt.ScreenUpdater.run(ScreenUpdater.java:98) "AWT-Motif" (TID:0x860d1b0, sys_thread_t:0x946fefc, state:CW) prio=5 java.lang.Thread.run(Thread.java) "AWT-Input" (TID:0x860d1d0, sys_thread_t:0x944eefc, state:CW) prio=5 "AWT-EventQueue-0" (TID:0x860d1e8, sys_thread_t:0x942defc, state:R) prio=5 *current thread* sun.awt.motif.X11Graphics.setFont(X11Graphics.java:125) CaffeineMarkFrame.drawTestResult(CaffeineMarkFrame.java) CaffeineMarkFrame.paint(CaffeineMarkFrame.java) java.awt.Component.dispatchEventImpl(Component.java:1723) java.awt.Container.dispatchEventImpl(Container.java:939) java.awt.Window.dispatchEventImpl(Window.java:443) java.awt.Component.dispatchEvent(Component.java:1704) java.awt.EventDispatchThread.run(EventDispatchThread.java:63) "Finalizer thread" (TID:0x860bc50, sys_thread_t:0x940cefc, state:CW) prio=1 "Async Garbage Collector" (TID:0x860bc98, sys_thread_t:0x93ebefc, state:CW) prio=1 "Idle thread" (TID:0x860bb88, sys_thread_t:0x93caefc, state:R) prio=0 "Clock" (TID:0x8608088, sys_thread_t:0x93a9efc, state:CW) prio=12 "main" (TID:0x86080b0, sys_thread_t:0xf3c00, state:CW) prio=5 Monitor Cache Dump: sun.awt.AWTFinalizer@86113C0/8662C20: Waiting to be notified: "AWT-Finalizer" (0x94d2efc) sun.awt.motif.MToolkit@860D268/8664C68: owner "AWT-EventQueue-0" (0x942defc, 1 entry) Waiting to enter: "Thread-6" (0x9490efc) Waiting to be notified: "AWT-Motif" (0x946fefc) (0x93ebefc): Waiting to be notified: "Async Garbage Collector" (0x93ebefc) sun.awt.ScreenUpdater@8610B38/869B5A8: Waiting to be notified: "Screen Updater" (0x94b1efc) Registered Monitor Dump: Thread queue lock: Waiting to be notified: "main" (0xf3c00) Name and type hash table lock: String intern lock: JNI pinning lock: JNI global reference lock: BinClass lock: Class loading lock: Java stack lock: Code rewrite lock: Heap lock: Has finalization queue lock: Finalize me queue lock: Waiting to be notified: "Finalizer thread" (0x940cefc) Monitor IO lock: Child death monitor: Event monitor: I/O monitor: Waiting to be notified: "AWT-Input" (0x944eefc) Alarm monitor: Waiting to be notified: "Clock" (0x93a9efc) _malloc: Monitor registry: owner "AWT-EventQueue-0" (0x942defc, 1 entry) Thread Alarm Q: sys_thread_t 0x946fefc [Timeout in 10 ms] sys_thread_t 0x944eefc [Timeout in 158 ms] sys_thread_t 0x93ebefc [Timeout in 367 ms] This abort does not seem to be happening on a local x server. I do have a java.core file from the abort if it would help. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe java" in the body of the message