I have this piece of code, which crashes TclBlend 1.2.6 using JDK 1.2.  Can
someone else try this and let me know if you can reproduce this behavior?

package require java
set a [list a b c]
set interp [java::getinterp]
set a1 [$interp getVar a 0]
java::call tcl.lang.TclList append $interp $a1 $a1
$a1 toString
java::call tcl.lang.TclList append $interp $a1 $a1
$a1 toString

I get a stack overflow after the last command.

SymcJIT Panic: Unhandled stack overflow in native code...cannot recover.
Addr:
10037e63


-- Jiang Wu
   [EMAIL PROTECTED]

----------------------------------------------------------------
The TclJava mailing list is sponsored by Scriptics Corporation.
To subscribe:    send mail to [EMAIL PROTECTED]  
                 with the word SUBSCRIBE as the subject.
To unsubscribe:  send mail to [EMAIL PROTECTED] 
                 with the word UNSUBSCRIBE as the subject.
To send to the list, send email to '[EMAIL PROTECTED]'. 
An archive is available at http://www.mail-archive.com/tcljava@scriptics.com

Reply via email to