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 33617 - Deadlock durring using clipboard
Summary: Deadlock durring using clipboard
Status: VERIFIED WORKSFORME
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: -S1S-
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2003-05-14 15:24 UTC by ehucka
Modified: 2006-03-22 09:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Full thread dump. (12.72 KB, text/plain)
2003-05-14 15:25 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2003-05-14 15:24:16 UTC
Nevada build 030512
RH 7.2, JDK 1.4.1_02

I only try to Cut some component from Form
editor's components tree. I have opened two forms.
Comment 1 ehucka 2003-05-14 15:25:26 UTC
Created attachment 10299 [details]
Full thread dump.
Comment 2 Tomas Pavek 2003-05-14 18:55:26 UTC
The deadlock is obvious from the thread dump, but otherwise strange. I
don't know how things could get to that state. Can it be reproduced,
or did it happen only once? Have you invoked the Cut command really
from Component Inspector? From context menu or by Ctrl+X?
Comment 3 ehucka 2003-05-15 09:03:23 UTC
I set RANDOM keyword for this issue I saw it only once. Before the
deadlock I have invoked Cut action from Component inspector by context
menu (by mouse click). I did want to move some JPanel with JTable,
nothing special.
Comment 4 Tomas Pavek 2004-01-21 18:34:44 UTC
The component inspector was rewritten not to use the ExplorerPanel.
The synchronization conditions have changed. Hopefully the deadlock
does not happen anymore.
Comment 5 ehucka 2006-03-22 09:31:37 UTC
verified