Hi,<br><br>I have a problem with the following code:<br><br>[xotcl-1.6.0]$ ./xotclsh <br>% ::xotcl::Object eval set a 5<br>5<br>% ::xotcl::Object eval ::xotcl::Object set a 5<br>5<br>% ::xotcl::Object eval ::xotcl::Object set<br>
Segmentation fault<br><br><br>This line works fine:<br><br>::xotcl::Object eval ::xotcl::Object set a 5<br><br>This line causes a Segmentation fault:<br><br>::xotcl::Object eval ::xotcl::Object set<br><br>It should just throw an error.<br>
<br>
This code is similar but does not have the problem:<br><br>[xotcl-1.6.0]$ ./xotclsh<br>% ::xotcl::Object eval ::xotcl::Object lappend a 5<br>5<br>% ::xotcl::Object eval ::xotcl::Object lappend<br>wrong # args: should be &quot;lappend varName ?value value ...?&quot;<br>
% exit<br><br>This was on a fresh compile of Tcl8.4.19 and XOTcl1.6.0.<br><br>Let me know if you see this in your builds.&nbsp;&nbsp; <br><br>Thanks,<br><br>Ben<br>