EXC_BAD_ACCESS in _class_changeInfo
EXC_BAD_ACCESS in _class_changeInfo
- Subject: EXC_BAD_ACCESS in _class_changeInfo
- From: Dave DeLong <email@hidden>
- Date: Mon, 02 Mar 2009 22:22:54 -0700
Hey everyone,
I've just come across something that I'm totally lost on.
I've got an app that I'm making that uses the Flying Meat database
system (this may or may not be relevant; I have no idea), a couple
static arrays[], and an "EditMyTeamsViewController".
When I call:
EditMyTeamsViewController * editMyTeams = [[EditMyTeamsViewController
alloc] init];
I get an EXC_BAD_ACCESS on line 11 of the assembly in
_class_changeInfo (presumably in the runtime): 0x941e6d4a <+0022>
mov 0x10(íx),êx (in case you really wanted to know)
The stacktrace is:
_class_changeInfo
_class_setInitialized
_class_initialize
_class_lookupMethodAndLoadCache
_objc_msgSend
[MyCallingClass callingMethod]
I have verified that the result of the +alloc call is non-nil, but
other than that I have no clue how to begin debugging this.
Any ideas?
Thanks!
Dave
_______________________________________________
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