Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jan 1998 09:43:35 -0500
From:      "Patrick Murphy" <murphyp1@pilot.msu.edu>
To:        <dap@damon.com>
Cc:        <freebsd-java@FreeBSD.ORG>
Subject:   Appletviewer Crash
Message-ID:  <199801271443.JAA47826@pilot010.cl.msu.edu>

next in thread | raw e-mail | index | archive | help
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.<init>(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.<init>(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: <unowned>
	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)
    <unknown key> (0x93fdefc): <unowned>
	Waiting to be notified:
	    "Async Garbage Collector" (0x93fdefc)
    sun.applet.AppletViewerPanel@8626CA8/8690D70: <unowned>
	Waiting to be notified:
	    "thread applet-TicTacToe.class" (0x943fefc)
Registered Monitor Dump:
    Thread queue lock: <unowned>
    Name and type hash table lock: <unowned>
    String intern lock: <unowned>
    JNI pinning lock: <unowned>
    JNI global reference lock: <unowned>
    BinClass lock: <unowned>
    Class loading lock: <unowned>
    Java stack lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Has finalization queue lock: <unowned>
    Finalize me queue lock: <unowned>
	Waiting to be notified:
	    "Finalizer thread" (0x941eefc)
    Monitor IO lock: <unowned>
    Child death monitor: <unowned>
    Event monitor: <unowned>
    I/O monitor: <unowned>
    Alarm monitor: <unowned>
	Waiting to be notified:
	    "Clock" (0x93bbefc)
    _malloc: <unowned>
    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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801271443.JAA47826>