-
Creator 版本:2.4.5
-
目标平台: ios 真机
-
重现方式:未找到
-
首个报错:
Incident Identifier: F4529C3F-529D-448B-93FB-94673BD02188
CrashReporter Key: dfbf0c55fdf05ab1c31664eeeca01f024e6aefbe
Hardware Model: iPhone9,2
Process: caveman-mobile [1879]
Path: /private/var/containers/Bundle/Application/C34E9438-2D8A-49DB-A432-F41365921095/caveman-mobile.app/caveman-mobile
Identifier: com.xxxx.xxx
Version: 4 (1.0.4)
Code Type: ARM-64 (Native)
Role: Non UI
Parent Process: launchd [1]
Coalition: com.xx.xx [423]
Date/Time: 2021-07-19 09:56:51.9644 +0800
Launch Time: 2021-07-19 09:56:05.8499 +0800
OS Version: iPhone OS 14.6 (18F72)
Release Type: User
Baseband Version: 8.71.01
Report Version: 104
Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Subtype: EXC_ARM_DA_ALIGN at 0x00000001010c003a
VM Region Info: 0x1010c003a is in 0x1002c4000-0x102180000; bytes after start: 14663738 bytes before end: 17563589
REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL
UNUSED SPACE AT START
—> __TEXT 1002c4000-102180000 [ 30.7M] r-x/r-x SM=COW …aveman-mobile
__DATA 102180000-1024d8000 [ 3424K] rw-/rw- SM=COW …aveman-mobile
Termination Signal: Bus error: 10
Termination Reason: Namespace SIGNAL, Code 0xa
Terminating Process: exc handler [1879]
Triggered by Thread: 20
Thread 20 name: Dispatch queue: com.apple.root.default-qos
Thread 20 Crashed:
0 caveman-mobile 0x00000001010c003a js_renderer_Config_addStageRegistry(v8::FunctionCallbackInfov8::Value const&) + 14663738 (jsb_renderer_manual.cpp:349)
1 libdispatch.dylib 0x0000000180d932b0 _dispatch_call_block_and_release + 24
2 libdispatch.dylib 0x0000000180d94298 _dispatch_client_callout + 16
3 libdispatch.dylib 0x0000000180d38ce0 _dispatch_queue_override_invoke + 692
4 libdispatch.dylib 0x0000000180d45bb8 _dispatch_root_queue_drain + 376
5 libdispatch.dylib 0x0000000180d46378 _dispatch_worker_thread2 + 120
6 libsystem_pthread.dylib 0x00000001c95a9580 _pthread_wqthread + 212
7 libsystem_pthread.dylib 0x00000001c95ac86c start_wqthread + 8
- 之前哪个版本是正常的:
- 手机型号:
- 手机浏览器:
- 编辑器操作系统:
- 重现概率:
js_renderer_Config_addStageRegistry(v8::FunctionCallbackInfov8::Value const&) + 14663738 (jsb_renderer_manual.cpp:349)
看日志应该是定位到引擎的这行代码,但实在看不明白问题出在哪里