On Feb 23, 2008, at 5:15 PM, James Pengra wrote:
I have a lot of trouble with string variables becoming
"invalid" according to their value in the Debugger. If I set a
string variable like NSString *str = [NSString
stringWithString:<some other string variable>] it seems OK initially
but then when I try to use it later in the program it is invalid and
crashes the program. Ususally even tho' the address for the string
is the same as before.
See <http://developer.apple.com/documentation/Cocoa/Conceptual/MemoryMgmt/Tasks/MemoryManagementRules.html#//apple_ref/doc/uid/20000994
>
and
<http://developer.apple.com/documentation/Cocoa/Conceptual/CocoaFundamentals/CocoaObjects/chapter_3_section_5.html
>
mmalc
_______________________________________________
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]