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 226883 - background scanning is freezed on 86% and as result autocomplete is not working
Summary: background scanning is freezed on 86% and as result autocomplete is not working
Status: RESOLVED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal with 2 votes (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-01 09:48 UTC by s.ryabov
Modified: 2013-06-04 12:19 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Журнал среды IDE (39.12 KB, text/plain)
2013-03-01 09:48 UTC, s.ryabov
Details
netbeans tracedump (45.49 KB, text/plain)
2013-03-01 12:42 UTC, s.ryabov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description s.ryabov 2013-03-01 09:48:12 UTC
Product Version = NetBeans IDE 7.3 (Build 201302132200)
Operating System = Linux version 3.5.0-25-generic running on i386
Java; VM; Vendor = 1.7.0_15
Runtime = OpenJDK Client VM 23.7-b01
Comment 1 s.ryabov 2013-03-01 09:48:18 UTC
Created attachment 132054 [details]
Журнал среды IDE
Comment 2 Marian Mirilovic 2013-03-01 12:12:14 UTC
Could you please generate thread-dump while IDE is frozen, attach it here and reopen ?
Comment 3 s.ryabov 2013-03-01 12:42:08 UTC
Created attachment 132065 [details]
netbeans tracedump
Comment 4 s.ryabov 2013-03-01 12:43:59 UTC
I change jvm from openjdk to oracle, but this don't help. And in 7.2 this project work correct.
Comment 5 Tomas Zezula 2013-03-04 10:31:20 UTC
All the tread dumps are in:
org.openide.filesystems.MIMESupport$CachedInputStream.read, seems a live lock in  it. But hard to decide with just 3 thread dumps. Please can you attach the reproduceable test case (project) or at least the  netbeans snapshot?
Thanks
Comment 6 sdkby 2013-06-03 09:33:01 UTC
Product Version: NetBeans IDE 7.3 (Build 201302132200)
Java: 1.7.0_13; Java HotSpot(TM) 64-Bit Server VM 23.7-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_13-b20
System: Windows 7 version 6.1 running on amd64; Cp1251; en_US (nb)

The same freeze problem with background projects scanning.

I've found out that in my case problem associated with NetBeans trying to scan folder with a lot of binary files (but the folder added to "Ignored Folders" section of project properties), because the project opens well with this folder moved out from project folder.
Comment 7 sdkby 2013-06-03 10:10:42 UTC
Rolled back to 7.2.1 background projects scanning freeze is gone.
Comment 8 Tomas Zezula 2013-06-04 12:19:26 UTC
in reply to comment 6: The project to do path excludes is project sensitive. Please can you provide more info. Which project are you using. What is the kind of binary files (jar, zip, etc.)?
Thanks