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

start app crash #37668

Closed
HeMa321 opened this issue Jun 2, 2023 · 2 comments
Closed

start app crash #37668

HeMa321 opened this issue Jun 2, 2023 · 2 comments
Labels
Needs: Author Feedback Type: Unsupported Version Issues reported to a version of React Native that is no longer supported

Comments

@HeMa321
Copy link

HeMa321 commented Jun 2, 2023

Description

A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2023-06-02 16:47:27.832 4767-4767/? A/DEBUG: Build fingerprint: 'samsung/dream2qltezh/dream2qltechn:7.1/N2G48H/G9550ZHU1AQEE:user/release-keys'
2023-06-02 16:47:27.832 4767-4767/? A/DEBUG: Revision: '12'
2023-06-02 16:47:27.832 4767-4767/? A/DEBUG: ABI: 'x86'
2023-06-02 16:47:27.832 4767-4767/? A/DEBUG: pid: 4715, tid: 4758, name: create_react_co >>> com.ncsystemapp <<<
2023-06-02 16:47:27.832 4767-4767/? A/DEBUG: signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
2023-06-02 16:47:27.832 4767-4767/? A/DEBUG: eax 00000000 ebx 0000126b ecx 00001296 edx 00000006
2023-06-02 16:47:27.832 4767-4767/? A/DEBUG: esi aea7a978 edi aea7a920
2023-06-02 16:47:27.832 4767-4767/? A/DEBUG: xcs 00000073 xds 0000007b xes 0000007b xfs 0000003b xss 0000007b
2023-06-02 16:47:27.832 4767-4767/? A/DEBUG: eip d774ccc0 ebp aea78a38 esp aea789dc flags 00000292
2023-06-02 16:47:27.834 4767-4767/? A/DEBUG: backtrace:
2023-06-02 16:47:27.834 4767-4767/? A/DEBUG: #00 pc 00000cc0 [vdso:d774c000] (__kernel_vsyscall+16)
2023-06-02 16:47:27.834 4767-4767/? A/DEBUG: #1 pc 0007bf2c /system/lib/libc.so (tgkill+28)
2023-06-02 16:47:27.834 4767-4767/? A/DEBUG: #2 pc 00077705 /system/lib/libc.so (pthread_kill+85)
2023-06-02 16:47:27.834 4767-4767/? A/DEBUG: #3 pc 0002821a /system/lib/libc.so (raise+42)
2023-06-02 16:47:27.834 4767-4767/? A/DEBUG: #4 pc 0001eed6 /system/lib/libc.so (abort+86)
2023-06-02 16:47:27.834 4767-4767/? A/DEBUG: #5 pc 00222c1c /system/lib/libhoudini.so
2023-06-02 16:47:28.003 4767-4767/? E/: debuggerd: failed to kill process 4715: No such process

React Native Version

0.66.4

Output of npx react-native info

"react-native-gesture-handler": "2.5.0",
"react-native-reanimated": "2.3.1",
"react-native": "0.66.4",

Steps to reproduce

start app crash

Snack, code example, screenshot, or link to a repository

image

@github-actions github-actions bot added the Type: Unsupported Version Issues reported to a version of React Native that is no longer supported label Jun 2, 2023
@github-actions
Copy link

github-actions bot commented Jun 2, 2023

⚠️ Unsupported Version of React Native
ℹ️ It looks like your issue or the example you provided uses an unsupported version of React Native. Due to the number of issues we receive, we're currently only accepting new issues against one of the supported versions. Please upgrade to latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If you cannot upgrade, please open your issue on StackOverflow to get further community support.

@cortinico
Copy link
Contributor

Hi @HeMa321
Sadly you're not providing enough information to debug this. I see a failure in libhoudini.so which is not part of React Native. Also you're on a unsupported version of React Native so there is not much we can do here sadly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs: Author Feedback Type: Unsupported Version Issues reported to a version of React Native that is no longer supported
Projects
None yet
Development

No branches or pull requests

2 participants