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 194260 - StackOverflowError at java.io.UnixFileSystem.getBooleanAttributes0
Summary: StackOverflowError at java.io.UnixFileSystem.getBooleanAttributes0
Status: RESOLVED DUPLICATE of bug 193732
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-12 12:32 UTC by crosati
Modified: 2011-01-14 12:30 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 173468


Attachments
stacktrace (107.80 KB, text/plain)
2011-01-12 12:32 UTC, crosati
Details

Note You need to log in before you can comment on or make changes to this bug.
Description crosati 2011-01-12 12:32:38 UTC
Build: NetBeans IDE 7.0 Beta (Build 201011152355)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03-307, Java(TM) SE Runtime Environment, 1.6.0_22-b04-307-10M3261
OS: Mac OS X

User Comments:
dramalho: I was changing a class annotation (PHP , Doctrine ODM annotation) inside a comment and the exception snapped at me

before: 

    /**
     * @EmbedOne(targetDocument="something\something")
     */
    private $owner;

I changed the namespaced class name to 

    /**
     * @EmbedOne(targetDocument="\Sapo\Model\CMS\Se")
     */
    private $owner;

and boom :)

GUEST: Copied and pasted block of html code from an open file in netbeans to another open file in netbeans. 

This is the block I pasted:

                                            <video id="video-1" class='vidbox' controls duration="01:40" poster="images/contradictie-poster.png">
                                                <source type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' src="videos/contradictie_h264.mp4"/>
                                                <source type='video/ogg; codecs="theora, vorbis"' src="videos/contradictie.ogg"/>

                                                <object width="240" height="135" type="application/x-shockwave-flash" data="videos/contr.swf">
                                                    <param name="movie" value="videos/contr.swf" />
                                                    <param name="allowfullscreen" value="false" />
                                                    <param name="quality" value="high" />

alanobject: Created a faces-config.xml file.




Stacktrace: 
java.lang.StackOverflowError
   at java.io.UnixFileSystem.getBooleanAttributes0(UnixFileSystem.java:0)
   at java.io.UnixFileSystem.getBooleanAttributes(UnixFileSystem.java:228)
   at java.io.File.isFile(File.java:778)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.canWrite(FileObj.java:213)
   at org.openide.text.DataEditorSupport$Env.readOnlyRefresh(DataEditorSupport.java:909)
   at org.openide.text.DataEditorSupport$Env.access$500(DataEditorSupport.java:676)
Comment 1 crosati 2011-01-12 12:32:44 UTC
Created attachment 104915 [details]
stacktrace
Comment 2 Marian Mirilovic 2011-01-14 09:26:22 UTC
dup of issue 193732, I guess ... Yarda please confirm
Comment 3 Jaroslav Tulach 2011-01-14 12:30:35 UTC

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