You should be able to use Tcl Blend from multiple interps, but I am
not sure how well tested that feature is. Is anyone else using multiple
interps in different threads to access Tcl Blend?
As for the crash you are seeing, what stack trace are you getting with
the JIT disabled? Is should be diffe
I've tried disabling the JIT and the crash still occurs. Here is the test
script I use:
set tclblend_init "-native -Djava.compiler=NONE"
package require java
set jStrObj [::java::new String "This is a Java String ..."]
set tStrObj [$jStrObj toString]
What happens if you set the env var JAVA_COMPILER to ""? If this is a Sun
JIT bug that should work around the problem. I have never seen an error
like this on Solaris but then again I have only tested with JDK 1.1
and a prerelease of JDK 1.2.
Mo Dejong
Red Hat Inc.
On Wed, 9 Feb 2000 [EMAIL PROT