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 240004 - NetBeans freezing after canceling the preferences window
Summary: NetBeans freezing after canceling the preferences window
Status: RESOLVED DUPLICATE of bug 236101
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: issues@ide
URL: https://bugzilla-attachments-237301.n...
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-05 16:48 UTC by Martin Entlicher
Modified: 2014-01-21 16:24 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NetBeans frozen immediately after new file creation (Right click on directory > New > Twig HTML File > Finish). (14.01 KB, text/plain)
2014-01-21 12:20 UTC, slavikme
Details
NetBeans froze after search in directory. (14.23 KB, text/plain)
2014-01-21 14:38 UTC, slavikme
Details
NetBeans froze after in-file search has been performed on a specific directory in a project tree. (14.75 KB, text/plain)
2014-01-21 14:45 UTC, slavikme
Details
NetBeans froze again after search (16.15 KB, text/plain)
2014-01-21 15:48 UTC, slavikme
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2014-01-05 16:48:09 UTC
I'm creating a new issue for a problem reported at
https://netbeans.org/bugzilla/show_bug.cgi?id=237301#c39
as this problem has nothing to do with debugger.

slavikme@netbeans.org wrote:
Thread dump of NetBeans 7.4 Patch 2, after canceling the Preferences windows.

https://bugzilla-attachments-237301.netbeans.org/bugzilla/attachment.cgi?id=143607

I have no idea what the problem is, AWT-EventQueue is not occupied, but "AppKit Thread" looks suspicious to me.
Comment 1 slavikme 2014-01-05 16:56:54 UTC
In this specific case it happened after canceling the preferences window.
But, before that it froze when I closed a tab, and also when I performed a search in a project (always when I start searching), and more actions that I don't even remember.

Thanks.
Comment 2 slavikme 2014-01-06 09:59:00 UTC
Now, it's new, it happened when I deleted a file in the project.
Comment 3 slavikme 2014-01-06 12:22:19 UTC
Now it happened when I created a new file in the project.
To be more specific of the steps:
 1. Right-click on the folder to create a file in.
 2. Chosen "New" -> "Other..."
 3. In the opened window, selected "Categories: PHP", "File Type: PHP Interface"
 4. Clicked on "Next >"
 5. A filename has been typed
 6. Clicked on "Finish"
 7. Window closed, file created and the IDE froze!

Hope it helps.
Comment 4 slavikme 2014-01-07 11:32:43 UTC
I think I found, some kind of pattern.
I think it happens (most of the time, if not all of them) after any in IDE window is closed, it doesn't matter what action I did before, whether it's Cancel, OK, Finish, etc.
Comment 5 Marian Mirilovic 2014-01-09 09:52:09 UTC
It works for me :

Product Version: NetBeans IDE Dev (Build 201401090002)
Java: 1.8.0-ea; Java HotSpot(TM) 64-Bit Server VM 25.0-b65
Runtime: Java(TM) SE Runtime Environment 1.8.0-ea-b122
System: Linux version 3.5.0-45-generic running on amd64; UTF-8; en_US (nb)

Please provide informations like JDK version/build, NB version/build and generate thread-dump at the time of freeze (the attached one doesn't contain any information that shows the problem) ... and file new bug, thanks in advance.
Comment 6 slavikme 2014-01-21 12:20:32 UTC
Created attachment 144195 [details]
NetBeans frozen immediately after new file creation (Right click on directory > New > Twig HTML File > Finish).
Comment 7 slavikme 2014-01-21 14:38:34 UTC
Created attachment 144212 [details]
NetBeans froze after search in directory.
Comment 8 slavikme 2014-01-21 14:42:43 UTC
Comment on attachment 144212 [details]
NetBeans froze after search in directory.

This is not the right dump! IGNORE IT!
Comment 9 slavikme 2014-01-21 14:45:06 UTC
Created attachment 144214 [details]
NetBeans froze after in-file search has been performed on a specific directory in a project tree.
Comment 10 slavikme 2014-01-21 15:48:19 UTC
Created attachment 144216 [details]
NetBeans froze again after search
Comment 11 Martin Entlicher 2014-01-21 16:17:07 UTC
Actually, this was found to be a duplicate of issue #236101.
Reverting to JDK 7u25 should solve the problem, or use a recent JDK 8 build.

*** This bug has been marked as a duplicate of bug 236101 ***
Comment 12 slavikme 2014-01-21 16:24:54 UTC
(In reply to Martin Entlicher from comment #11)
> Actually, this was found to be a duplicate of issue #236101.
> Reverting to JDK 7u25 should solve the problem, or use a recent JDK 8 build.
> 
> *** This bug has been marked as a duplicate of bug 236101 ***

Thanks Martin,

I'm installing the jdk8 right now.