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 194004 - StackOverflowError at java.lang.StringCoding.deref
Summary: StackOverflowError at java.lang.StringCoding.deref
Status: RESOLVED DUPLICATE of bug 193732
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-04 07:27 UTC by paolosca
Modified: 2011-01-08 16:06 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 172925


Attachments
stacktrace (103.15 KB, text/plain)
2011-01-04 07:27 UTC, paolosca
Details

Note You need to log in before you can comment on or make changes to this bug.
Description paolosca 2011-01-04 07:27:37 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-6303-on-101210)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
paolosca: Pasted and copied whole php file contents (about 100 lines) on another. Pressed ctrl+s to save.




Stacktrace: 
java.lang.StackOverflowError
   at java.lang.StringCoding.deref(StringCoding.java:46)
   at java.lang.StringCoding.decode(StringCoding.java:159)
   at java.lang.String.<init>(String.java:443)
   at java.lang.String.<init>(String.java:515)
   at java.io.UnixFileSystem.list(UnixFileSystem.java:0)
   at java.io.File.list(File.java:973)
Comment 1 paolosca 2011-01-04 07:27:41 UTC
Created attachment 104690 [details]
stacktrace
Comment 2 Marian Mirilovic 2011-01-06 08:37:35 UTC
Yarda, another dup of issue 193732 ?
Comment 3 Jaroslav Tulach 2011-01-08 16:06:39 UTC
Right, these are all dups. They shall stop coming for newer builds than Jan 8, 2011.

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