On Mon, 23 Oct 2000, Jiang Wu wrote:

> 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

I am seeing this bug even in the most recent CVS version.
I would say this is a perfect time to try out the
new bug DB on sourceforge.

Go to:

http://sourceforge.net/projects/tcljava

The enter this in the bug tracker.

cheers
Mo DeJong
Red Hat Inc

----------------------------------------------------------------
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