[Tcl Java] Re: ajuba branch

2000-10-25 Thread Dan Wickstrom
I just got a fresh CVS checkout from SF and ran the tests with IBM JDK 1.3 (on Linux) and it worked just fine. I don't know what to tell ya. You are using the branch tag: ajuba-tclblend-contract-2000-08-01-branch I just got a fresh checkout from the ajuba branch (used cut and paste from

[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-19 Thread Dan Wickstrom
The last posting got mangled a little, so I'm attaching the trace file. It's probably a lot clearer than looking at my last posting. -Dan 0 ckalloc 8c5d99024./../generic/tclLiteral.c 261 1 ckalloc 8c5d9d817./../generic/tclLiteral.c 267

[Tcl Java] Re: thread cleanup - something that works

2000-10-17 Thread Dan Wickstrom
Well, thread support was just added recently so before that having two interps in the same thread was the only way you could create two interps, cause there was only one thread. Besides that, it is nice to be able to have a child interp to run things in. It provides the ability to run safe

[Tcl Java] Re: leaking memory

2000-10-12 Thread Dan Wickstrom
If you ask me, you time would be better spent getting the current code into "shape" so that it can be dropped into aolserver as is. The code on the branch is not really set in stone, so if you can provide a reasonable way to add your stuff with only a minimal change (like #ifdef AOLSERVER

[Tcl Java] merge with aolserver

2000-10-05 Thread Dan Wickstrom
I recently merged the code from the ajuba-contract branch with nsjava/aolserver and it seems to be work pretty well on linux. Operation on solaris machines on the other hand seems to be totally hosed with bus-errors occuring at random times during the execution of JavaInitBlend at the start of a