Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » System is running out of GDI-handles
System is running out of GDI-handles [message #454675] Wed, 27 April 2005 10:20 Go to next message
Eclipse UserFriend
Originally posted by: michael.schreyer.chello.at

Hi everybody,

My app is running as eclipse3.0/3.1 plugin with Java 1.4/1.5 under
Win XP Prof., using SWT and JDT.
Task manager shows that the app consumes more and more GDI-handles
while opening/closing/refreshing TableViewers, ViewParts, etc. until
nothing is left for the system.
The number of GDI-handles also rises if a TableViewer etc. is closed
although dispose() has been called :(
The number of graphical objects (images) remains constant (sleak tells
me so), like memory consumption does.
The problem seems to be in the refresh() method.

Any idea? Thank you very much....

lg Mike
Re: System is running out of GDI-handles [message #454686 is a reply to message #454675] Wed, 27 April 2005 13:40 Go to previous message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
You could try posting this on eclipse.platform. The refresh() method is not
part of SWT.

"Michael Schreyer" <michael.schreyer@chello.at> wrote in message
news:3apu615908pspqjg1bfq06pll1prhgjhi0@4ax.com...
> Hi everybody,
>
> My app is running as eclipse3.0/3.1 plugin with Java 1.4/1.5 under
> Win XP Prof., using SWT and JDT.
> Task manager shows that the app consumes more and more GDI-handles
> while opening/closing/refreshing TableViewers, ViewParts, etc. until
> nothing is left for the system.
> The number of GDI-handles also rises if a TableViewer etc. is closed
> although dispose() has been called :(
> The number of graphical objects (images) remains constant (sleak tells
> me so), like memory consumption does.
> The problem seems to be in the refresh() method.
>
> Any idea? Thank you very much....
>
> lg Mike
Previous Topic:Howto: Display TabFolder items in multiple rows
Next Topic:Failed to create Ole Client. result = -2147221008
Goto Forum:
  


Current Time: Thu Apr 25 19:09:30 GMT 2024

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

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

Back to the top