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 247606 - org.netbeans.modules.html.editor.gsf.HtmlStructureItem.runTask: LowPerformance took 37810 ms.
Summary: org.netbeans.modules.html.editor.gsf.HtmlStructureItem.runTask: LowPerformanc...
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2014-09-30 20:02 UTC by Exceptions Reporter
Modified: 2014-12-12 17:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212351


Attachments
nps snapshot (101.75 KB, application/nps)
2014-09-30 20:02 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-09-30 20:02:27 UTC
This bug was originally marked as duplicate of bug 242541, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.65-b04, Java(TM) SE Runtime Environment, 1.7.0_65-b20
OS: Windows 7

User Comments:
GUEST: Not entirely sure but occasionally NetBeans will take forever to do things, especially loading projects.



Maximum slowness yet reported was 37810 ms, average is 37810
Comment 1 Exceptions Reporter 2014-09-30 20:02:30 UTC
Created attachment 149629 [details]
nps snapshot
Comment 2 Milutin Kristofic 2014-10-01 08:40:58 UTC
The awt and other threads are blocked by repositoryUpdater.worker, where 
org.netbeans.modules.masterfs.MasterURLMapper.getFileObjects()	98.68428	27,375 ms (98.7%)	27,375 ms	9

Probably this is problem with slow Win NTFS, but I am sending this to filesystems for checking.
Comment 3 Jaroslav Havlin 2014-12-12 17:29:12 UTC
> Probably this is problem with slow Win NTFS, but I am sending this to 
> filesystems for checking.
It seems so. Closing. Thank you.