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 240798 - org.openide.awt.MenuBar$LazyMenu$MenuFolder.waitFinishedSuper: LowPerformance took 90157 ms.
Summary: org.openide.awt.MenuBar$LazyMenu$MenuFolder.waitFinishedSuper: LowPerformance...
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2014-01-22 03:55 UTC by Exceptions Reporter
Modified: 2014-01-22 09:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203055


Attachments
nps snapshot (453.95 KB, application/nps)
2014-01-22 03:55 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-01-22 03:55:09 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: OpenJDK Client VM, 24.0-b25, OpenJDK Runtime Environment, 1.7.0-internal-gluxon_2012_11_23_16_20-b00
OS: Windows 7

User Comments:
GUEST: Loading from a USB drive



Maximum slowness yet reported was 90157 ms, average is 46561
Comment 1 Exceptions Reporter 2014-01-22 03:55:13 UTC
Created attachment 144228 [details]
nps snapshot
Comment 2 Jaroslav Havlin 2014-01-22 09:18:47 UTC
Menu bar is waiting for its definition, which is being loaded from the disk.

But the main problem is corrupted installation of the IDE. There is a lot of messages in the IDE Log, so a lot of data needs to be written to the disk, which makes disk access very slow. Furthermore, the USB disk can be quite slow even under normal conditions.

Please check the log, fix your installation (you might need to clean your userdir), and try it again.