[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: System is running out of GDI-handles

You could try posting this on eclipse.platform.  The refresh() method is not
part of SWT.

"Michael Schreyer" <michael.schreyer@xxxxxxxxx> wrote in message
news:3apu615908pspqjg1bfq06pll1prhgjhi0@xxxxxxxxxx
> 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