---------- Forwarded message ----------

I'm trying to run a program that's using swing apps(on JDK 1.2 beta).  The
program comiles ok but when I try to run it I get the following:


SIGSEGV   11*  segmentation violation
    si_signo [11]: SIGSEGV   11*  segmentation violation
    si_errno [0]: Error 0
    si_code [1]: SEGV_MAPERR [addr: 0xeaa4fff8]

        stackpointer=EAC9F838

Full thread dump:
    "Screen Updater" (TID:0xebcab100, sys_thread_t:0x4e2b90, state:MW)
prio=6
        at sun.awt.motif.MComponentPeer.pTriggerRepaint(Native Method)
        at sun.awt.motif.MComponentPeer.updateClient(Compiled Code)
        at sun.awt.ScreenUpdater.run(Compiled Code)
    "AWT-Finalizer" (TID:0xebcb8988, sys_thread_t:0x4d86b8, state:CW)
prio=9
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Compiled Code)
        at sun.awt.AWTFinalizer.run(Compiled Code)
    "TimerQueue" (TID:0xebcb0048, sys_thread_t:0x411050, state:CW) prio=5
        at java.lang.Object.wait(Native Method)
        at com.sun.java.swing.TimerQueue.run(Compiled Code)
        at java.lang.Thread.run(Compiled Code)
    "AWT-Motif" (TID:0xebcb9290, sys_thread_t:0x268008, state:MW) prio=5
        at sun.awt.motif.MToolkit.run(Native Method)
        at java.lang.Thread.run(Compiled Code)
    "AWT-Input" (TID:0xebcb9520, sys_thread_t:0x2659d8, state:CW) prio=5
        at java.lang.Object.wait(Native Method)
        at sun.awt.motif.InputThread.run(Native Method)
    "AWT-EventQueue-0" (TID:0xebcb9360, sys_thread_t:0x24c158, state:R)
prio=6 *
current thread*
        at sun.awt.motif.X11Graphics.X11LockViewResources(Native Method)
        at sun.awt.motif.X11Graphics.lock(Compiled Code)
        at sun.java2d.loops.LockableRaster.lock2D(Compiled Code)
        at sun.java2d.loops.LockableRaster.<init>(Compiled Code)
        at sun.java2d.loops.RasterOutputManager.renderImage(Compiled Code)
        at sun.java2d.SunGraphics2D.renderingPipeImage(Compiled Code)
        at sun.java2d.SunGraphics2D.drawImage(Compiled Code)
 at sun.awt.motif.X11Graphics.drawImage(Compiled Code)
        at com.sun.java.swing.SwingGraphics2D.drawImage(Compiled Code)
        at com.sun.java.swing.JComponent.paint(Compiled Code)
        at java.awt.Container.paint(Compiled Code)
        at sun.awt.motif.MComponentPeer.handleEvent(Compiled Code)
        at java.awt.Component.dispatchEventImpl(Compiled Code)
        at java.awt.Container.dispatchEventImpl(Compiled Code)
        at java.awt.Window.dispatchEventImpl(Compiled Code)
        at java.awt.Component.dispatchEvent(Compiled Code)
        at java.awt.EventQueue.dispatchEvent(Compiled Code)
        at java.awt.EventDispatchThread.run(Compiled Code)
    "Finalizer" (TID:0xebc993a0, sys_thread_t:0x64d08, state:CW) prio=8
        at java.lang.Object.wait(Native Method)
        at java.lang.ref.ReferenceQueue.remove(Compiled Code)
        at java.lang.ref.ReferenceQueue.remove(Compiled Code)
        at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:128)
    "Reference Handler" (TID:0xebc99430, sys_thread_t:0x36ad0, state:CW)
prio=10
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Compiled Code)
 at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:209)
    "Signal dispatcher" (TID:0xebc992e8, sys_thread_t:0x36e38, state:CW)
prio=10
    "Thread-0" (TID:0xebcb1158, sys_thread_t:0x293d8, state:CW) prio=5
Monitor Cache Dump:
    sun.awt.motif.MToolkit@EBCB91B8/EBD33A90: owner "AWT-EventQueue-0"
(0x24c158
, 1 entry)
        Waiting to enter:
            "Screen Updater" (0x4e2b90)
            "AWT-Motif" (0x268008)
        Waiting to be notified:
            "AWT-Input" (0x2659d8)
Registered Monitor Dump:
    PCMap lock: <unowned>
    utf8 hash table: <unowned>
    JNI pinning lock: <unowned>
    JNI global reference lock: <unowned>
    BinClass lock: <unowned>
    Class linking lock: <unowned>
    System class loader lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Dynamic loading lock: <unowned>
    Monitor IO lock: <unowned>
    User signal monitor: <unowned>
        Waiting to be notified:
            "Signal dispatcher" (0x36e38)
    Child death monitor: <unowned>
    I/O monitor: <unowned>
    Alarm monitor: <unowned>
        Waiting to be notified:
        Internal clock thread (ef7a0c38)
    Thread queue lock: <unowned>
        Waiting to be notified:
            "Thread-0" (0x293d8)
    Monitor registry: owner "AWT-EventQueue-0" (0x24c158, 1 entry)
Segmentation Fault

Any help on what the problem is would be much appreciated,

cheers.......


kathy


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to