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 267866 - OutOfMemoryError: PermGen space
Summary: OutOfMemoryError: PermGen space
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-04 21:42 UTC by sittingpilgrim
Modified: 2016-09-04 21:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226057


Attachments
stacktrace (1.84 KB, text/plain)
2016-09-04 21:43 UTC, sittingpilgrim
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sittingpilgrim 2016-09-04 21:42:58 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) Client VM, 24.60-b09, Java(TM) SE Runtime Environment, 1.7.0_60-b19
OS: Windows 7

User Comments:
sittingpilgrim: Program had been running for quite awhile (approx 24 hours), but I hadn't been using it.  When I brought it to the front to work, it froze.




Stacktrace: 
java.lang.OutOfMemoryError: PermGen space
   at java.lang.ClassLoader.defineClass1(ClassLoader.java:0)
   at java.lang.ClassLoader.defineClass(ClassLoader.java:0)
   at org.netbeans.JarClassLoader.doLoadClass(JarClassLoader.java:311)
   at org.netbeans.ProxyClassLoader.selfLoadClass(ProxyClassLoader.java:259)
   at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:187)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:0)
Comment 1 sittingpilgrim 2016-09-04 21:43:00 UTC
Created attachment 161897 [details]
stacktrace