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 258911 - StackOverflowError at sun.nio.fs.WindowsNativeDispatcher.GetFileAttributesEx0
Summary: StackOverflowError at sun.nio.fs.WindowsNativeDispatcher.GetFileAttributesEx0
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-20 08:09 UTC by kwagha
Modified: 2016-07-14 01:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214884


Attachments
stacktrace (108.88 KB, text/plain)
2016-04-20 08:09 UTC, kwagha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kwagha 2016-04-20 08:09:17 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.73-b02, Java(TM) SE Runtime Environment, 1.8.0_73-b02
OS: Windows 10

User Comments:
GUEST: ...

GUEST: nothing, project is soon after version change (using set versions in maven), all jars in cache are probably of another version

GUEST: just editing local interface

GUEST: opened a local interface of a stateless session bean

kwagha: No idea, just noticed the error icon. Normal Java file editing

GUEST: Soon after opening netbeans, just opened a java (stateless session bean) file




Stacktrace: 
java.lang.StackOverflowError
   at sun.nio.fs.WindowsNativeDispatcher.GetFileAttributesEx0(WindowsNativeDispatcher.java:0)
   at sun.nio.fs.WindowsNativeDispatcher.GetFileAttributesEx(WindowsNativeDispatcher.java:369)
   at sun.nio.fs.WindowsFileAttributes.get(WindowsFileAttributes.java:309)
   at sun.nio.fs.WindowsUriSupport.toUri(WindowsUriSupport.java:107)
   at sun.nio.fs.WindowsPath.toUri(WindowsPath.java:812)
   at org.openide.util.BaseUtilities.toURI(BaseUtilities.java:1639)
Comment 1 kwagha 2016-04-20 08:09:19 UTC
Created attachment 159337 [details]
stacktrace
Comment 2 Tomas Stupka 2016-07-13 13:24:50 UTC
fixed in jet-main #7a21a6aa09f9
Comment 3 Quality Engineering 2016-07-14 01:52:18 UTC
Integrated into 'main-silver', will be available in build *201607140002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/7a21a6aa09f9
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #258911 - StackOverflowError at sun.nio.fs.WindowsNativeDispatcher.GetFileAttributesEx0