• 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: Crash when loading NSViewController view with NSArrayController
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Crash when loading NSViewController view with NSArrayController


  • Subject: Re: Crash when loading NSViewController view with NSArrayController
  • From: Kyle Sluder <email@hidden>
  • Date: Sat, 29 Sep 2012 09:54:24 -0700

On Sat, Sep 29, 2012, at 06:40 AM, Ken Thomases wrote:
> A couple of things I would try:
>
> 1) Examine the registers for the stack frame of the
> objc_msgSend_vtable5() call to see if you can figure out what message was
> being sent and possibly its arguments.
> <http://sealiesoftware.com/blog/archive/2008/09/22/objc_explain_So_you_crashed_in_objc_msgSend.html>

Also from Greg's website, it's helpful to know that
objc_msgSend_vtable5() is always -respondsToSelector:.
<http://www.sealiesoftware.com/blog/archive/2011/06/17/objc_explain_objc_msgSend_vtable.html>

The _vtable functions are optimized functions for dispatching specific
selectors.

--Kyle Sluder
_______________________________________________

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: 
 >Crash when loading NSViewController view with NSArrayController (From: Markus Spoettl <email@hidden>)
 >Re: Crash when loading NSViewController view with NSArrayController (From: Ken Thomases <email@hidden>)

  • Prev by Date: Re: NSPredicate / NSArray addObserver:forKeyPath:options:context: exception
  • Next by Date: Re: NSPredicate / NSArray addObserver:forKeyPath:options:context: exception
  • Previous by thread: Re: Crash when loading NSViewController view with NSArrayController
  • Next by thread: Re: Crash when loading NSViewController view with NSArrayController [solved]
  • Index(es):
    • Date
    • Thread