-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Crashes in http_request_nsurl.mm #2417
Comments
Is this related to the |
Probably yes. Today I got another crash in
|
The amount of crashes decreases for me, if i turn of the new iOS9 Wi-Fi Assist. This seems to be a problem. |
@kkaefer Have you had any luck on narrowing down the uv_async issues? Is this possibly a bug in libuv itself? |
If turning off Wifi Assist helps, perhaps Reachability callbacks have something to do with reproducing the issue directly. |
@1ec5 does Reachability cause uv_async to be called more frequently so it just crashes faster? Hmm... |
Don’t mind |
Looks like the same issue, but slightly different stack trace.
|
I also have the crash related to mbgl::HTTPNSURLRequest:
|
@webventil @minikin I just merged #2617 and can't reproduce this anymore. Can you please check out the current master build and see if that issue still exists? |
My iOS app often crashes in
http_request_nsurl.mm
. Unfortunately I can't say how to reproduce. Most of the times, it happens after going with the app back to foreground or dismissing a view controller with a map view.The text was updated successfully, but these errors were encountered: