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

Android 使用lua脚本库偶现奔溃 #38

Open
123yangu opened this issue Apr 6, 2023 · 0 comments
Open

Android 使用lua脚本库偶现奔溃 #38

123yangu opened this issue Apr 6, 2023 · 0 comments

Comments

@123yangu
Copy link

123yangu commented Apr 6, 2023

奔溃日志:

21504-06 17:09:58.549 19988 23146 E CrashReport: #++++++++++Record By Bugly++++++++++#

21604-06 17:09:58.549 19988 23146 E CrashReport: # You can use Bugly(http:\bugly.qq.com) to get more Crash Detail!
21704-06 17:09:58.549 19988 23146 E CrashReport: # PKG NAME: com.uascent.ulamp
21804-06 17:09:58.549 19988 23146 E CrashReport: # APP VER: 1.2.4
21904-06 17:09:58.549 19988 23146 E CrashReport: # SDK VER: 4.1.9-4.1.9
22004-06 17:09:58.549 19988 23146 E CrashReport: # LAUNCH TIME: 2023-04-06 15:55:54
22104-06 17:09:58.549 19988 23146 E CrashReport: # CRASH TYPE: NATIVE_CRASH
22204-06 17:09:58.549 19988 23146 E CrashReport: # CRASH TIME: 2023-04-06 17:09:58
22304-06 17:09:58.549 19988 23146 E CrashReport: # CRASH PROCESS: com.uascent.ulamp
22404-06 17:09:58.549 19988 23146 D CrashReport: isAppForeground:true
22504-06 17:09:58.549 19988 23146 E CrashReport: # CRASH FOREGROUND: true
22604-06 17:09:58.549 19988 23146 E CrashReport: # CRASH THREAD: m.uascent.ulamp(23140)
22704-06 17:09:58.549 19988 23146 E CrashReport: # REPORT ID: 9297c85d-0dfe-4e3a-b2be-91cf49d87824
22804-06 17:09:58.549 19988 23146 D CrashReport: not allow collect device model
22904-06 17:09:58.549 19988 23146 E CrashReport: # CRASH DEVICE: fail UNROOT
23004-06 17:09:58.549 19988 23146 E CrashReport: # RUNTIME AVAIL RAM:6118227968 ROM:63229763584 SD:63229763584
23104-06 17:09:58.549 19988 23146 E CrashReport: # RUNTIME TOTAL RAM:8011853824 ROM:114938589184 SD:114938589184
23204-06 17:09:58.549 19988 23146 E CrashReport: # EXCEPTION FIRED BY KERNEL UNKNOWN
23304-06 17:09:58.549 19988 23146 E CrashReport: # CRASH STACK:
23404-06 17:09:58.549 19988 23146 E CrashReport: SIGSEGV(SEGV_MAPERR)
23504-06 17:09:58.549 19988 23146 E CrashReport: 0x71c200001c
23604-06 17:09:58.549 19988 23146 E CrashReport: #00 pc 00000000001d06c4 /data/app/~~g03Jp5iXKUgrBNLIJshOBQ==/com.uascent.ulamp-u2ViLiIt6TNQ6xps0kOrTw==/lib/arm64/libLuaScriptCore.so [arm64-v8a::17b3d37a0d2ccf87265665409f743b1d]
23704-06 17:09:58.549 19988 23146 E CrashReport: #1 pc 00000000001d0a6c /data/app/~~g03Jp5iXKUgrBNLIJshOBQ==/com.uascent.ulamp-u2ViLiIt6TNQ6xps0kOrTw==/lib/arm64/libLuaScriptCore.so (_ZNSt6__ndk121__thread_specific_ptrINS_15__thread_structEE16__at_thread_exitEPv+32) [arm64-v8a::17b3d37a0d2ccf87265665409f743b1d]
23804-06 17:09:58.549 19988 23146 E CrashReport: #2 pc 00000000000ebf4c /apex/com.android.runtime/lib64/bionic/libc.so (_Z21pthread_key_clean_allv+136) [arm64-v8a::a790cdbd8e44ea8a90802da343cb82ce]
23904-06 17:09:58.549 19988 23146 E CrashReport: #3 pc 00000000000eb98c /apex/com.android.runtime/lib64/bionic/libc.so (pthread_exit+72) [arm64-v8a::a790cdbd8e44ea8a90802da343cb82ce]
24004-06 17:09:58.549 19988 23146 E CrashReport: #4 pc 00000000000eb86c /apex/com.android.runtime/lib64/bionic/libc.so (_ZL15__pthread_startPv+68) [arm64-v8a::a790cdbd8e44ea8a90802da343cb82ce]
24104-06 17:09:58.549 19988 23146 E CrashReport: #5 pc 000000000008ba88 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) [arm64-v8a::a790cdbd8e44ea8a90802da343cb82ce]
24204-06 17:09:58.549 19988 23146 E CrashReport: java:
24304-06 17:09:58.549 19988 23146 E CrashReport: [Failed to get Java stack]
24404-06 17:09:58.549 19988 23146 E CrashReport: #++++++++++++++++++++++++++++++++++++++++++#
24504-06 17:09:58.557 19988 23146 D CrashReport: [Database] insert t_cr success.
24604-06 17:09:58.557 19988 23146 D CrashReport: insert t_cr success!
24704-06 17:09:58.557 19988 23146 D CrashReport: maxMemory : 512.000000
24804-06 17:09:58.557 19988 23146 D CrashReport: totalMemory : 15.787213
24904-06 17:09:58.557 19988 23146 D CrashReport: freeMemory : 496.212799

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant