Re: NSURLConnection crashes on Leopard
Re: NSURLConnection crashes on Leopard
- Subject: Re: NSURLConnection crashes on Leopard
- From: "Alexander v. Below" <email@hidden>
- Date: Wed, 14 Nov 2007 21:25:17 +0100
Best thing to do is file a bug at http://bugreporter.apple.com
I have had bad issues with NSURL related classes, apparently a lot
was changed -- and not to the better. You filing this bug increases
the chances that we see a fix soon.
Sorry I have no other help for you:(
Alex
Am 14.11.2007 um 21:16 schrieb Justin R. Miller:
Hello,
I have an application that's stable on Tiger but is now crashing
for some users on Leopard. The crashes are of two varieties (see
below for excerpts of the crash logs) and seem to be related to
NSURLConnection internals.
I am using NSURLConnection for three types of requests (and from
three classes) in the application (one HTTPS POST and two HTTPS
GETs) and providing authentication info within
didReceiveAuthenticationChallenge: with persistence
NSURLCredentialPersistenceForSession.
I am initializing with initWithRequest: and releasing in one (and
only one) of a couple places in the delegates:
1) within didReceiveResponse: (upon certain HTTP status codes)
after sending a cancel
2) within didFailWithError:
3) within connectionDidFinishLoading:
I'm also potentially releasing outside of the delegate, but only
after sending a cancel message.
I have double-checked my memory management and it's driving me
batty. Where should I turn next? Or am I doing something obviously
wrong?
Thanks in advance.
JM
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden