-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Crash in NSURLConnectionLoader #6471
Comments
Just triggered this again. |
Got it again. I should add that in all cases, Xcode crashed shortly after reporting this error. |
Did you encounter this crash on iOS or macOS? |
macOS |
What specific version of macOS are you running? Is this macosapp or a test application (and is it sandboxed)? Do you know what URL we were trying to fetch when the crash occurred? |
Got another one on master:
|
I've been getting these occasionally on iOS 10.0.2 (14A456), so it's not unique to OS X:
|
I get this consistently on the ios 10.1 simulator when downloading a multi-thousand tile region.
|
http://stackoverflow.com/a/40536997/52207
|
Just encountered this crash while running test cases. The crash occured while running
OnlineFileSource.Load
:It's a little bit worrying that there's no Mapbox GL code in there; this seems to be internal to the framework. However, it could also point to us misusing it:
The text was updated successfully, but these errors were encountered: