React Native-崩溃“应用程序处于后台状态时OpenGL渲染”

时间:2019-09-26 09:13:21

标签: ios react-native react-native-ios

我的React本机应用程序可以正常运行,直到一周前。 Fabric报告了一次崩溃,它说:

OpenGL rendering while app in background state

iOS版本为12.4.012.4.1

下面是Fabric中的堆栈跟踪:

Crashed: com.apple.main-thread
0  libGPUSupportMercury.dylib     0x1f4122fe4 gpus_ReturnNotPermittedKillClient
1  AGXGLDriver                    0x1f87cfed8 (Missing)
2  libGPUSupportMercury.dylib     0x1f4123fac gpusSubmitDataBuffers
3  AGXGLDriver                    0x1f87d1404 (Missing)
4  GLEngine                       0x1f98bbd90 glFinish_Exec
5  GLKit                          0x1e509792c -[GLKView _display:] + 272
6  QuartzCore                     0x1dc64eabc -[CALayer display] + 188
7  QuartzCore                     0x1dc5b749c CA::Context::commit_transaction(CA::Transaction*) + 532
8  QuartzCore                     0x1dc5e5620 CA::Transaction::commit() + 640
9  QuartzCore                     0x1dc5e615c CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) + 92
10 CoreFoundation                 0x1d80a3d08 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 32
11 CoreFoundation                 0x1d809ea30 __CFRunLoopDoObservers + 412
12 CoreFoundation                 0x1d809efac __CFRunLoopRun + 1228
13 CoreFoundation                 0x1d809e7c0 CFRunLoopRunSpecific + 436
14 GraphicsServices               0x1da29f79c GSEventRunModal + 104
15 UIKitCore                      0x204a23c38 UIApplicationMain + 212

如果您知道如何解决此问题,请告诉我。

非常感谢

0 个答案:

没有答案