Re: objc_exception_throw prior to launching nib file
Re: objc_exception_throw prior to launching nib file
- Subject: Re: objc_exception_throw prior to launching nib file
- From: Daniel Child <email@hidden>
- Date: Wed, 22 Apr 2009 16:13:07 -0400
Well, I think so. I thought all Core2 Duos run 64-bit.
The build settings are for Xcode 3.1, OS 10.5. Are there any other
settings I should be concerned with?
Also, tried the Intel 32-bit, and that also said it couldn't be
converted to an integer.
On Apr 22, 2009, at 3:31 PM, Nick Zitzmann wrote:
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