<br><font size=2 face="sans-serif">The following script produces a &quot;Tcl_Release
couldn't find reference for 0x...&quot; message followed by an &quot;abnormal
program termination&quot; when Tcl exits:</font>
<br>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; package
require XOTcl</font>
<br>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; set
Interp [interp create]</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; $Interp
eval {package require XOTcl}</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; interp
delete $Interp</font>
<br>
<br><font size=2 face="sans-serif">As you can see, XOTcl is being loaded
once in the main interpreter and once in a sub-interpreter.</font>
<br>
<br><font size=2 face="sans-serif">I'm running XOTcl 1.0.2 with Tcl 8.4.2
and 8.4.4 on Windows.</font>