Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16552

App crashes on exit in InspectorImpl::getPages() on acquiring mutex

$
0
0

Having issue with React Native, my App crashes on exit(when it got swiped up to unload it), XCode debugger point to the first exception location here:

react-native/ReactCommon/jsinspector/InspectorInterfaces.cpp: Line 68 in ede2c50

 std::lock_guard<std::mutex> lock(mutex_); 

("mutex lock failed")Then this exception is not handled and terminate() called.

Xcode: 11.4.1/11E503a - /usr/bin/xcodebuildreact: 16.9.0 => 16.9.0react-native: 0.61.5 => 0.61.5

enter image description here

Any ideas on how to find out a reason for this issue?


Viewing all articles
Browse latest Browse all 16552

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>