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 205422 - IDE loops
Summary: IDE loops
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 7.1
Hardware: PC Windows XP
: P1 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-22 13:27 UTC by Peter Nabbefeld
Modified: 2011-11-28 11:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Zipped uigestures and messages.log (3.14 MB, application/x-zip)
2011-11-22 13:27 UTC, Peter Nabbefeld
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Nabbefeld 2011-11-22 13:27:44 UTC
Created attachment 113412 [details]
Zipped uigestures and messages.log

I've got a strange loop after doing some XML / XSL editing after upgrading using autoupdate.

While it might be related to my current config, You'd surely check this first before releasing 7.1.

The attached profiling snapshots (are these valid? the uigestures files seem to be created by profiling, but I'd expect an nbss file, which is not written - probably looping stopped even profiling from working, writing uigestures endlessly without any pause, and probably this is even the underlying bug: going into an endless uigestures write loop) had to be copied first, so hopefully they contain some useful data - copying files which are changing all the time is a little bit weird.
Comment 1 Marian Mirilovic 2011-11-23 11:58:28 UTC
Log is full of :


Offending classloader: ModuleCL@1781cf8[org.netbeans.core.windows]
Caused: java.util.MissingResourceException: No such bundle org.netbeans.core.windows.services.Bundle

	at org.openide.util.NbBundle.getBundle(NbBundle.java:451)

	at org.openide.util.NbBundle.getBundle(NbBundle.java:399)

	at org.netbeans.core.windows.services.NbPresenter.<init>(NbPresenter.java:136)

	at org.netbeans.core.windows.services.NbDialog.<init>(NbDialog.java:67)

	at org.netbeans.core.windows.services.DialogDisplayerImpl$1.run(DialogDisplayerImpl.java:144)

	at org.netbeans.core.windows.services.DialogDisplayerImpl$1.run(DialogDisplayerImpl.java:110)

	at org.openide.util.Mutex.doEventAccess(Mutex.java:13
Comment 2 Stanislav Aubrecht 2011-11-23 15:56:16 UTC
the primary cause is OutOfMemoryError which probably broke the class loader so the resource bundle couldn't be loaded.
Comment 3 Marian Mirilovic 2011-11-28 11:55:42 UTC
v/c