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 221903 - StackOverflowError at java.lang.ClassLoader.defineClass1
Summary: StackOverflowError at java.lang.ClassLoader.defineClass1
Status: RESOLVED DUPLICATE of bug 218681
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-11 19:56 UTC by Exceptions Reporter
Modified: 2012-11-12 09:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 194918


Attachments
stacktrace (102.55 KB, text/plain)
2012-11-11 19:56 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-11-11 19:56:14 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.2 (Build 201207171143)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.1-b03, Java(TM) SE Runtime Environment, 1.7.0_05-b06
OS: Windows 7

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 Exceptions Reporter 2012-11-11 19:56:16 UTC
Created attachment 127558 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-11-12 09:44:32 UTC

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