This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 2094 - Clipboard Deadlock
Summary: Clipboard Deadlock
Status: CLOSED WORKSFORME
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All Other
: P2 normal (vote)
Assignee: Milan Kubec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-06-07 21:28 UTC by Milan Kubec
Modified: 2003-07-02 16:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 1999-06-07 21:28:56 UTC
Thread Dump:

Full thread dump Classic VM (Linux_JDK_1.2_pre-release-v2, green threads):
    "Compilation" (TID:0x41ae24e0, sys_thread_t:0x8ec5db0, state:CW) prio=2
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:424)
        at com.netbeans.developer.impl.compiler.CompilationEngineImpl$CompilerThread.nextJobAndTask(CompilationEngineImpl.java:148)        at com.netbeans.developer.impl.compiler.CompilationEngineImpl
$CompilerThread.run(CompilationEngineImpl.java:164)
    "ThreadedServer" (TID:0x41ae4ec0, sys_thread_t:0x8e1f2a0, state:CW) prio=5
        at java.net.PlainSocketImpl.socketAccept(Native Method)
        at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
        at java.net.ServerSocket.implAccept(ServerSocket.java:241)
        at java.net.ServerSocket.accept(ServerSocket.java:224)
        at com.mortbay.Util.ThreadedServer.run(ThreadedServer.java:262)
        at java.lang.Thread.run(Thread.java:479)
    "TimerQueue" (TID:0x41ab59e0, sys_thread_t:0x8c629b0, state:R) prio=5

        at java.lang.Object.wait(Native Method)
        at javax.swing.TimerQueue.postExpiredTimers(TimerQueue.java:190)
        at javax.swing.TimerQueue.run(TimerQueue.java:203)
        at java.lang.Thread.run(Thread.java:479)
    "NetBeans Request Processor-0" (TID:0x41b30098, sys_thread_t:0x838e7a0, state:CW) prio=1
        at java.lang.Object.wait(Native Method)
        at com.netbeans.ide.util.RequestProcessor$ProcessorThread.run(RequestProcessor.java:346)    "AWT-Finalizer" (TID:0x41b32448, sys_thread_t:0x8386708, state:CW) prio=9        at java.lang.Object
.wait(Native Method)
        at java.lang.Object.wait(Object.java:424)
        at sun.awt.AWTFinalizer.run(AWTFinalizer.java:46)
    "Screen Updater" (TID:0x41b27ae0, sys_thread_t:0x8646f10, state:CW) prio=4
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:424)
        at sun.awt.ScreenUpdater.nextEntry(Sc
Comment 1 Quality Engineering 2003-07-02 15:56:49 UTC
Resolved for 3.4.x or earlier, no new info since then -> verify.
Comment 2 Quality Engineering 2003-07-02 16:03:28 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.