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 180011 - 20s blocked in ZIP I/O
Summary: 20s blocked in ZIP I/O
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-01-29 16:27 UTC by Exceptions Reporter
Modified: 2010-02-01 08:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 159441


Attachments
nps snapshot (256.00 KB, application/nps)
2010-01-29 16:28 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-01-29 16:27:58 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows 7

User Comments:
GUEST: open a php project, the project is maded with zend framework 1.9.5



Maximum slowness yet reported was 20937 ms, average is 16196
Comment 1 Exceptions Reporter 2010-01-29 16:28:04 UTC
Created attachment 93664 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2010-02-01 08:23:53 UTC
The AWT thread seems to be blocked by I/O operation during classloading. Other threads doing I/O are blocked as well. There is nothing we can do with this issue. Only if Tomáš manages to generate native thread dump if a situation like this reoccurs, we may move forward...