react-native: [iOS] Crashed: com.facebook.react.ShadowQueue
We’re experiencing random crashes throughout our app (no specific screen or user flow, 19% of them happening in the background) since upgrading to RN 0.60.x
React Native version:
System:
OS: macOS 10.14.4
CPU: (8) x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
Memory: 2.65 GB / 16.00 GB
Shell: 5.3 - /bin/zsh
Binaries:
Node: 10.12.0 - /usr/local/bin/node
Yarn: 1.10.1 - /usr/local/bin/yarn
npm: 6.11.2 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
SDKs:
iOS SDK:
Platforms: iOS 12.2, macOS 10.14, tvOS 12.2, watchOS 5.2
Android SDK:
API Levels: 23, 25, 26, 28
Build Tools: 23.0.1, 25.0.0, 25.0.2, 25.0.3, 26.0.1, 26.0.2, 26.0.3, 27.0.3, 28.0.3
IDEs:
Xcode: 10.2.1/10E1001 - /usr/bin/xcodebuild
npmPackages:
react: 16.8.6 => 16.8.6
react-native: ^0.60.5 => 0.60.5
npmGlobalPackages:
create-react-native-app: 1.0.0
react-native-cli: 2.0.1
react-native-git-upgrade: 0.2.7
Steps To Reproduce
So… this is a hard one as we’re unable ourselves to reproduce this issue. We released a new version of our iOS app, where we upgraded react-native to 0.60.5. We got a huge spike in crashes (+250%) since this release, with a crashlog that’s not really helping us.
Crashed: com.facebook.react.ShadowQueue
0 CoreFoundation 0x18619ab44 <redacted> + 148
1 ??? 0x0 (Missing)
2 Delta 0x1046e1a28 -[RCTNativeAnimatedModule startAnimatingNode:nodeTag:config:endCallback:] + 90 (RCTNativeAnimatedModule.m:90)
3 CoreFoundation 0x1862cc724 <redacted> + 148
4 ??? 0x0 (Missing)
5 ??? 0x6a2c118186196000 (Missing)
6 ??? 0x0 (Missing)
7 Delta 0x1046a5770 facebook::react::invokeInner(RCTBridge*, RCTModuleData*, unsigned int, folly::dynamic const&) + 108 (RCTNativeModule.mm:108)
8 Delta 0x1046a54d4 invocation function for block in facebook::react::RCTNativeModule::invoke(unsigned int, folly::dynamic&&, int) + 365 (Optional.h:365)
9 libdispatch.dylib 0x185f6bbb0 <redacted> + 32
10 ??? 0x6f355b0185f6d000 (Missing)
11 ??? 0x0 (Missing)
12 ??? 0x4135950185f74000 (Missing)
13 ??? 0x0 (Missing)
14 ??? 0x0 (Missing)
15 ??? 0x5a357b8185fd8c00 (Missing)
Am I correct to assume that this crash has something to do with an <Animated/>
tag?
If so, I saw there were some fixes included in RN 0.60.x related to Animated
, any idea where to start looking for this problem?
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 12
- Comments: 17 (2 by maintainers)
The bug is still there?
Here’s my stacktrace and RN info:
Firebase crash log: