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 270950 - StackOverflowError at org.netbeans.modules.remote.impl.fs.RemoteLinkBase.fileChanged
Summary: StackOverflowError at org.netbeans.modules.remote.impl.fs.RemoteLinkBase.file...
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-23 17:52 UTC by Andrew Krasny
Modified: 2017-06-26 19:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229534


Attachments
stacktrace (91.22 KB, text/plain)
2017-06-23 17:52 UTC, Andrew Krasny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Krasny 2017-06-23 17:52:43 UTC
Build: NetBeans IDE Dev (Build 20161129-fddc8d380cac)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Mac OS X

User Comments:
akrasny: switched back to the IDE window..




Stacktrace: 
java.lang.StackOverflowError
   at org.netbeans.modules.remote.impl.fs.RemoteLinkBase.fileChanged(RemoteLinkBase.java:330)
   at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:178)
   at org.openide.filesystems.FCLSupport$DispatchEventWrapperSingle.dispatchAllEventsSync(FCLSupport.java:224)
   at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEvent(FCLSupport.java:137)
   at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:105)
   at org.openide.filesystems.FileObject$ED.dispatch(FileObject.java:1398)
Comment 1 Andrew Krasny 2017-06-23 17:52:45 UTC
Created attachment 164614 [details]
stacktrace
Comment 2 Vladimir Kvashin 2017-06-26 18:46:58 UTC
Hi Andrew ;)

It seems to be caused by cyclic links.
And it's probably the same as issue 268918 and issue 268918.
They were fixed on 2016-12-01 (date of change set on enum)

I see you use dev build 20161129 - is there a reason for not using later build? 

We've just put our 8.2. patch to 8.2 on the update center - wouldn't you like to try?
Comment 3 Andrew Krasny 2017-06-26 19:14:03 UTC
Privet, Volodya!

Sure, I will give it a try. Thank for the hint!
Probably you could close this issue in this case. If it re-appear, you'll get another Exception Report from me ;)