Re: Process crash while using NSURLConnection

2009-07-16 Thread Dave Keck
Yeah, the NSURLConnection docs aren't too heavy on details when it comes to threads, and what it does say about its threading behavior seems purely consequential to the fact that NSURLConnection relies on NS/CFRunLoop facilities, rather than NSUC implementing its own thread-safe logic. So from the

Process crash while using NSURLConnection

2009-07-16 Thread Jean-Francois Dontigny
Hi, I am currently investigating a crash we experienced in our application. We have a daemon process running in the background, and it crashed, writing the attached report as it did so. This only happened once, which suggest that this is a sporadic problem. In case it is useful, we use NSURLConnec