Here's a start of a patch for this. It registers a terminate handler, but
doesn't
actually do anything in the callback. Unfortunately, set_terminate doesn't
offer a
way to save a context pointer, so to get back to the ExceptionHandler
instance that
registered this handler, in order to actually write a dump, we'll probably
need to
implement something like the Windows ExceptionHandler does, with a vector of
installed handlers and synchronization around them. Bleh.
Attachments:
osx-c++-exceptions.patch 2.6 KB
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings