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 271578 - StackOverflowError at java.io.UnixFileSystem.getBooleanAttributes0
Summary: StackOverflowError at java.io.UnixFileSystem.getBooleanAttributes0
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-02 23:03 UTC by Karol Harezlak
Modified: 2017-10-02 23:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229816


Attachments
stacktrace (93.87 KB, text/plain)
2017-10-02 23:03 UTC, Karol Harezlak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Karol Harezlak 2017-10-02 23:03:01 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.91-b14, Java(TM) SE Runtime Environment, 1.8.0_91-b14
OS: Mac OS X

User Comments:
kharezlak: Indexing

GUEST: background scanning




Stacktrace: 
java.lang.StackOverflowError
   at java.io.UnixFileSystem.getBooleanAttributes0(UnixFileSystem.java:0)
   at java.io.UnixFileSystem.getBooleanAttributes(UnixFileSystem.java:242)
   at java.io.File.exists(File.java:819)
   at org.apache.lucene.store.FSDirectory.listAll(FSDirectory.java:217)
   at org.apache.lucene.store.FSDirectory.listAll(FSDirectory.java:241)
   at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:641)
Comment 1 Karol Harezlak 2017-10-02 23:03:04 UTC
Created attachment 165233 [details]
stacktrace