From owner-freebsd-java Tue Jan 27 06:43:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA25716 for java-outgoing; Tue, 27 Jan 1998 06:43:46 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from pilot010.cl.msu.edu (pilot010.cl.msu.edu [35.9.5.110]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA25697 for ; Tue, 27 Jan 1998 06:43:44 -0800 (PST) (envelope-from murphyp1@pilot.msu.edu) Received: from murphyp1 (murphyp1.ais.msu.edu [35.8.112.253]) by pilot010.cl.msu.edu (8.7.5/MSU-2.10) id JAA47826; Tue, 27 Jan 1998 09:43:35 -0500 Message-Id: <199801271443.JAA47826@pilot010.cl.msu.edu> From: "Patrick Murphy" To: Cc: Subject: Appletviewer Crash Date: Tue, 27 Jan 1998 09:43:35 -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 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Trying to run the demo applets fail when starting them via a remote x-server. They seem to run locally just fine. The message dump below is from a attempt to run the TicTacToe demo remotely: SIGSEGV 11* segmentation violation Full thread dump: "AWT-Motif" (TID:0x8627f58, sys_thread_t:0x94feefc, state:CW) prio=5 java.lang.Thread.run(Thread.java) "AWT-Input" (TID:0x8627f78, sys_thread_t:0x94ddefc, state:MW) prio=5 "AWT-EventQueue-0" (TID:0x8627f90, sys_thread_t:0x94bcefc, state:CW) prio=5 java.lang.Object.wait(Object.java) java.awt.EventQueue.getNextEvent(EventQueue.java:119) java.awt.EventDispatchThread.run(EventDispatchThread.java:55) "thread applet-TicTacToe.class" (TID:0x8627228, sys_thread_t:0x943fefc, state:CW) prio=4 java.lang.Object.wait(Object.java) sun.applet.AppletPanel.getNextEvent(AppletPanel.java:220) sun.applet.AppletPanel.run(AppletPanel.java:244) java.lang.Thread.run(Thread.java) "Finalizer thread" (TID:0x861dc48, sys_thread_t:0x941eefc, state:CW) prio=1 "Async Garbage Collector" (TID:0x861dc90, sys_thread_t:0x93fdefc, state:CW) prio=1 "Idle thread" (TID:0x861da08, sys_thread_t:0x93dcefc, state:R) prio=0 "Clock" (TID:0x861a088, sys_thread_t:0x93bbefc, state:CW) prio=12 "main" (TID:0x861a0b0, sys_thread_t:0x9c00, state:R) prio=5 *current thread* sun.awt.motif.MFramePeer.(MFramePeer.java:76) sun.awt.motif.MToolkit.createFrame(MToolkit.java:123) java.awt.Frame.addNotify(Frame.java:201) java.awt.Window.pack(Window.java:122) sun.applet.AppletViewer.(AppletViewer.java:202) sun.applet.StdAppletViewerFactory.createAppletViewer(AppletViewer.java:87) sun.applet.AppletViewer.parse(AppletViewer.java:938) sun.applet.AppletViewer.parse(AppletViewer.java:904) sun.applet.AppletViewer.main(AppletViewer.java:1081) Monitor Cache Dump: java.awt.EventQueue@8627D28/86945F0: Waiting to be notified: "AWT-EventQueue-0" (0x94bcefc) sun.awt.motif.MToolkit@8627D58/86941C0: owner "main" (0x9c00, 1 entry) Waiting to enter: "AWT-Input" (0x94ddefc) Waiting to be notified: "AWT-Motif" (0x94feefc) (0x93fdefc): Waiting to be notified: "Async Garbage Collector" (0x93fdefc) sun.applet.AppletViewerPanel@8626CA8/8690D70: Waiting to be notified: "thread applet-TicTacToe.class" (0x943fefc) Registered Monitor Dump: Thread queue lock: 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" (0x941eefc) Monitor IO lock: Child death monitor: Event monitor: I/O monitor: Alarm monitor: Waiting to be notified: "Clock" (0x93bbefc) _malloc: Monitor registry: owner "main" (0x9c00, 1 entry) Thread Alarm Q: sys_thread_t 0x93fdefc [Timeout in 861 ms] Abort trap - core dumped I have a java.core file if you are interested in it.