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 214536 - StackOverflowError at java.lang.String.startsWith
Summary: StackOverflowError at java.lang.String.startsWith
Status: RESOLVED DUPLICATE of bug 214666
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-20 21:08 UTC by kannon1927
Modified: 2012-06-24 21:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 189807


Attachments
stacktrace (102.80 KB, text/plain)
2012-06-20 21:08 UTC, kannon1927
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kannon1927 2012-06-20 21:08:39 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.1 (Build 201201101530)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows 7

Stacktrace: 
java.lang.StackOverflowError
   at java.lang.String.startsWith(String.java:1463)
   at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1528)
   at java.lang.ClassLoader$1.run(ClassLoader.java:494)
   at java.lang.ClassLoader$1.run(ClassLoader.java:492)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.lang.ClassLoader.checkPackageAccess(ClassLoader.java:492)
Comment 1 kannon1927 2012-06-20 21:08:45 UTC
Created attachment 121124 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-06-24 21:44:54 UTC

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