Re: Why does this keep sending EXC_BAD_ACCESS
Re: Why does this keep sending EXC_BAD_ACCESS
- Subject: Re: Why does this keep sending EXC_BAD_ACCESS
- From: "M. Uli Kusterer" <email@hidden>
- Date: Tue, 30 Mar 2004 20:04:57 +0100
At 11:37 Uhr -0500 30.03.2004, Angel Caban wrote:
The program crashes at line 7. With an EXC_BAD_ACCESS.
serverWindows is an initialized NSMutableArray.
Initialized *how*? It's very likely that you're either initializing
it *wrong*, or you're releasing it after that. In any event,
serverWindows is obviously an invalid pointer and that's why you get
EXC_BAD_ACCESS when trying to send a message to it.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.