-
Notifications
You must be signed in to change notification settings - Fork 1.3k
MonkeyRunner native crash #10439
Comments
Another crash, this time not queryRenderedFeatures but queryShapeAnnotations:
update: hit this twice |
@tobrun Did the logs leave you with a little more context as to when did happened? Did executing again with the same seeds lead to the same outcome? |
Here is a log that lead up to a crash. It shows just before crashing that the network information changed. re. seed: been trying to reproduce with: 1510658755384. Sometimes it crashes after 8770 events, sometimes after 15959 events. Update: another log, no indication of network changes there. |
Can this be closed? |
this issue hasn't been resolved yet |
Been doing some additional monkey tests, my current theory is that this crash shows when we are querying the map and at the same time are destroying the MapView. eg. we are waiting for result as below while the map is being destroyed:
When I disable integration of @ivovandongen does above make any sense? would there be a way to handle this more cleanly? |
Been running additional tests on release-boba, not able to reproduce anymore. |
Was able to hit the following (symbolicated) native crash:
cc @ivovandongen
The text was updated successfully, but these errors were encountered: