Re: All of a sudden, app security exception?
Re: All of a sudden, app security exception?
- Subject: Re: All of a sudden, app security exception?
- From: Jens Alfke <email@hidden>
- Date: Fri, 27 Mar 2015 17:51:13 -0700
> On Mar 27, 2015, at 3:20 PM, Rick Mann <email@hidden> wrote:
>
> Okay, but something is still suddenly different. I didn't change my exception configuration.
Some change in your compiled code caused a different code path through the OS's code-signing verification code, and that code path happens to involve internally throwing (and catching) a C++ exception. All you can do is shrug, really; this is just an internal implementation detail of the Security framework.
As Kyle said, the workaround is to turn off C++ exception breakpoints. I find myself needing to do this any time I’m exercising code that does anything security/crypto related, or it’ll catch random throws inside Security.
—Jens
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden