Re: Methods with Variable Numbers of Arguments
Re: Methods with Variable Numbers of Arguments
- Subject: Re: Methods with Variable Numbers of Arguments
- From: matt neuburg <email@hidden>
- Date: Tue, 17 Dec 2002 09:38:10 -0800
On Sat, 14 Dec 2002 16:56:56 -0600, Joe Osborn <email@hidden> said:
>
I'm getting a weird bug by which NSConstantStrings suddenly
>
explode(EXC_BAD_ACCESS) when passed to a method I'm writing that takes
>
a variable number of arguments. I highly doubt that NSConstantString
>
has broken over the last three hours, and thus the blame probably falls
>
on how I've written my variable-number-of-argument-taking method.
I've no idea what you're trying to do, but my first guess would be that blame probably falls on a bad access - somewhere you've got a string that didn't get retained. m.
matt neuburg, phd = email@hidden,
http://www.tidbits.com/matt
pantes anthropoi tou eidenai oregontai phusei
Subscribe to TidBITS! It's free and smart.
http://www.tidbits.com/
_______________________________________________
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.