This could be related to what others have reported but:
[~/svn/codebase/trunk/tcl] package require XOTcl 1.3 [~/svn/codebase/trunk/tcl] namespace import xotcl::* [~/svn/codebase/trunk/tcl] namespace eval foo {
Class Foo Foo instproc blah {} {puts jou} Foo proc bar {} {puts bar} }
[~/svn/codebase/trunk/tcl] namespace delete foo called Tcl_FindHashEntry on deleted table Abort