If you are using Soar via the Python SML library and you register a handler with an incorrect signature (such as simply def foo(self)), Soar crashes when the handler is called, and the swig exception handler does not print any message nor the type of the exception. This makes figuring out the issue very difficult.