Skip to content
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

App crashed in Android 7 devices #14346

Closed
kennethpdev opened this issue Jun 6, 2017 · 1 comment
Closed

App crashed in Android 7 devices #14346

kennethpdev opened this issue Jun 6, 2017 · 1 comment
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@kennethpdev
Copy link

kennethpdev commented Jun 6, 2017

Description

I have been using react since, I published my app to playstore. So I got reports from the ANR/Crashes tab. This happen specifically on android 7 devices. and even on emulator.

Google play sometimes call it "tgkill" and have trace like this. I have so many crashes like 50 and up.

backtrace:
  native: pc 000000000004b4a0  /system/lib/libc.so (tgkill+12)
  native: pc 0000000000048ba3  /system/lib/libc.so (pthread_kill+34)
  native: pc 000000000001e1b9  /system/lib/libc.so (raise+10)
  native: pc 00000000000197a5  /system/lib/libc.so (__libc_android_abort+34)
  native: pc 0000000000017540  /system/lib/libc.so (abort+4)
  native: pc 000000000000cce1  /system/lib/libcutils.so (__android_log_assert+112)
  native: pc 000000000003d783  /system/lib/libhwui.so
  native: pc 0000000000027583  /system/lib/libhwui.so
  native: pc 0000000000025b19  /system/lib/libhwui.so
  native: pc 00000000000285f9  /system/lib/libhwui.so
  native: pc 0000000000028ec3  /system/lib/libhwui.so
  native: pc 0000000000029f19  /system/lib/libhwui.so (_ZN7android10uirenderer12renderthread12RenderThread10threadLoopEv+80)
  native: pc 000000000000e6ab  /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+178)
  native: pc 0000000000069a39  /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80)
  native: pc 0000000000048677  /system/lib/libc.so (_ZL15__pthread_startPv+22)
  native: pc 000000000001a411  /system/lib/libc.so (__start_thread+6)

It's working as expected on Android 6 and 5 devices but not with 7 really. So I'm not sure what's happening inside.

react-native 0.43
react 16.0.0-alpha.6
Android emulator android 7.0
Real phone android : 7

@hramos
Copy link
Contributor

hramos commented Jun 6, 2017

As it happens, debugging individual crashes from a particular app is out of scope for the issue tracker. If you can distill this into a reproducible issue, we'd be happy to take a look.

@hramos hramos closed this as completed Jun 6, 2017
@facebook facebook locked as resolved and limited conversation to collaborators Jun 6, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

3 participants