Re: Today is messed up
Re: Today is messed up
- Subject: Re: Today is messed up
- From: Rob Kuilman <email@hidden>
- Date: Sun, 10 Aug 2003 11:55:54 +0200
HI,
I can't tell you for 100%, but i figure you shouldn't release the
NSCalenderDate.
Just try, and you'll find out :)
HTH,
Robert K.
-----------------------------{ Official Cocoa Newbie!
}-----------------------------
web:
http://halfduplex.net/
email: email@hidden
PS. Anyone noticed a 'disk-full' error while posting to this list ?
On Sunday, August 10, 2003, at 10:58 AM, Wesley Penner wrote:
Hi,
I'm having trouble with this bit of code. Can anyone explain why?
- (int)setupDates {
int way;
NSCalendarDate *today = [NSCalendarDate calendarDate];
[today years:NULL months:NULL days:&way hours:NULL minutes:NULL
seconds:NULL sinceDate:startDate]; // <-- debugger stops here
way++;
....
[today release]; // <-- is this really necessary? Added when the
problems started to try and circumvent them
}
The first time through it performs as expected, assigning way to be the
number of days since startDate (set elsewhere). However, when I reset
startDate and call this a second time, it ends with "EXC_BAD_ACCESS".
(By the by, what does that mean anyway? I found no reference in the
documentation.)
The debugger shows that within the variable today there is a problem:
*((((((today)->isa)->cache)->buckets)[0]->method_types) [-[Controller
setupDates]0-Thread-1] :: out of scope
I have no idea what it means, so it sounds very impressive. How can I
fix this?
Thanks in advance for any insight you can offer,
Wesley Penner
_______________________________________________
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.
_______________________________________________
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.