Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » eclipse heap out of memory while pasting(eclipse heap out of memory while pasting in the editor)
eclipse heap out of memory while pasting [message #1007744] Thu, 07 February 2013 11:45
Mahesh Maney is currently offline Mahesh ManeyFriend
Messages: 28
Registered: July 2009
Junior Member
Hi,

We have a class COBOLEditor which extends AbstractDecoratedTextEditor. Sometimes when the user tries to copy and paste few lines of text from the COBOL editor, eclipse throws heap out of memory exception. We have witnessed this with 15000 lines of text. one observation is when i comment the call made to
super.changeTextPresentation(presentation, controlRedraw);
the error is not witnessed. The super call is made to
org.eclipse.jface.text.TextViewer.changeTextPresentation(TextPresentation, boolean)

Can someone please suggest us what/why is this throwing heap out of memory exception.

Regards
Mahesh Maney R.
Previous Topic:Eclipse window border
Next Topic:p2 repository problems
Goto Forum:
  


Current Time: Tue Mar 19 02:23:26 GMT 2024

Powered by FUDForum. Page generated in 0.02042 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top