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