Re: [tcljava-dev] TclList finalize
Brought to you by:
mdejong
From: Mo D. <md...@cy...> - 2000-12-20 01:10:12
|
On Tue, 19 Dec 2000, Daniel Wickstrom wrote: > Anyway I uncommented the debug statement that you had in > CObject.processEvent to see if it is ever called, and I never see the > debug output. Did you see this working before? > > -Dan Are you loading Tcl Blend into a running JVM or loading Tcl Blend and a JVM into Tcl? I think it works for the second case, but I don't know if it has ever worked in the first. We really need to test this sort of thing. There is also a problems with threads. I was thinking that we could #define in some code when debugging that would maintain a table listing the threads that were initialized and those that were cleaned up. We could then check this "cleanup table" to make sure things were getting taken down properly. Mo DeJong Red Hat Inc |