K 10 svn:author V 7 delphij K 8 svn:date V 27 2009-02-13T01:51:56.000000Z K 7 svn:log V 275 For some reason the Wx ClassInfo destructor would end up with a loop in the RTTI chain, which in turn cause an infinite loop. Add a workaround for the situation by calling _Exit() in place of exit() which will not invoke atexit() callbacks. Reported by: buganini gmail com END