• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: All of a sudden, app security exception?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: All of a sudden, app security exception?


  • Subject: Re: All of a sudden, app security exception?
  • From: Rick Mann <email@hidden>
  • Date: Fri, 27 Mar 2015 15:20:20 -0700

> On Mar 27, 2015, at 15:05 , Kyle Sluder <email@hidden> wrote:
>
> On Fri, Mar 27, 2015, at 03:43 PM, Rick Mann wrote:
>> So, I'm working along on a little OS X app, and everything is fine. I
>> modify a tiny bit of code (rearranging some if statements in a method,
>> and suddenly I'm getting an exception. I didn't set or change anything
>> related to code signing. I did, just after hitting "run", go over to
>> Safari and check out some WebGL example someone sent me.
>>
>> What happened?
>>
>> #0      0x00007fff845fdab7 in __cxa_throw ()
>
> You're broken on a C++ exception throw. Unlike Objective-C code, where
> exceptions are only used for programmer errors, some C++ frameworks use
> exceptions for flow control. A higher stack frame might catch this
> exception as a normal part of execution.
>
> Change your Exception breakpoint type from "All" to "Objective-C" to
> avoid breaking into the debugger when these exceptions are thrown.

Okay, but something is still suddenly different. I didn't change my exception configuration.

Also, restarting made the problem go away.

--
Rick Mann
email@hidden



_______________________________________________

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


  • Follow-Ups:
    • Re: All of a sudden, app security exception?
      • From: Jens Alfke <email@hidden>
References: 
 >All of a sudden, app security exception? (From: Rick Mann <email@hidden>)
 >Re: All of a sudden, app security exception? (From: Kyle Sluder <email@hidden>)

  • Prev by Date: Re: All of a sudden, app security exception?
  • Next by Date: Help Bundle Trouble...
  • Previous by thread: Re: All of a sudden, app security exception?
  • Next by thread: Re: All of a sudden, app security exception?
  • Index(es):
    • Date
    • Thread