Hippy icon indicating copy to clipboard operation
Hippy copied to clipboard

A crash occurred

Open churchill-zhang opened this issue 3 years ago • 3 comments

Version

2.15.0

Platform

Android

Architecture

arm

Logs

Build fingerprint: HUAWEI/MRD-L22/HWMRD-M1:9/HUAWEIMRD-LX2/9.1.0.327C636:user/release-keys Revision: 0 ABI: arm time: 2022-12-05 10:31:45 pid: 19026, tid: 20705, name: hippy.js >>> com.tencent.wesing <<< signal: 11 (SIGSEGV), code: 1 (SEGV_MAPERR) fault addr: 0x4 si_errno:0, si_errnoMsg:Success, sending pid:0, sending uid:0 r0: 0xc80d7f4c r1: 0xc4abe210 r2: 0x00000000 r3: 0x00000000 r4: 0x00000000 r5: 0xc80d7f40 r6: 0xc80d7f4c r7: 0x00000006 r8: 0xb17bb92c r9: 0x000050dd r10: 0xc2b4914d fp: 0x000fe000 ip: 0xc3310020 sp: 0xb17bb820 lr: 0xc2b30877 pc: 0xc2b3089c cpsr: 0x60070030 #00 pc 0012389c /data/app/com.tencent.wesing-YerSlq0zYzLQh3sJkwHpzg==/lib/arm/libhippy.so [armeabi-v7a::588a3fa81d5b949473fefc4e6006becf] #01 pc 0013c92f /data/app/com.tencent.wesing-YerSlq0zYzLQh3sJkwHpzg==/lib/arm/libhippy.so [armeabi-v7a::588a3fa81d5b949473fefc4e6006becf] #02 pc 0013ae81 /data/app/com.tencent.wesing-YerSlq0zYzLQh3sJkwHpzg==/lib/arm/libhippy.so [armeabi-v7a::588a3fa81d5b949473fefc4e6006becf] #03 pc 0013c163 /data/app/com.tencent.wesing-YerSlq0zYzLQh3sJkwHpzg==/lib/arm/libhippy.so [armeabi-v7a::588a3fa81d5b949473fefc4e6006becf] #04 pc 00064d55 /system/lib/libc.so (_ZL15__pthread_startPv+22) [armeabi-v8::e2f0dbe64adfc477a6cc4c63dfd8dd0a] #05 pc 0001ec41 /system/lib/libc.so (__start_thread+24) [armeabi-v8::e2f0dbe64adfc477a6cc4c63dfd8dd0a]

Reproduce Condition

No response

Additional Information

No response

churchill-zhang avatar Dec 05 '22 04:12 churchill-zhang

🙇 Thank you for making us aware of the issue.

Don't worry about it, our collaborators will handle it asap.

If you have any additional information, you can add a new comment in this issue.

github-actions[bot] avatar Dec 05 '22 04:12 github-actions[bot]

I will try to translate addresses to human readable format, please wait a moment.

hippy-service[bot] avatar Dec 05 '22 04:12 hippy-service[bot]

After my translation, the result is as follows.

translated backtrace:
  #0 PC 0012389c  /data/app/com.tencent.wesing-YerSlq0zYzLQh3sJkwHpzg==/lib/arm/libhippy.so (std::__ndk1::shared_ptr<JavaScriptTaskRunner>::shared_ptr(std::__ndk1::shared_ptr<JavaScriptTaskRunner> const&)) [/opt/sdk-root/ndk/25.0.8775105/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/c++/v1/memory:4117]
  #1 PC 0013c92f  /data/app/com.tencent.wesing-YerSlq0zYzLQh3sJkwHpzg==/lib/arm/libhippy.so (std::__ndk1::__function::__value_func<void (void*)>::operator()(void*&&) const) [/opt/sdk-root/ndk/25.0.8775105/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/c++/v1/functional:1884]
  #2 PC 0013ae81  /data/app/com.tencent.wesing-YerSlq0zYzLQh3sJkwHpzg==/lib/arm/libhippy.so (hippy::base::TaskRunner::Run()) [/__w/Hippy/Hippy/core/src/base/task_runner.cc:57]
  #3 PC 0013c163  /data/app/com.tencent.wesing-YerSlq0zYzLQh3sJkwHpzg==/lib/arm/libhippy.so (hippy::base::ThreadEntry(void*)) [/__w/Hippy/Hippy/core/src/base/thread.cc:96]
  #4 PC 00064d55  /system/lib/libc.so (_ZL15__pthread_startPv+22)
  #5 PC 0001ec41  /system/lib/libc.so (__start_thread+24)

hippy-service[bot] avatar Dec 05 '22 04:12 hippy-service[bot]