gpt4 book ai didi

android - React Native Crashed :Thread : SIGSEGV libjsc. 所以

转载 作者:行者123 更新时间:2023-12-04 12:00:17 24 4
gpt4 key购买 nike

我们在 android 设备中的各种随机位置发生了以下崩溃。虽然我们已将 ndk abifilters 更改为“armeabi-v7a”、“arm64-v8a”

  Crashed: Thread :  SIGSEGV  0x0000000000000010
#00 pc 0x723d46f748 libjsc.so
#01 pc 0x723d4bbfe8 libjsc.so
#02 pc 0x7339d68b6c libc.so
当前配置
RN 版本 0.63.4
 defaultConfig {
..
ndk { abiFilters "armeabi-v7a", "arm64-v8a" }
}
splits {
abi {
reset()
enable enableSeparateBuildPerCPUArchitecture
universalApk false // If true, also generate a universal APK
include "armeabi-v7a",
"x86", "arm64-v8a", "x86_64"
}
}

project.ext.react = [
entryFile : "index.js",
enableHermes: false, // clean and rebuild if changing
]
enter image description here
enter image description here

最佳答案

我只在 Android RN 0.59.5 上使用 JSC 在野外遇到过此类问题,唯一的出路是升级 JSC。
这个问题是由于 JSC 深处发生的内存问题造成的,我们对此几乎无能为力。
有关更多信息,请参阅这些线程:
https://github.com/facebook/react-native/issues/24261
https://github.com/facebook/react-native/pull/25426/files
但是由于您已经在使用 RN 版本 0.63.4,唯一的方法是取消 JSC 并启用 Hermes。 Hermes 提供了许多性能优化,例如字节码、更快的冷启动等。阅读更多关于 here 的信息.
如果您愿意,您可以在 react-native/package.json 中检查您的应用程序中使用的 JSC 版本,看看您是否可以进一步升级它。

关于android - React Native Crashed :Thread : SIGSEGV libjsc. 所以,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65418985/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com