• 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: John McCall <email@hidden>
  • Date: Fri, 22 Mar 2013 10:37:59 -0700

On Mar 22, 2013, at 10:32 AM, Jens Alfke <email@hidden> wrote:
> 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.

Also strongly suggesting this is that the the trapping address is (1) a stack address and (2) clearly right under a page boundary (the stack grows downwards).

John.
_______________________________________________

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


References: 
 >exc bad access when change the contentSize of popover (From: Peng Gu <email@hidden>)
 >Re: exc bad access when change the contentSize of popover (From: Jens Alfke <email@hidden>)

  • Prev by Date: Re: Watching a file for changes.
  • Next by Date: ARC Help
  • Previous by thread: Re: 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