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 256269 - StackOverflowError in FileObjectKeeper.listenToAllRecursion
Summary: StackOverflowError in FileObjectKeeper.listenToAllRecursion
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-30 06:55 UTC by Exceptions Reporter
Modified: 2015-11-06 02:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 213468


Attachments
stacktrace (124.61 KB, text/plain)
2015-10-30 06:55 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-10-30 06:55:17 UTC
This issue was reported manually by Stefaminator.
It already has 11 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Windows 7

User Comments:
GUEST: only use...

GUEST: I was trying to create a new Wordpress project with existing code.

GUEST: Opening project on a smb share.  No Problem opening it in Netbeans 7.4.

GUEST: Opened a Project from a smb share

GUEST: <Fournissez une description du probl
Comment 1 Exceptions Reporter 2015-10-30 06:55:18 UTC
Created attachment 157060 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-11-05 10:24:45 UTC
The problem is that symbolic link detection doesn't work on network drives.
Added a (configurable) limit on recursion depth.

Fixed in http://hg.netbeans.org/core-main/rev/e51ee101c46a.

Thank you for reporting.
Comment 3 Quality Engineering 2015-11-06 02:29:49 UTC
Integrated into 'main-silver', will be available in build *201511060002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e51ee101c46a
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #256269: StackOverflowError in FileObjectKeeper.listenToAllRecursion