Re: [tcljava-dev] TclList finalize
Brought to you by:
mdejong
From: Dan W. <dcw...@ea...> - 2000-12-20 13:20:11
|
> 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. I've been loading Tcl Blend and a JVM into Tcl.. I can see that the notifier has been alerted, but the notifier never seems to run. I'm going to try and trace down where it's failing. > 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. I haven't seen this problem where only some of the threads are not taken down properly. That sounds really strange. -Dan |