Re: EXC_BAD_ACCESS in _class_changeInfo

2009-03-06 Thread Eric Gorr
On Mar 3, 2009, at 11:04 AM, Greg Parker wrote: NSZombie and Guard Malloc are probably your new best friends. Information on NSZombie and other cool stuff can be found here: Technical Note TN2124 Mac OS X Debugging Magic http://developer.apple.com/technotes/tn2004/tn2124.html __

Re: EXC_BAD_ACCESS in _class_changeInfo

2009-03-06 Thread Dave DeLong
After some rather indepth testing, I found out that I hadn't declared the static arrays correctly (sigh...). Fixing the declarations fixed the crashing problem, but led to other ones (unrelated, I think). I was eventually able to fix it. Dave On Mar 3, 2009, at 9:04 AM, Greg Parker wrote

Re: EXC_BAD_ACCESS in _class_changeInfo

2009-03-03 Thread Greg Parker
On Mar 2, 2009, at 9:22 PM, Dave DeLong wrote: 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 "EditMyTeams

EXC_BAD_ACCESS in _class_changeInfo

2009-03-02 Thread Dave DeLong
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: EditMyTeamsViewCo