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 210659 - StackOverflowError at java.lang.ClassLoader.defineClass1
Summary: StackOverflowError at java.lang.ClassLoader.defineClass1
Status: RESOLVED DUPLICATE of bug 209260
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-04 03:44 UTC by MackSix
Modified: 2012-04-05 14:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186632


Attachments
stacktrace (103.00 KB, text/plain)
2012-04-04 03:44 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2012-04-04 03:44:48 UTC
Build: NetBeans IDE Dev (Build 201204030400)
VM: Java HotSpot(TM) Client VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows Vista

User Comments:
MackSix: Moved JFrame.java form with Internationalization to a newpackage.




Stacktrace: 
java.lang.StackOverflowError
   at java.lang.ClassLoader.defineClass1(ClassLoader.java:0)
   at java.lang.ClassLoader.defineClass(ClassLoader.java:791)
   at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
   at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
   at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
Comment 1 MackSix 2012-04-04 03:44:53 UTC
Created attachment 117772 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-04-05 14:46:51 UTC

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