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 237894 - Netbeans 7.4 often fails to open documents
Summary: Netbeans 7.4 often fails to open documents
Status: RESOLVED DUPLICATE of bug 237301
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 7.4
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-01 14:27 UTC by moghrabi
Modified: 2013-11-19 19:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
threaddump (28.20 KB, text/plain)
2013-11-01 14:27 UTC, moghrabi
Details
screenshot (275.12 KB, image/png)
2013-11-01 14:27 UTC, moghrabi
Details
screenshot blank editor (166.75 KB, image/png)
2013-11-01 14:36 UTC, moghrabi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description moghrabi 2013-11-01 14:27:15 UTC
Created attachment 141778 [details]
threaddump

Netbeans 7.4 often fails to open documents such as Java class in the Editor of a Maven multi-module project.

For instance, if I do a "Go to type" and specify a type, Netbeans seems to freeze then display a popup dialog saying "Calculation declaration position" and stays like that indefinitely. The UI is not blocks as I can close the dialog but I can never open a document.

If I click on a Java Class the "Projects" navigator, it displays a blank document such as the joint screenshot. I took a theaddump.

JVM: Java HotSpot(TM) 64-Bit Server VM (24.45-b08, mixed mode)
Java: version 1.7.0_45, vendor Oracle Corporation
JVM arguments :
Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade
-Dnetbeans.accept_license_class=org.netbeans.license.AcceptLicense
-client
-Xss512k
-Xms128m
-Xmx768m
-XX:PermSize=32m
-XX:MaxPermSize=256m
-Dapple.laf.useScreenMenuBar=true
-Dapple.awt.graphics.UseQuartz=true
-Dsun.java2d.dpiaware=true
-Dsun.zip.disableMemoryMapping=true
-Djdk.home=D:\projects\jdk\64\1.7.0
-Dnetbeans.home=E:\projects\netbeans\7.4\platform
-Dnetbeans.user=C:\Users\moghrabi\AppData\Roaming\NetBeans\7.4
-Dnetbeans.default_userdir_root=C:\Users\moghrabi\AppData\Roaming\NetBeans
-XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=C:\Users\moghrabi\AppData\Roaming\NetBeans\7.4\var\log\heapdump.hprof
-Dsun.awt.keepWorkingSetOnMinimize=true
-Dnetbeans.dirs=E:\projects\netbeans\7.4\nb;E:\projects\netbeans\7.4\ergonomics;E:\projects\netbeans\7.4\ide;E:\projects\netbeans\7.4\extide;E:\projects\netbeans\7.4\java;E:\projects\netbeans\7.4\apisupport;E:\projects\netbeans\7.4\webcommon;E:\projects\netbeans\7.4\websvccommon;E:\projects\netbeans\7.4\enterprise;E:\projects\netbeans\7.4\mobility;E:\projects\netbeans\7.4\profiler;E:\projects\netbeans\7.4\python;E:\projects\netbeans\7.4\php;E:\projects\netbeans\7.4\identity;E:\projects\netbeans\7.4\harness;E:\projects\netbeans\7.4\cnd;E:\projects\netbeans\7.4\dlight;E:\projects\netbeans\7.4\groovy;E:\projects\netbeans\7.4\extra;E:\projects\netbeans\7.4\javacard;E:\projects\netbeans\7.4\javafx exit
Comment 1 moghrabi 2013-11-01 14:27:47 UTC
Created attachment 141779 [details]
screenshot
Comment 2 moghrabi 2013-11-01 14:36:10 UTC
Created attachment 141780 [details]
screenshot blank editor
Comment 3 Miloslav Metelka 2013-11-04 16:38:34 UTC

*** This bug has been marked as a duplicate of bug 237301 ***
Comment 4 moghrabi 2013-11-19 19:32:02 UTC
I can confirm you that the development version 7.4-dev works well without freezing.

Regards