• 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: objc_exception_throw prior to launching nib file
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: objc_exception_throw prior to launching nib file


  • Subject: Re: objc_exception_throw prior to launching nib file
  • From: Nick Zitzmann <email@hidden>
  • Date: Wed, 22 Apr 2009 13:31:41 -0600


On Apr 22, 2009, at 1:28 PM, Daniel Child wrote:

It says....

Running…
(gdb) po $rdi
Value can't be converted to integer.
(gdb)


Are you sure your program is running as Intel 64? The $rdi register is only available to X86-64 applications. In 32-bit Intel apps, arguments to functions are placed on the stack, which is in the $ebp register.

Nick Zitzmann
<http://www.chronosnet.com/>

_______________________________________________

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: objc_exception_throw prior to launching nib file
      • From: Daniel Child <email@hidden>
References: 
 >objc_exception_throw prior to launching nib file (From: Daniel Child <email@hidden>)
 >Re: objc_exception_throw prior to launching nib file (From: Nick Zitzmann <email@hidden>)
 >Re: objc_exception_throw prior to launching nib file (From: Daniel Child <email@hidden>)

  • Prev by Date: Re: objc_exception_throw prior to launching nib file
  • Next by Date: Re: non-movable fullscreen window
  • Previous by thread: Re: objc_exception_throw prior to launching nib file
  • Next by thread: Re: objc_exception_throw prior to launching nib file
  • Index(es):
    • Date
    • Thread