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 193026 - 72s in java.io.Win32FileSystem.canonicalize()
Summary: 72s in java.io.Win32FileSystem.canonicalize()
Status: RESOLVED DUPLICATE of bug 192317
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-12-08 04:05 UTC by manikantannaren
Modified: 2010-12-08 15:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 174777


Attachments
nps snapshot (28.22 KB, application/nps)
2010-12-08 04:05 UTC, manikantannaren
Details

Note You need to log in before you can comment on or make changes to this bug.
Description manikantannaren 2010-12-08 04:05:41 UTC
This bug was originally marked as duplicate of bug 177696, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201012060001)
VM: Java HotSpot(TM) Client VM, 20.0-b03, Java(TM) SE Runtime Environment, 1.7.0-ea-b119
OS: Windows XP

User Comments:
manikantannaren: Downloaded this build
Created two empty projects
Registered a new connection to the local derby database
Closed IDE
Opened IDE
IDE hung in scanning projects mode (task status is scanning projects)
Hit ctrl+break in console
IDE came back with the slowness detector hint.



Maximum slowness yet reported was 72156 ms, average is 72156
Comment 1 manikantannaren 2010-12-08 04:05:46 UTC
Created attachment 103716 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2010-12-08 12:10:19 UTC
Possibly org.openide.explorer.ExplorerActionsImpl.updateActions() could be run outside of EDT.
Comment 3 Jaroslav Tulach 2010-12-08 15:04:12 UTC

*** This bug has been marked as a duplicate of bug 192317 ***