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

When the app starts, it crashes SIGABRT on libc.so with jsc.so #32745

Closed
uikiu opened this issue Dec 13, 2021 · 2 comments
Closed

When the app starts, it crashes SIGABRT on libc.so with jsc.so #32745

uikiu opened this issue Dec 13, 2021 · 2 comments
Labels
Needs: Triage 🔍 Stale There has been a lack of activity on this issue and it may be closed soon. Version: unspecified No version information could be extracted

Comments

@uikiu
Copy link

uikiu commented Dec 13, 2021

Description

The original stack trace

"Crash reason: SIGABRT",
"Crash address: 0x27a8000020cd",
"Process uptime: not available",
"",
"Thread 204 (crashed)",
" 0 libc.so + 0x705ac",
" 0 libc.so + 0x705ac 「」",
" x0 = 0x0000000000000000 x1 = 0x0000000000002402",
" x2 = 0x0000000000000006 x3 = 0x00000076003fbb10",
" x4 = 0x0000000000000003 x5 = 0x0000000000000003",
" x6 = 0x0000000000000003 x7 = 0x0000000000000003",
" x8 = 0x00000000000000f0 x9 = 0xf9e74b348b8a6199",
" x10 = 0x0000000000000001 x11 = 0x0000000000000000",
" x12 = 0xfffffff0fffffbdf x13 = 0x0000000061b470da",
" x14 = 0x000e8577b6eacd3b x15 = 0x000012a1638a9e75",
" x16 = 0x00000076947ed920 x17 = 0x00000076947cd6f0",
" x18 = 0x0000000000000000 x19 = 0x00000000000020cd",
" x20 = 0x0000000000002402 x21 = 0x00000000ffffffff",
" x22 = 0x000000755369709b x23 = 0x0000000000000000",
" x24 = 0x0000000000000001 x25 = 0x00000076003fbd50",
" x26 = 0x00000076003fc020 x27 = 0x0000007600c61020",
" x28 = 0x0000000000000000 fp = 0x00000076003fbbb0",
" lr = 0x0000007694782580 sp = 0x00000076003fbaf0",
" pc = 0x00000076947825ac",
" Found by: given as instruction pointer in context",
" 1 libc.so + 0x7057c",
" 1 libc.so + 0x7057c 「」",
" fp = 0x00000076003fbbc0 lr = 0x00000075319b17c0",
" sp = 0x00000076003fbbc0 pc = 0x0000007694782580",
" Found by: previous frame's frame pointer",
" 2 libjsc.so + 0x8307bc 「WTFCrashWithInfo(int, char const*, char const*, int, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long)\nsfp-exceptions.c:?」",
" fp = 0x00000076003fbbf0 lr = 0x000000753156b204",
" sp = 0x00000076003fbbd0 pc = 0x00000075319b17c0",
" Found by: previous frame's frame pointer",
" 3 libjsc.so + 0x3ea200 「JSC::Heap::checkConn(JSC::GCConductor)\nsfp-exceptions.c:?」",
" fp = 0x00000076003fbc20 lr = 0x000000753156afbc",
" sp = 0x00000076003fbc00 pc = 0x000000753156b204",
" Found by: previous frame's frame pointer",
" 4 libjsc.so + 0x3e9fb8 「JSC::Heap::runCurrentPhase(JSC::GCConductor, JSC::CurrentThreadState*)\nsfp-exceptions.c:?」",
" fp = 0x00000076003fbc40 lr = 0x0000007531570b28",
" sp = 0x00000076003fbc30 pc = 0x000000753156afbc",
" Found by: previous frame's frame pointer",
" 5 libjsc.so + 0x3efb24 「JSC::Heap::Thread::work()\nsfp-exceptions.c:?」",
" fp = 0x00000076003fbca0 lr = 0x00000075319b2504",
" sp = 0x00000076003fbc50 pc = 0x0000007531570b28",
" Found by: previous frame's frame pointer",
" 6 libjsc.so + 0x831500 「WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call()\nsfp-exceptions.c:?」",
" fp = 0x00000076003fbce0 lr = 0x00000075319c6fc0",
" sp = 0x00000076003fbcb0 pc = 0x00000075319b2504",
" Found by: previous frame's frame pointer",
" 7 libjsc.so + 0x845fbc 「WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*)\nsfp-exceptions.c:?」",
" fp = 0x00000076003fbcf0 lr = 0x0000007531a10774",
" sp = 0x00000076003fbcf0 pc = 0x00000075319c6fc0",
" Found by: previous frame's frame pointer",
" 8 libjsc.so + 0x88f770 「WTF::wtfThreadEntryPoint(void*)\nsfp-exceptions.c:?」",
" fp = 0x00000076003fbd10 lr = 0x00000076947e16f4",
" sp = 0x00000076003fbd00 pc = 0x0000007531a10774",
" Found by: previous frame's frame pointer",
" 9 libc.so + 0xcf6f0",
" 9 libc.so + 0xcf6f0 「」",
" fp = 0x00000076003fbd40 lr = 0x00000076947840ec",
" sp = 0x00000076003fbd20 pc = 0x00000076947e16f4",
" Found by: previous frame's frame pointer",
"10 libc.so + 0x720e8",
"10 libc.so + 0x720e8 「」",
" fp = 0x0000000000000000 lr = 0x0000000000000000",
" sp = 0x00000076003fbd50 pc = 0x00000076947840ec",
" Found by: previous frame's frame pointer"

Version

react-native:0.63.2 , javaScriptCore:245459.0.0

Output of react-native info

  • signal: SIGABRT
  • brand: huawei
  • CPU_ABI: arm64-v8a
  • os version: 10
  • react native version: 0.63.2
  • javaScriptCore version: 245459.0.0

Steps to reproduce

I can't reproduce this problem

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

No response

@github-actions github-actions bot added the Version: unspecified No version information could be extracted label Dec 13, 2021
@uikiu uikiu changed the title crash SIGABRT on libc.so with jsc.so When the app starts, it crashes SIGABRT on libc.so with jsc.so Dec 13, 2021
@github-actions
Copy link

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Jun 12, 2022
@github-actions
Copy link

This issue was closed because it has been stalled for 7 days with no activity.

@facebook facebook locked as resolved and limited conversation to collaborators Jun 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Needs: Triage 🔍 Stale There has been a lack of activity on this issue and it may be closed soon. Version: unspecified No version information could be extracted
Projects
None yet
Development

No branches or pull requests

1 participant