-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Description
Description
Experiencing following crash:
Crash log snippet
Exception Type: SIGABRT
Exception Codes: #0 at 0x186ac7014
Crashed Thread: 4
Thread 4 Crashed:
0 libsystem_kernel.dylib 0x0000000186ac7014 __pthread_kill + 8
1 libsystem_c.dylib 0x0000000186a3b400 abort + 140
2 libc++abi.dylib 0x00000001865052d4 __cxa_bad_cast + 0
3 libc++abi.dylib 0x0000000186522ca8 default_terminate_handler() + 280
4 libobjc.A.dylib 0x0000000186530860 _objc_terminate() + 152
5 libc++abi.dylib 0x000000018651f66c std::__terminate(void ()) + 16
6 libc++abi.dylib 0x000000018651ef84 __cxxabiv1::exception_cleanup_func(_Unwind_Reason_Code, _Unwind_Exception*) + 0
7 libc++.1.dylib 0x00000001864f578c std::_1::_throw_system_error(int, char const*) + 88
8 MyApp 0x00000001001adb24 +[RCTFont updateFont:withFamily:size:weight:style:variant:scaleMultiplier:] (RCTFont.mm:92)
9 MyApp 0x0000000100223d94 -[RCTShadowText _attributedStringWithFontFamily:fontSize:fontWeight:fontStyle:letterSpacing:useBackgroundColor:foregroundColor:backgroundColor:opacity:] (RCTShadowText.m:278)
10 MyApp 0x0000000100223b08 -[RCTShadowText attributedString] (RCTShadowText.m:235)
11 MyApp 0x0000000100223a14 -[RCTShadowText recomputeText] (RCTShadowText.m:228)
12 MyApp 0x000000010021a670 -[RCTTextManager uiBlockToAmendWithShadowViewRegistry:] (RCTTextManager.m:109)
13 MyApp 0x00000001001f9c9c -[RCTComponentData uiBlockToAmendWithShadowViewRegistry:] (RCTComponentData.m:459)
14 MyApp 0x00000001001f1c18 -[RCTUIManager _layoutAndMount] (RCTUIManager.m:1120)
15 MyApp 0x00000001001c511c __36-[RCTBatchedBridge batchDidComplete]_block_invoke (RCTBatchedBridge.m:1008)
16 libdispatch.dylib 0x00000001869821fc _dispatch_call_block_and_release + 24
17 libdispatch.dylib 0x00000001869821bc _dispatch_client_callout + 16
18 libdispatch.dylib 0x00000001869903dc _dispatch_queue_serial_drain + 928
19 libdispatch.dylib 0x00000001869859a4 _dispatch_queue_invoke + 652
20 libdispatch.dylib 0x000000018699234c _dispatch_root_queue_drain + 572
21 libdispatch.dylib 0x00000001869920ac _dispatch_worker_thread3 + 124
22 libsystem_pthread.dylib 0x0000000186b8b2a0 _pthread_wqthread + 1288
23 libsystem_pthread.dylib 0x0000000186b8ad8c start_wqthread + 4
Reproduction Steps
Cannot reproduce.
- React Native version: 0.34
- Platform: iOS
- Development Operating System: Mac
- Dev tools: Xcode