Re: What cause EXC_BAD_ACCESS?
Re: What cause EXC_BAD_ACCESS?
- Subject: Re: What cause EXC_BAD_ACCESS?
- From: Fritz Anderson <email@hidden>
- Date: Sun, 30 Sep 2007 11:52:43 -0500
On 30 Sep 2007, at 9:26 AM, Norio Ota wrote:
An EXC_BAD_ACCESS error comes only after my app reads my custom
format type of data and reads document nib file.
1. When new document is selected, no problem.
2. When open document is selected and the app reads one of three
formats which Core Data supports, no problem.
3. Only after reading custom formatted file and after
windowControllerDidLoadNib gets called, EXC_BAD_ACCESS comes.
The windowControllerDidLoadNib method calls [super
windowControllerDidLoadNib] and detects how each attribute of
managedObjects
has been set.
It looks fine that the custom formatted data is read, and the
objects created and initialized with the data seem to be fine.
Because the value of each attribute of managedObjects was what I
expected.
You don't say what you learned from the debugger. Does any of your
code appear in the stack trace?
— F
_______________________________________________
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