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 270920 - IDE hung when dragging a source file tab
Summary: IDE hung when dragging a source file tab
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: UI (show other bugs)
Version: 8.2
Hardware: Macintosh (x86) Mac OS X
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-20 22:50 UTC by jag
Modified: 2017-06-20 22:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace from incident (28.02 KB, application/octet-stream)
2017-06-20 22:50 UTC, jag
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jag 2017-06-20 22:50:57 UTC
Created attachment 164585 [details]
Stack trace from incident

I was attempting a source file tab from one column to another.  I do this all the time, without incident.  But this time NetBeans hung with the CPU pegged at 100% - ie. only one thread, looping hard.  I used jstack to generate a stack trace (attached).  Most threads were blocked, but one was in native drag code, another was in native graphics paint code.  The odd thing was that I did another stack trace a little later and diff'ed the two of them: they were *exactly* the same.  So it's probably confined to one method.