Thanks for the suggestion, problem is; for this to work I have to put this check around each statement that could possibly still be called when/on shutting down.This is, of course, not acceptable :)
On 3/29/2010 13:10, Mirar @ Pike developers forum wrote:
I remember spraying code back in the old days with
if (this_object()) my_function();
just to avoid that kind of behavoir. That's about it. :)