Detox: Signal 11 was raised - native iOS crash when testing with Detox

Created on 1 Oct 2020  路  3Comments  路  Source: wix/Detox

Description

Hello, when my test is being executed, I have a "Signal 11 was raised" native iOS crash.
I don't understand this error, and I have no additional informations in the RN console or

  • [OK] I have tested this issue on the latest Detox release and it still reproduces

Screenshots

image

Environment (please complete the following information):

  • Detox:17.7.1
  • React Native: 0.63.3
  • Node: 12
  • Device: Any iOS simulator
  • Xcode: 12.2
  • iOS: 12.4 or 14
  • macOS: Latest

Logs

stack.txt

Thanks for the great work

acceptebug ios

Most helpful comment

Hmm, this is some special case we are not familiar with. Do you have a MapView visible? It seems rendering it is causing a crash. I will investigate.

All 3 comments

Hmm, this is some special case we are not familiar with. Do you have a MapView visible? It seems rendering it is causing a crash. I will investigate.

Hello @LeoNatan I can confirm you that the MapView is causing the crash.
I removed it and the test is fine.
So it might be a bug with the MapView.

Fixed

Was this page helpful?
0 / 5 - 0 ratings