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 258282 - StackOverflowError at java.io.UnixFileSystem.list
Summary: StackOverflowError at java.io.UnixFileSystem.list
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-08 10:56 UTC by Tomas Stupka
Modified: 2016-03-14 14:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222905


Attachments
stacktrace (77.67 KB, text/plain)
2016-03-08 10:56 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2016-03-08 10:56:41 UTC
Build: NetBeans IDE Dev (Build 20160308-1f152be6d296)
VM: Java HotSpot(TM) 64-Bit Server VM, 9-ea+108-2016-03-02-174945.javare.4571, Java(TM) SE Runtime Environment, 9-ea+108-2016-03-02-174945.javare.4571
OS: Mac OS X

User Comments:
tstupka: opened a maven project with an empty module-info.java file




Stacktrace: 
java.lang.StackOverflowError
   at java.io.UnixFileSystem.list(UnixFileSystem.java:0)
   at java.io.File.list(File.java:1124)
   at java.io.File.listFiles(File.java:1209)
   at org.netbeans.modules.java.source.parsing.FolderArchive.visit(FolderArchive.java:260)
   at org.netbeans.modules.java.source.parsing.FolderArchive.getFiles(FolderArchive.java:155)
   at org.netbeans.modules.java.source.parsing.CachingFileManager.getJavaFileForInput(CachingFileManager.java:161)
Comment 1 Tomas Stupka 2016-03-08 10:56:44 UTC
Created attachment 158780 [details]
stacktrace