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 8723 - OutOfMemory exception thrown after copy of many java files
Summary: OutOfMemory exception thrown after copy of many java files
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC All
: P3 major (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-12-01 17:55 UTC by pzajac
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thrown OutofMemoryError exception (4.73 KB, text/plain)
2001-07-20 20:35 UTC, Robert Dankanin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2000-12-01 17:55:07 UTC
[boston-1160] This bug is reproducable.
Steps to reproduction:
1) Mount into ropository jar with JDK sources
2) Copy src folder of jar file into some folder of LocalFileSystem
After copy of files response is slow it do semething. I am thinking that
java files are parsed in request processor. OutOfMemory exception is raised
after few minutes.

I am not sure if this bug is bug of core or java module.
Comment 1 Robert Dankanin 2000-12-08 05:31:59 UTC
[stable31-24]
Successfully reproduced by described way on w2k (have performed "copy" of
jdk1.3-src/src dir and then "paste" to another dir).
It has thrown an exception that I will attach in a while. If I have closed the
exception dialog, always new appeared. CPU on max, everything slowed down, had
to terminate the process from outside of the IDE.

But also a dialog "Confirm changes" appeared with following "Change List":
Add Method set Type Code: (from TypeCodeFactory to ORB)
Update Method get TypeCode: (from TypeCodeFactory to ORB)

NOTE: Bug still also appears in version : FFJ20
Comment 2 Robert Dankanin 2000-12-08 05:33:59 UTC
Created attachment 386 [details]
thrown OutofMemoryError exception
Comment 3 Svata Dedic 2000-12-12 11:35:59 UTC
[dev-87, release31-27] Fixed. Code synchronization was incorrectly triggered on
the new copies. Given the amount of sources that demanded the synchronization
(and kept all the associated data structures until the user dismissed the
Confirmation dialog), NetBeans simply run out of the memory.
Comment 4 Jan Becicka 2001-02-12 14:39:59 UTC
[dev-124] Verified
Comment 5 Quality Engineering 2003-07-01 13:21:08 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.