NSURLConnection crash

2008-07-24 Thread Sijmen Mulder
I'm experiencing strange crashes with NSURLConnection (EXC_BAD_ACCESS). As far as I know, I'm doing nothing strange. I set up the request, pass it to a connection, and let it start. Then, after a second or two, the crash comes. Note that I'm using garbage collection. I've narrowed it down

Re: NSURLConnection crash

2008-07-24 Thread Sijmen Mulder
] already starts it loading, so there's no need to call start. I don't think it should crash -- that may be an Apple bug -- but it looks like you can stop the crashing by getting rid of the call to start. -Jeff On Jul 24, 2008, at 12:23 PM, Sijmen Mulder wrote: I'm experiencing strange