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 46370 - deadlock
Summary: deadlock
Status: RESOLVED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-21 09:04 UTC by Milos Kleint
Modified: 2007-11-05 13:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump (9.13 KB, text/plain)
2004-07-21 09:06 UTC, Milos Kleint
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milos Kleint 2004-07-21 09:04:48 UTC
The IDE deadlocked on me today when opening file.
(using Shirt-Alt-O dialog - not sure if relevant)
using build from 20040719.

thread dump attached. it seems like it's something
with at
org.netbeans.editor.ext.ToolTipSupport.setToolTipVisible()
but maybe it's pure swing problem.
Comment 1 Milos Kleint 2004-07-21 09:06:10 UTC
Created attachment 16356 [details]
thread dump
Comment 2 Martin Roskanin 2004-07-21 09:57:08 UTC
JDK issue:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4852507

also see issue #37793