• 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
EXC_BAD_ACCESS in _class_changeInfo
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: EXC_BAD_ACCESS in _class_changeInfo
      • From: Greg Parker <email@hidden>
  • Prev by Date: Re: Exel and PowerPoint
  • Next by Date: Code Signing for Dummies
  • Previous by thread: Re: Path for writeToFile
  • Next by thread: Re: EXC_BAD_ACCESS in _class_changeInfo
  • Index(es):
    • Date
    • Thread