You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: