Unexplained hangs
Unexplained hangs
- Subject: Unexplained hangs
- From: James Maxwell <email@hidden>
- Date: Fri, 25 Apr 2008 18:15:11 -0700
Hello All,
I have a very strange error with a project I've been working on. I've
been trying different designs to try to work out a particular problem,
and over that time I've been making different subclasses of a
particular object. Suddnely, for no reason that I can see, *any*
subclass of this object fails to init. The debugger hangs on
"objc_msgSend", and clicking continue gives "EXC_BAD_ACCESS."
Now, I know there could be a million reasons why an object wouldn't
init, but if I use the super class, the program runs fine. To make the
point even more obvious, even subclass with NO overrides of any kind
won't init, but using the superclass directly works just fine. The
code compiles, but hangs when I run it.
I've been having weird problems all day, and I'm just wondering if
anybody knows of any particularly strange bugs in xCode 3.0, and
whether there are any cures. This seriously makes no sense (and I've
been having other problems today which similarly made little sense).
Any thoughts **greatly** appreciated.
thanks,
J.
_______________________________________________
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