Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » IMarker handle leak?(Creation of markers increase handle count in Task Manager)
IMarker handle leak? [message #510231] Tue, 26 January 2010 19:32 Go to next message
No real name is currently offline No real nameFriend
Messages: 1
Registered: January 2010
Junior Member
I am creating 2000 warning markers (IResource::createMarker) and in my windows task manager the handle count jumps to well over 10000... When I delete all these markers the handle count remains at +10000. Is this a handle leak that I should be worried about?
Re: IMarker handle leak? [message #510366 is a reply to message #510231] Wed, 27 January 2010 11:04 Go to previous message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
chen_lena1@hotmail.com wrote:
> I am creating 2000 warning markers (IResource::createMarker) and in my
> windows task manager the handle count jumps to well over 10000...
> When I delete all these markers the handle count remains at +10000.
The Task Manager is not reliable. You'd need to track this with a
profiler. Also, the VM might keep the memory even though it's no longer
used for the markers.

Dani
> Is this a handle leak that I should be worried about?
Previous Topic:occasional NPE when getting resouce from bundle
Next Topic:.project file can not recognize "../.." for linked resources?
Goto Forum:
  


Current Time: Fri Apr 26 06:22:57 GMT 2024

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

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

Back to the top