-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔥Crash in libv8.so #22
Comments
@taschik Since that is native crash, the crash information you provided is not enough for troubleshooting. Please refer Fabric Crashlytics NDK setup guide to capture native crashes. The debug symbols for libv8 you could get it from: wget https://registry.npmjs.org/v8-android/-/v8-android-7.5.1.tgz
tar xf v8-android-7.5.1.tgz
tar xf package/dist/lib.unstripped/v8-android/7.5.1/libs.tar.xz
file {armeabi-v7a,arm64-v8a,x86,x86_64}/libv8.so |
Thanks @Kudo! I added Crashlytics NDK but need to wait for a new release and users experiencing the crash to share more details. I will keep you posted. |
Thanks and feel free to let me know if you need any assistance. |
@Kudo We have shifted to v8 from jsc because we were experiencing a lot of crashes. But the same is happening using v8. below is the log #00 pc 0000000000c31dd8 /data/app/my.app.id-a42vFQTz2lrEJMUnXdYsYA==/lib/arm64/libv8.so |
Thank you @AmandeepSingh06. |
According to our Android vitals that crash is seen only on 3 specific models:
I've found related issue https://discuss.cocos2d-x.org/t/cocos-creator-crash-on-device-xiaomi-redmi/47653 Here is the quote from one of the answers:
I am not entirely sure that bug in chromium tracker is the same with ours / the one reported at discuss.cocos2d-x.org, as I see crashes exactly on 3 models I've listed above, and the guy whom I quoted shows screenshot with more affected models, but that looks related |
@biomancer These information is great, I will find a time to take a look. https://github.com/Kudo/v8-android-buildscripts/releases/tag/v7.8.0
|
Please use new version to prevent #29 crash issue. https://github.com/Kudo/v8-android-buildscripts/releases/tag/v7.8.1
|
@Kudo we've released an app version with the updated react-native-v8 (react-native-v8@0.60.6-patch.2, v8-android-nointl@7.8.1), that fixed #29, but this issue is not resolved, we continue to see the crashes on these particular devices in Android vitals. Here are some examples:
|
@biomancer From the crash backtrace, it is the same GC problem again. It seems the crash happens on Chromium based browser too. |
Hello @biomancer did you find any solution for this? We meet the same problem that make us crazy!Any help is appreciate. Thank you |
For version 11.1000.4, it does not contain lib.unstripped. Where should I get debug symbols? |
@Kudo For version 11.1000.4, it does not contain lib.unstripped. Where should I get debug symbols? |
Hi,
we rolled out our RN app using v8 and seeing some crashes like the following. Unfortunately, Crashlytics doesn't give us more information so I wanted to ask if anyone has experience with this or seen this before:
Affected Device: Xiaomi
Affected OS: Android 9
Our environment is:
The text was updated successfully, but these errors were encountered: