site_archiver@lists.apple.com Delivered-To: Darwin-dev@lists.apple.com User-agent: Thunderbird 2.0.0.21 (Macintosh/20090302) static void AbortHandler( int /* inSignal */ ) { long* badAddr = 0; *badAddr = 7; } -- James W. Walker, Innoventive Software LLC <http://www.frameforge3d.com/> _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... When my app gets SIGABRT, I'd like to get an access violation or something that produces a crash log with a stack crawl. I tried saying signal( SIGABRT, AbortHandler ), where AbortHandler is defined as On Tiger, it sort of works... the crash report window comes up, though the app remains running in a hung state. On Leopard, it just hangs. This email sent to site_archiver@lists.apple.com
participants (1)
-
James Walker