• 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: exc bad access when change the contentSize of popover
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: exc bad access when change the contentSize of popover


  • Subject: Re: exc bad access when change the contentSize of popover
  • From: Jens Alfke <email@hidden>
  • Date: Fri, 22 Mar 2013 10:32:59 -0700

On Mar 21, 2013, at 8:47 AM, Peng Gu <email@hidden> wrote:

>   4. I click the button again, then the app hangs for about 10 seconds and
>   the xcode throws EXC_BAD_ACCESS(code=2, address=0x7fff5f3ffff8), the caller
>   is 0_CFArrayReplaceValues
> *The app doesn't die, it just doesn't respond.*

The app has crashed and is suspended so that the Xcode debugger can examine it. At this point you should use the debugger UI in Xcode to look at the stack.

From the pause, this sounds a lot like an infinite-regress, i.e. functions calling each other in an endless cycle. This will run for a while before it overflows the stack space and crashes, and then Xcode’s debugger will take a while to read the huge list of stack frames out of the process.

> I used @try @catch, no error thrown.

Crashes aren’t the same as Objective-C exceptions, they’re lower-level. You generally can’t catch or recover from them programmatically unless you want to get into tricky low-level coding like signal handling.

—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


  • Follow-Ups:
    • Re: exc bad access when change the contentSize of popover
      • From: John McCall <email@hidden>
References: 
 >exc bad access when change the contentSize of popover (From: Peng Gu <email@hidden>)

  • Prev by Date: Re: @class
  • Next by Date: Re: Watching a file for changes.
  • Previous by thread: exc bad access when change the contentSize of popover
  • Next by thread: Re: exc bad access when change the contentSize of popover
  • Index(es):
    • Date
    • Thread