huaweicodelabs / harmonyos-codelabs

Other
218 stars 196 forks source link

QRCodeDemo Signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xdc889040 #47

Open shaoqinzhang opened 8 months ago

shaoqinzhang commented 8 months ago

01-17 10:51:22.777 7331 7331 F DEBUG : 01-17 10:51:22.777 7331 7331 F DEBUG : Build fingerprint: 'HUAWEI/CET-AL60/HWCET-QL:12/HUAWEICET-AL60/ 01-17 10:51:22.777 7331 7331 F DEBUG : Revision: '0' 01-17 10:51:22.777 7331 7331 F DEBUG : ABI: 'arm64' 01-17 10:51:22.777 7331 7331 F DEBUG : Timestamp: 2024-01-17 10:51:22.043146193+0800 01-17 10:51:22.777 7331 7331 F DEBUG : Process uptime: 0s 01-17 10:51:22.777 7331 7331 F DEBUG : Cmdline: com.huawei.cookbook 01-17 10:51:22.777 7331 7331 F DEBUG : pid: 6948, tid: 6964, name: Jit thread pool >>> com.huawei.cookbook <<< 01-17 10:51:22.778 7331 7331 F DEBUG : uid: 10268 01-17 10:51:22.778 7331 7331 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xdc889040 01-17 10:51:22.778 7331 7331 F DEBUG : x0 b4000073899ed790 x1 00000072c5403a00 x2 0000000000000000 x3 0000000000000001 01-17 10:51:22.778 7331 7331 F DEBUG : x4 0000000000000000 x5 0000000000000000 x6 0000000000000000 x7 7f7f7f7f7f7f7f7f 01-17 10:51:22.778 7331 7331 F DEBUG : x8 00000000dc889000 x9 b4000073899ed628 x10 b4000073899ed790 x11 00000072dd016000 01-17 10:51:22.778 7331 7331 F DEBUG : x12 0000000000000145 x13 000000000899af30 x14 0037148ed23f72eb x15 0000000034155555 01-17 10:51:22.778 7331 7331 F DEBUG : x16 00000072dce12668 x17 0000007384f68d40 x18 00000072620ea000 x19 0000000070ed98d7 01-17 10:51:22.778 7331 7331 F DEBUG : x20 b400007389a06a00 x21 0000000000000001 x22 00000072afd6b400 x23 b4000073899ed790 01-17 10:51:22.778 7331 7331 F DEBUG : x24 0000000000000000 x25 00000072c5404000 x26 00000072dd018000 x27 00000072dd019000 01-17 10:51:22.778 7331 7331 F DEBUG : x28 0000000000000043 x29 00000072c5403ac0 01-17 10:51:22.778 7331 7331 F DEBUG : lr 00000072dc810e70 sp 00000072c5403a70 pc 00000072dc810e8c pst 0000000060001000 01-17 10:51:22.778 7331 7331 F DEBUG : backtrace: 01-17 10:51:22.778 7331 7331 F DEBUG : #00 pc 0000000000410e8c /apex/com.android.art/lib64/libart.so (art::jit::Jit::CompileMethod(art::ArtMethod, art::Thread, art::CompilationKind, bool)+576) (BuildId: 738212a9a7b89d2e4c52f617eebe8a9a) 01-17 10:51:22.778 7331 7331 F DEBUG : #01 pc 00000000004197d4 /apex/com.android.art/lib64/libart.so (art::jit::JitCompileTask::Run(art::Thread)+896) (BuildId: 738212a9a7b89d2e4c52f617eebe8a9a) 01-17 10:51:22.778 7331 7331 F DEBUG : #02 pc 00000000006c3234 /apex/com.android.art/lib64/libart.so (art::ThreadPoolWorker::Run()+108) (BuildId: 738212a9a7b89d2e4c52f617eebe8a9a) 01-17 10:51:22.778 7331 7331 F DEBUG : #03 pc 00000000006c2d08 /apex/com.android.art/lib64/libart.so (art::ThreadPoolWorker::Callback(void)+192) (BuildId: 738212a9a7b89d2e4c52f617eebe8a9a) 01-17 10:51:22.778 7331 7331 F DEBUG : #04 pc 00000000000ebbb0 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+264) (BuildId: c6e107c4228da11e30deacb064d265c2) 01-17 10:51:22.778 7331 7331 F DEBUG : #05 pc 000000000008b6a8 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: c6e107c4228da11e30deacb064d265c2)

shaoqinzhang commented 8 months ago

DevEco Studio 3.1.1 Release

dependencies {
    classpath 'com.huawei.ohos:hap:3.1.5.0'
    classpath 'com.huawei.ohos:decctest:1.2.7.20'
}