Re: Custom NSURLProtocol crashes when using Garbage Collection

2009-10-20 Thread Keith Duncan
At this point I expect there's a GC bug in the NSURLProtocol machinery, specifically the bridge between NSURLProtocol and CFURLProtocol. We'll look further in 7314551. Thanks for checking for me, I was holding out on hope that there was actually bug in my code so that I could still get it w

Re: Custom NSURLProtocol crashes when using Garbage Collection

2009-10-19 Thread Greg Parker
On Oct 19, 2009, at 2:16 AM, Keith Duncan wrote: I wrote a simple NSURLProtocol subclass and started observing crashes in URL Loading code. I've extracted the crasher into a simple test project which loads an image from a URL with custom scheme which I handle every hundredth of a second. W