[Tcl Java] TclBlend Core Dump

2000-03-20 Thread Jiang Wu
Can someone verify that the following scenario will cause a core dump on Solaris 2.7? Setup: Solaris 2.7, Tcl 8.2.3, TclBlend 1.2.6, JDK 1.2.2 Steps: Start 'jtclsh' and type the following commands package require java catch {set x [exec whoami]} java::load -classpath foo bar ---

[Tcl Java] UNIX Signals

2000-03-20 Thread Jiang Wu
Does TCL handle any UNIX signals? I am running into a problem where using TCL in JDK 1.2.2 on Solaris would core dump. But using JDK 1.2.2 in TCL seems to work. I am throwing out a wild guess here. It seems that the JVM is using SEGV signal during some file I/O to detect non-existent directorie