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

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