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 219218 - StackOverflowError at java.io.UnixFileSystem.getLastModifiedTime
Summary: StackOverflowError at java.io.UnixFileSystem.getLastModifiedTime
Status: RESOLVED DUPLICATE of bug 218681
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-29 14:38 UTC by Marian Mirilovic
Modified: 2012-09-30 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 192877


Attachments
stacktrace (102.92 KB, text/plain)
2012-09-29 14:38 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2012-09-29 14:38:45 UTC
This bug was originally marked as duplicate of bug 133078, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 Beta (Build 201209272333)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b03, Java(TM) SE Runtime Environment, 1.7.0_10-ea-b09
OS: Linux

User Comments:
mmirilovic: reproducible 100%




Stacktrace: 
java.lang.StackOverflowError
   at java.io.UnixFileSystem.getLastModifiedTime(UnixFileSystem.java:0)
   at java.io.File.lastModified(File.java:884)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.refreshImpl(FileObj.java:307)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.refresh(BaseFileObj.java:827)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.refresh(FileObj.java:330)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.refreshImpl(FolderObj.java:476)
Comment 1 Marian Mirilovic 2012-09-29 14:38:48 UTC
Created attachment 125101 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-09-30 09:14:56 UTC

*** This bug has been marked as a duplicate of bug 218681 ***