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 248956 - IDE UI Frozen
Summary: IDE UI Frozen
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 8.0.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-27 17:02 UTC by mclaborn
Modified: 2014-12-20 18:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack trace (34.50 KB, text/html)
2014-11-27 17:03 UTC, mclaborn
Details
screen shot of what I was editing (9.23 KB, image/png)
2014-11-27 17:03 UTC, mclaborn
Details
stack trace from 2nd occurrence (36.68 KB, text/html)
2014-11-27 17:23 UTC, mclaborn
Details
Stack trace from 3rd occurrence (34.70 KB, text/html)
2014-11-27 19:17 UTC, mclaborn
Details
Stack trace from another lockup (38.71 KB, text/plain)
2014-12-20 18:20 UTC, mclaborn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mclaborn 2014-11-27 17:02:25 UTC
Product Version = NetBeans IDE 8.0.1 (Build 201408251540)
Operating System = Linux version 3.13.0-40-generic running on amd64
Java; VM; Vendor = 1.7.0_72
Runtime = Java HotSpot(TM) 64-Bit Server VM 24.72-b04

I was editing an XML file and the entire NetBeans UI froze. Could not get a menu selection or anything in the editor.  I had just duplicated a few lines and had selected an attribute to replace it with contents of the clipboard.  Can't remember if I pressed Ctrl + V or not.

Will attach a screen shot and stack trace shortly.
Comment 1 mclaborn 2014-11-27 17:03:10 UTC
Created attachment 150749 [details]
stack trace
Comment 2 mclaborn 2014-11-27 17:03:56 UTC
Created attachment 150750 [details]
screen shot of what I was editing
Comment 3 mclaborn 2014-11-27 17:05:26 UTC
PS - NetBeans seems to be locking once or twice a week lately.  Can't be sure if those occasions were the same circumstances or not.  I'll watch for more instances and get a stack trace.
Comment 4 mclaborn 2014-11-27 17:22:58 UTC
Happened again a short time later. Stack trace for that coming shortly.  I looked briefly and the EDT seems hung in a similar situation.
Comment 5 mclaborn 2014-11-27 17:23:48 UTC
Created attachment 150751 [details]
stack trace from 2nd occurrence
Comment 6 mclaborn 2014-11-27 19:17:59 UTC
Created attachment 150754 [details]
Stack trace from 3rd occurrence

Here is stack trace from 3rd occurrence today. I'm going to clear the cache before restarting NetBeans this time to see if that helps.
Comment 7 mclaborn 2014-12-20 18:20:24 UTC
Created attachment 151225 [details]
Stack trace from another lockup

Here is stack trace from another lock up just now. I was editing a java file and had selected a large block of code (using the cursor keys) pressed the delete key to delete the selected lines.