Re: NSURLConnection crashes with EXC_BAD_ADDRESS -- can't find why...
Re: NSURLConnection crashes with EXC_BAD_ADDRESS -- can't find why...
- Subject: Re: NSURLConnection crashes with EXC_BAD_ADDRESS -- can't find why...
- From: Greg Guerin <email@hidden>
- Date: Thu, 9 Apr 2009 11:56:15 -0700
david paeme wrote:
This might be more interesting... looks like the thing some crash
down in the bowels of LocaleGetValue?
Locale information is often taken from environment variables. Print
the environment, compare it to when it doesn't crash, and check any
differences.
Next, try running your code when logged in under a new user account.
If it consistently works there, you may have a setting or a haxie of
some kind in your original account that's breaking the code. If it
fails on the new user account, it could still be a haxie or similar,
but installed at the system-wide level, typically in /Library/.
Finally, you first wrote "very similar to what's in aaron hillegass'
book". Have you tried the original code exactly as given in the
book? Did it also fail, or did it work? If it also fails, that
suggests something about your user account, environment, machine,
configuration etc. If the original works, though, it suggests you've
added a bug, so double-check every addition or deletion you made.
-- GG
_______________________________________________
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