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 257926 - OutOfMemoryError: PermGen space
Summary: OutOfMemoryError: PermGen space
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-10 15:26 UTC by kashifmini
Modified: 2016-02-10 15:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222466


Attachments
stacktrace (2.86 KB, text/plain)
2016-02-10 15:26 UTC, kashifmini
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kashifmini 2016-02-10 15:26:04 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 8

User Comments:
kashifmini: It stuck every time when I run the project




Stacktrace: 
java.lang.OutOfMemoryError: PermGen space
   at java.lang.ClassLoader.defineClass1(ClassLoader.java:0)
   at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
   at org.netbeans.JarClassLoader.doLoadClass(JarClassLoader.java:289)
   at org.netbeans.ProxyClassLoader.selfLoadClass(ProxyClassLoader.java:259)
   at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:187)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
Comment 1 kashifmini 2016-02-10 15:26:05 UTC
Created attachment 158450 [details]
stacktrace