Re: Xcode 4.1 GM exception raised in PDFkit
Re: Xcode 4.1 GM exception raised in PDFkit
- Subject: Re: Xcode 4.1 GM exception raised in PDFkit
- From: Scott Ribe <email@hidden>
- Date: Mon, 01 Aug 2011 15:49:22 -0600
On Aug 1, 2011, at 3:34 PM, Dave Keck wrote:
> This is a C++ exception, which are often used as normal flow control
> mechanisms.
Not in Apple's libraries they're not--not to mention that ***every*** reference I've ever read specifically recommends against using exceptions for normal flow control, and every C++ code base I've ever dealt with followed that recommendation.
> Unless you're seeing some console output indicating an error or a
> crash, this is likely expected behavior. You can turn off breaking on
> C++ exceptions by editing the breakpoint.
No, it should be reported as a bug. I've been developing C++ on OS X since 10.2, and the only time that I ever encountered an exception being thrown during normal execution, it was fixed in a later release.
--
Scott Ribe
email@hidden
http://www.elevated-dev.com/
(303) 722-0567 voice
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden