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 222752 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: VERIFIED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-26 11:21 UTC by Jiri Skrivanek
Modified: 2012-12-06 09:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 195688


Attachments
stacktrace (1.30 KB, text/plain)
2012-11-26 11:21 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2012-11-26 11:21:08 UTC
Build: NetBeans IDE Dev (Build 201211260002)
VM: Java HotSpot(TM) Client VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-ea-b11
OS: Windows 7

User Comments:
jskrivanek: While running tests.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.lang.String.toLowerCase(String.java:2439)
   at java.io.Win32FileSystem.hashCode(Win32FileSystem.java:598)
   at java.io.File.hashCode(File.java:1985)
   at org.netbeans.modules.masterfs.filebasedfs.utils.Utils.hashCode(Utils.java:93)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.createID(NamingFactory.java:176)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.registerInstanceOfFileNaming(NamingFactory.java:227)
Comment 1 Jiri Skrivanek 2012-11-26 11:21:09 UTC
Created attachment 128384 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-11-26 14:11:31 UTC
Is there any information about what was in the memory? I see no attachment, nothing in the exception reporter.
Comment 3 Jiri Skrivanek 2012-12-06 09:31:18 UTC
Happened just once and I don't have additional info.