We have a rather extensive oF 008 / OS X application, using a number of addons et cetera, which every now and then executes a clean exit() while we did not expect or request it.
This only happens with the stand-alone version, after running alright for a long while. It might be our own code, or an addon, but so far we have no way of figuring out which piece of code is causing the exit.
Because the deployment Mac is not eligible for the latest XCode, we can not test the application using breakpoints and don’t get any further than logging the fact that the function is called, and the app executes a clean shut-down.
So I would like to be able to log a complete stacktrace right before exit() finishes up. Does anybody know how to achieve this?
Thanks!