Tang, Charlie Y. wrote:

I've used JProbe on my program,when I used InvokeLater instead of
InvokeAndWait, the problem was even worse, my program would crash after
about 10 hours. The RunnableQueue$Link object count increased everytime
updates were called.

Who is holding references to the Link Objects?

After using InvokeAndWait(), it seems to work
better, but occasionally went out of memory also.

Is there any chance that you are adding runnables faster than they could be cleared?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to