[Tcl Java] Re: possible memory.

2000-10-22 Thread Dan Wickstrom
Mo DeJong wrote: On Sat, 21 Oct 2000, Dan Wickstrom wrote: What does your src/tclblend/tcl/lang/CObject.java finalize() method look like? I thought the last round of patches left that ptr dangling on purpose. I have not has time to Yes the finalize method just calls the super

[Tcl Java] Re: possible memory.

2000-10-22 Thread Mo DeJong
On Sun, 22 Oct 2000, Jiang Wu wrote: Let's not forget there is a problem with the putting object on a queue for deletion by the interpreter. As the GC may run at a random time, it is possible when a Cobject is being finalized, the associated interpreter is already deleted. 1. Create a

[Tcl Java] Tcl/Java project moves to sourceforge!

2000-10-22 Thread Mo DeJong
I did not see any objections to the thread cleanup patches I posted, so I checked them into the CVS along with a fix that adds a mutex to access some global variables. If you want to get these changes, you will have to check them out of the sourceforge CVS. As you may have heard, the Tcl project