Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-32004

Device debugging stops in Android code during startup

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • Qt Creator 14.0.0, Qt Creator 15.0.0-rc1
    • Android Support
    • None

    Description

      Samsung S22, Android 14, SDK 16.0 & NDK 26.1.10909125 (as installed by QtC 15), Qt 6.8.0-arm64-v8a

      After starting the debugger, it stops like 10 times in Android code until it finally continues with the application.
      Debugger log attached, some prominent backtraces below.

      The "original" workaround from the other bug report, i.e. adding
      process handle SIGSEGV --pass true --stop false --notify true
      to the attach commands in the preferences works for me, in the sense that it will then just break in a breakpoint in main, without the stops before, and I can continue from there.

      1  android.os.Binder.execTransact                                                                                                                                                                                          (aarch64) JIT(0x5abb1d20)(0x000000005abb1d20)                                                                                0x5cbc2568   
      2  art_quick_invoke_stub                                                                                                                                                                                                   (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd6db78 
      3  art::JValue art::InvokeVirtualOrInterfaceWithVarArgs<art::ArtMethod *>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject *, art::ArtMethod *, std::__va_list)                                                     (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd6c56c 
      4  art::JNI<true>::CallBooleanMethodV(_JNIEnv *, _jobject *, _jmethodID *, std::__va_list)                                                                                                                                 (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0e14f0b8 
      5  art::(anonymous namespace)::CheckJNI::CallMethodV(const char *, _JNIEnv *, _jobject *, _jclass *, _jmethodID *, std::__va_list, art::Primitive::Type, art::InvokeType) (.__uniq.99033978352804627313491551960229047428) (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0df8e594 
      6  art::(anonymous namespace)::CheckJNI::CallBooleanMethodV(_JNIEnv *, _jobject *, _jmethodID *, std::__va_list) (.__uniq.99033978352804627313491551960229047428.llvm.8847877519183761714)                                 (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0df91064 
      7  _JNIEnv::CallBooleanMethod(_jobject *, _jmethodID *, ...)                                                                                                                                                               (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/D7677458-02E1-E619-E4F7-9ED6CCC63261/libandroid_runtime.so  0x713260e7a0 
      8  JavaBBinder::onTransact(unsigned int, android::Parcel const&, android::Parcel *, unsigned int)                                                                                                                          (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/D7677458-02E1-E619-E4F7-9ED6CCC63261/libandroid_runtime.so  0x71326c4914 
      9  android::BBinder::transact(unsigned int, android::Parcel const&, android::Parcel *, unsigned int)                                                                                                                       (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/15C0A5D9-38E5-D9B6-71FD-6A730432A429/libbinder.so           0x71147a5770 
      10 android::IPCThreadState::executeCommand(int)                                                                                                                                                                            (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/15C0A5D9-38E5-D9B6-71FD-6A730432A429/libbinder.so           0x7114790b08 
      11 android::IPCThreadState::getAndExecuteCommand()                                                                                                                                                                         (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/15C0A5D9-38E5-D9B6-71FD-6A730432A429/libbinder.so           0x7114790650 
      12 android::IPCThreadState::joinThreadPool(bool)                                                                                                                                                                           (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/15C0A5D9-38E5-D9B6-71FD-6A730432A429/libbinder.so           0x7114790f84 
      13 android::PoolThread::threadLoop()                                                                                                                                                                                       (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/15C0A5D9-38E5-D9B6-71FD-6A730432A429/libbinder.so           0x711479a7a4 
      14 android::Thread::_threadLoop(void *)                                                                                                                                                                                    (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/349E8A70-7584-D82E-0226-D35DEF83E3D0/libutils.so            0x71113aaddc 
      15 android::AndroidRuntime::javaThreadShell(void *)                                                                                                                                                                        (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/D7677458-02E1-E619-E4F7-9ED6CCC63261/libandroid_runtime.so  0x71326172b4 
      16 __pthread_start(void *)                                                                                                                                                                                                 (aarch64) /Users/ziller/temp/untitled55/build/Android_Qt_6_8_0_Clang_arm64_v8a-Debug/android-app-process/libc.so             0x7132f7a8cc 
      17 __start_thread                                                                                                                                                                                                          (aarch64) /Users/ziller/temp/untitled55/build/Android_Qt_6_8_0_Clang_arm64_v8a-Debug/android-app-process/libc.so             0x7132f173b4 
      
      1  android.os.Parcel.recycle                                                                                                                                                                         (aarch64) JIT(0x5abb1d20)(0x000000005abb1d20)                                                                                0x5cbc0b3c   
      2  art_quick_invoke_stub                                                                                                                                                                             (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd6db78 
      3  bool art::interpreter::DoCall<false>(art::ArtMethod *, art::Thread *, art::ShadowFrame&, art::Instruction const *, unsigned short, bool, art::JValue *)                                           (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd671e8 
      4  void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext *)                                                                                                         (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0e16e174 
      5  ExecuteSwitchImplAsm                                                                                                                                                                              (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd869dc 
      6  art::interpreter::Execute(art::Thread *, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.4560577758463694485) (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd59654 
      7  bool art::interpreter::DoCall<false>(art::ArtMethod *, art::Thread *, art::ShadowFrame&, art::Instruction const *, unsigned short, bool, art::JValue *)                                           (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd67a7c 
      8  void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext *)                                                                                                         (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0e16e174 
      9  ExecuteSwitchImplAsm                                                                                                                                                                              (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd869dc 
      10 art::interpreter::Execute(art::Thread *, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.4560577758463694485) (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd59654 
      11 bool art::interpreter::DoCall<false>(art::ArtMethod *, art::Thread *, art::ShadowFrame&, art::Instruction const *, unsigned short, bool, art::JValue *)                                           (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd67a7c 
      12 void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext *)                                                                                                         (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0e16e174 
      13 ExecuteSwitchImplAsm                                                                                                                                                                              (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd869dc 
      14 art::interpreter::Execute(art::Thread *, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.4560577758463694485) (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd59654 
      15 bool art::interpreter::DoCall<false>(art::ArtMethod *, art::Thread *, art::ShadowFrame&, art::Instruction const *, unsigned short, bool, art::JValue *)                                           (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd67a7c 
      16 void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext *)                                                                                                         (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0e16e174 
      17 ExecuteSwitchImplAsm                                                                                                                                                                              (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd869dc 
      18 art::interpreter::Execute(art::Thread *, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.4560577758463694485) (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd59654 
      19 art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread *, art::CodeItemDataAccessor const&, art::ShadowFrame *, art::JValue *)                                                           (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd5aca0 
      20 bool art::interpreter::DoCall<true>(art::ArtMethod *, art::Thread *, art::ShadowFrame&, art::Instruction const *, unsigned short, bool, art::JValue *)                                            (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd53de4 
      21 void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext *)                                                                                                         (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0e16e268 
      22 ExecuteSwitchImplAsm                                                                                                                                                                              (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd869dc 
      23 art::interpreter::Execute(art::Thread *, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.4560577758463694485) (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd59654 
      24 bool art::interpreter::DoCall<false>(art::ArtMethod *, art::Thread *, art::ShadowFrame&, art::Instruction const *, unsigned short, bool, art::JValue *)                                           (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd67a7c 
      25 void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext *)                                                                                                         (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0e16e174 
      26 ExecuteSwitchImplAsm                                                                                                                                                                              (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd869dc 
      27 art::interpreter::Execute(art::Thread *, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.4560577758463694485) (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd59654 
      28 art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread *, art::CodeItemDataAccessor const&, art::ShadowFrame *, art::JValue *)                                                           (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd5aca0 
      29 bool art::interpreter::DoCall<true>(art::ArtMethod *, art::Thread *, art::ShadowFrame&, art::Instruction const *, unsigned short, bool, art::JValue *)                                            (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd53de4 
      30 void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext *)                                                                                                         (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0e16e268 
      31 ExecuteSwitchImplAsm                                                                                                                                                                              (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd869dc 
      32 art::interpreter::Execute(art::Thread *, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.4560577758463694485) (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd59654 
      33 bool art::interpreter::DoCall<false>(art::ArtMethod *, art::Thread *, art::ShadowFrame&, art::Instruction const *, unsigned short, bool, art::JValue *)                                           (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd67a7c 
      34 void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext *)                                                                                                         (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0e16e174 
      35 ExecuteSwitchImplAsm                                                                                                                                                                              (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd869dc 
      36 artQuickToInterpreterBridge                                                                                                                                                                       (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd589e0 
      37 art_quick_to_interpreter_bridge                                                                                                                                                                   (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd8449c 
      38 android.app.servertransaction.TransactionExecutor.executeLifecycleState                                                                                                                           (aarch64) JIT(0x5abcd400)(0x000000005abcd400)                                                                                0x5cc0675c   
      39 android.app.servertransaction.TransactionExecutor.execute                                                                                                                                         (aarch64) JIT(0x5abcd400)(0x000000005abcd400)                                                                                0x5cc0417c   
      40 android.app.ActivityThread$H.handleMessage                                                                                                                                                        (aarch64) JIT(0x5abc9120)(0x000000005abc9120)                                                                                0x5cbf5740   
      41 android.os.Handler.dispatchMessage                                                                                                                                                                (aarch64) JIT(0x5abc9120)(0x000000005abc9120)                                                                                0x5cbf5054   
      42 android.os.Looper.loopOnce                                                                                                                                                                        (aarch64) JIT(0x5abc9120)(0x000000005abc9120)                                                                                0x5cbf3ac8   
      43 art_quick_invoke_static_stub                                                                                                                                                                      (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd6de44 
      44 bool art::interpreter::DoCall<false>(art::ArtMethod *, art::Thread *, art::ShadowFrame&, art::Instruction const *, unsigned short, bool, art::JValue *)                                           (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd67260 
      45 void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext *)                                                                                                         (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0e16e174 
      46 ExecuteSwitchImplAsm                                                                                                                                                                              (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd869dc 
      47 art::interpreter::Execute(art::Thread *, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.4560577758463694485) (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd59654 
      48 bool art::interpreter::DoCall<false>(art::ArtMethod *, art::Thread *, art::ShadowFrame&, art::Instruction const *, unsigned short, bool, art::JValue *)                                           (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd67a7c 
      49 void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext *)                                                                                                         (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0e16e174 
      50 ExecuteSwitchImplAsm                                                                                                                                                                              (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd869dc 
      51 artQuickToInterpreterBridge                                                                                                                                                                       (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd589e0 
      52 art_quick_to_interpreter_bridge                                                                                                                                                                   (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd8449c 
      53 art_quick_invoke_static_stub                                                                                                                                                                      (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd6de44 
      54 _jobject * art::InvokeMethod<(art::PointerSize)8>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject *, _jobject *, _jobject *, unsigned long)                                               (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd698f8 
      55 art::Method_invoke(_JNIEnv *, _jobject *, _jobject *, _jobjectArray *) (.__uniq.165753521025965369065708152063621506277)                                                                          (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0e0c673c 
      56 art_quick_generic_jni_trampoline                                                                                                                                                                  (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd84374 
      57 art_quick_invoke_stub                                                                                                                                                                             (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd6db78 
      58 bool art::interpreter::DoCall<false>(art::ArtMethod *, art::Thread *, art::ShadowFrame&, art::Instruction const *, unsigned short, bool, art::JValue *)                                           (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd671e8 
      59 void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext *)                                                                                                         (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0e16e174 
      60 ExecuteSwitchImplAsm                                                                                                                                                                              (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd869dc 
      61 artQuickToInterpreterBridge                                                                                                                                                                       (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd589e0 
      62 art_quick_to_interpreter_bridge                                                                                                                                                                   (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd8449c 
      63 com.android.internal.os.ZygoteInit.main                                                                                                                                                           (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/426F3C7C/boot.oat                                           0x730e88b8   
      64 art_quick_invoke_static_stub                                                                                                                                                                      (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd6de44 
      65 art::ArtMethod::Invoke(art::Thread *, unsigned int *, unsigned int, art::JValue *, const char *)                                                                                                  (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd59370 
      66 art::JValue art::InvokeWithVarArgs<_jmethodID *>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject *, _jmethodID *, std::__va_list)                                                         (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd57324 
      67 art::JNI<true>::CallStaticVoidMethodV(_JNIEnv *, _jclass *, _jmethodID *, std::__va_list)                                                                                                         (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0e13b6b0 
      68 _JNIEnv::CallStaticVoidMethod(_jclass *, _jmethodID *, ...)                                                                                                                                       (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/D7677458-02E1-E619-E4F7-9ED6CCC63261/libandroid_runtime.so  0x713260aab8 
      69 android::AndroidRuntime::start(const char *, android::Vector<android::String8> const&, bool)                                                                                                      (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/D7677458-02E1-E619-E4F7-9ED6CCC63261/libandroid_runtime.so  0x7132616f5c 
      70 main                                                                                                                                                                                              (aarch64) /Users/ziller/temp/untitled55/build/Android_Qt_6_8_0_Clang_arm64_v8a-Debug/android-app-process/app_process         0x57632a3554 
      71 __libc_init                                                                                                                                                                                       (aarch64) /Users/ziller/temp/untitled55/build/Android_Qt_6_8_0_Clang_arm64_v8a-Debug/android-app-process/libc.so             0x7132f0e6dc 
      
      1  android.os.Parcel.readException                                                                                                                                                                   (aarch64) JIT(0x5abb1b80)(0x000000005abb1b80)                                                                                0x5cbc03a8   
      2  android.hardware.display.IDisplayManager$Stub$Proxy.getDisplayInfo                                                                                                                                (aarch64) JIT(0x5abdc5f0)(0x000000005abdc5f0)                                                                                0x5cc261b8   
      3  android.hardware.display.DisplayManagerGlobal$1.recompute                                                                                                                                         (aarch64) JIT(0x5abdc5f0)(0x000000005abdc5f0)                                                                                0x5cc25e78   
      4  android.hardware.display.DisplayManagerGlobal$1.recompute                                                                                                                                         (aarch64) JIT(0x5abdc5f0)(0x000000005abdc5f0)                                                                                0x5cc25ce0   
      5  android.app.PropertyInvalidatedCache.query                                                                                                                                                        (aarch64) JIT(0x5abdc5f0)(0x000000005abdc5f0)                                                                                0x5cc246a0   
      6  android.hardware.display.DisplayManagerGlobal.getDisplayInfoLocked                                                                                                                                (aarch64) JIT(0x5abdc5f0)(0x000000005abdc5f0)                                                                                0x5cc23f70   
      7  android.hardware.display.DisplayManagerGlobal.getDisplayInfo                                                                                                                                      (aarch64) JIT(0x5abdc5f0)(0x000000005abdc5f0)                                                                                0x5cc23dd0   
      8  android.view.Display.updateDisplayInfoLocked                                                                                                                                                      (aarch64) JIT(0x5ac763d0)(0x000000005ac763d0)                                                                                0x5cd6d7f8   
      9  art_quick_invoke_stub                                                                                                                                                                             (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd6db78 
      10 bool art::interpreter::DoCall<false>(art::ArtMethod *, art::Thread *, art::ShadowFrame&, art::Instruction const *, unsigned short, bool, art::JValue *)                                           (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd671e8 
      11 void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext *)                                                                                                         (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0e16e174 
      12 ExecuteSwitchImplAsm                                                                                                                                                                              (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd869dc 
      13 art::interpreter::Execute(art::Thread *, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.4560577758463694485) (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd59654 
      14 bool art::interpreter::DoCall<false>(art::ArtMethod *, art::Thread *, art::ShadowFrame&, art::Instruction const *, unsigned short, bool, art::JValue *)                                           (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd67a7c 
      15 void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext *)                                                                                                         (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0e16e174 
      16 ExecuteSwitchImplAsm                                                                                                                                                                              (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd869dc 
      17 art::interpreter::Execute(art::Thread *, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.4560577758463694485) (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd59654 
      18 bool art::interpreter::DoCall<false>(art::ArtMethod *, art::Thread *, art::ShadowFrame&, art::Instruction const *, unsigned short, bool, art::JValue *)                                           (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd67a7c 
      19 void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext *)                                                                                                         (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0e16e174 
      20 ExecuteSwitchImplAsm                                                                                                                                                                              (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd869dc 
      21 art::interpreter::Execute(art::Thread *, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.4560577758463694485) (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd59654 
      22 bool art::interpreter::DoCall<false>(art::ArtMethod *, art::Thread *, art::ShadowFrame&, art::Instruction const *, unsigned short, bool, art::JValue *)                                           (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd67a7c 
      23 void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext *)                                                                                                         (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0e16e174 
      24 ExecuteSwitchImplAsm                                                                                                                                                                              (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd869dc 
      25 art::interpreter::Execute(art::Thread *, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.4560577758463694485) (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd59654 
      26 bool art::interpreter::DoCall<false>(art::ArtMethod *, art::Thread *, art::ShadowFrame&, art::Instruction const *, unsigned short, bool, art::JValue *)                                           (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd67a7c 
      27 void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext *)                                                                                                         (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0e16e174 
      28 ExecuteSwitchImplAsm                                                                                                                                                                              (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd869dc 
      29 art::interpreter::Execute(art::Thread *, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.4560577758463694485) (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd59654 
      30 bool art::interpreter::DoCall<false>(art::ArtMethod *, art::Thread *, art::ShadowFrame&, art::Instruction const *, unsigned short, bool, art::JValue *)                                           (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd67a7c 
      31 void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext *)                                                                                                         (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0e16e174 
      32 ExecuteSwitchImplAsm                                                                                                                                                                              (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd869dc 
      33 art::interpreter::Execute(art::Thread *, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.4560577758463694485) (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd59654 
      34 bool art::interpreter::DoCall<false>(art::ArtMethod *, art::Thread *, art::ShadowFrame&, art::Instruction const *, unsigned short, bool, art::JValue *)                                           (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd67a7c 
      35 void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext *)                                                                                                         (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0e16e174 
      36 ExecuteSwitchImplAsm                                                                                                                                                                              (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd869dc 
      37 art::interpreter::Execute(art::Thread *, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.4560577758463694485) (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd59654 
      38 bool art::interpreter::DoCall<false>(art::ArtMethod *, art::Thread *, art::ShadowFrame&, art::Instruction const *, unsigned short, bool, art::JValue *)                                           (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd67a7c 
      39 void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext *)                                                                                                         (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0e16e174 
      40 ExecuteSwitchImplAsm                                                                                                                                                                              (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd869dc 
      41 art::interpreter::Execute(art::Thread *, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.4560577758463694485) (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd59654 
      42 bool art::interpreter::DoCall<false>(art::ArtMethod *, art::Thread *, art::ShadowFrame&, art::Instruction const *, unsigned short, bool, art::JValue *)                                           (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd67a7c 
      43 void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext *)                                                                                                         (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0e16e174 
      44 ExecuteSwitchImplAsm                                                                                                                                                                              (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd869dc 
      45 art::interpreter::Execute(art::Thread *, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.4560577758463694485) (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd59654 
      46 bool art::interpreter::DoCall<false>(art::ArtMethod *, art::Thread *, art::ShadowFrame&, art::Instruction const *, unsigned short, bool, art::JValue *)                                           (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd67a7c 
      47 void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext *)                                                                                                         (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0e16e174 
      48 ExecuteSwitchImplAsm                                                                                                                                                                              (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd869dc 
      49 art::interpreter::Execute(art::Thread *, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.4560577758463694485) (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd59654 
      50 bool art::interpreter::DoCall<false>(art::ArtMethod *, art::Thread *, art::ShadowFrame&, art::Instruction const *, unsigned short, bool, art::JValue *)                                           (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd67a7c 
      51 void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext *)                                                                                                         (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0e16e174 
      52 ExecuteSwitchImplAsm                                                                                                                                                                              (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd869dc 
      53 artQuickToInterpreterBridge                                                                                                                                                                       (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd589e0 
      54 art_quick_to_interpreter_bridge                                                                                                                                                                   (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd8449c 
      55 android.os.Handler.dispatchMessage                                                                                                                                                                (aarch64) JIT(0x5abbdde0)(0x000000005abbdde0)                                                                                0x5cbea804   
      56 android.os.Looper.loopOnce                                                                                                                                                                        (aarch64) JIT(0x5abbdde0)(0x000000005abbdde0)                                                                                0x5cbe8b08   
      57 art_quick_invoke_static_stub                                                                                                                                                                      (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd6de44 
      58 bool art::interpreter::DoCall<false>(art::ArtMethod *, art::Thread *, art::ShadowFrame&, art::Instruction const *, unsigned short, bool, art::JValue *)                                           (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd67260 
      59 void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext *)                                                                                                         (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0e16e174 
      60 ExecuteSwitchImplAsm                                                                                                                                                                              (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd869dc 
      61 art::interpreter::Execute(art::Thread *, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.4560577758463694485) (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd59654 
      62 bool art::interpreter::DoCall<false>(art::ArtMethod *, art::Thread *, art::ShadowFrame&, art::Instruction const *, unsigned short, bool, art::JValue *)                                           (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd67a7c 
      63 void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext *)                                                                                                         (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0e16e174 
      64 ExecuteSwitchImplAsm                                                                                                                                                                              (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd869dc 
      65 artQuickToInterpreterBridge                                                                                                                                                                       (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd589e0 
      66 art_quick_to_interpreter_bridge                                                                                                                                                                   (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd8449c 
      67 art_quick_invoke_static_stub                                                                                                                                                                      (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd6de44 
      68 _jobject * art::InvokeMethod<(art::PointerSize)8>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject *, _jobject *, _jobject *, unsigned long)                                               (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd698f8 
      69 art::Method_invoke(_JNIEnv *, _jobject *, _jobject *, _jobjectArray *) (.__uniq.165753521025965369065708152063621506277)                                                                          (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0e0c673c 
      70 art_quick_generic_jni_trampoline                                                                                                                                                                  (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd84374 
      71 art_quick_invoke_stub                                                                                                                                                                             (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd6db78 
      72 bool art::interpreter::DoCall<false>(art::ArtMethod *, art::Thread *, art::ShadowFrame&, art::Instruction const *, unsigned short, bool, art::JValue *)                                           (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd671e8 
      73 void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext *)                                                                                                         (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0e16e174 
      74 ExecuteSwitchImplAsm                                                                                                                                                                              (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd869dc 
      75 artQuickToInterpreterBridge                                                                                                                                                                       (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd589e0 
      76 art_quick_to_interpreter_bridge                                                                                                                                                                   (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd8449c 
      77 com.android.internal.os.ZygoteInit.main                                                                                                                                                           (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/426F3C7C/boot.oat                                           0x730e88b8   
      78 art_quick_invoke_static_stub                                                                                                                                                                      (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd6de44 
      79 art::ArtMethod::Invoke(art::Thread *, unsigned int *, unsigned int, art::JValue *, const char *)                                                                                                  (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd59370 
      80 art::JValue art::InvokeWithVarArgs<_jmethodID *>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject *, _jmethodID *, std::__va_list)                                                         (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd57324 
      81 art::JNI<true>::CallStaticVoidMethodV(_JNIEnv *, _jclass *, _jmethodID *, std::__va_list)                                                                                                         (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0e13b6b0 
      82 _JNIEnv::CallStaticVoidMethod(_jclass *, _jmethodID *, ...)                                                                                                                                       (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/D7677458-02E1-E619-E4F7-9ED6CCC63261/libandroid_runtime.so  0x713260aab8 
      83 android::AndroidRuntime::start(const char *, android::Vector<android::String8> const&, bool)                                                                                                      (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/D7677458-02E1-E619-E4F7-9ED6CCC63261/libandroid_runtime.so  0x7132616f5c 
      84 main                                                                                                                                                                                              (aarch64) /Users/ziller/temp/untitled55/build/Android_Qt_6_8_0_Clang_arm64_v8a-Debug/android-app-process/app_process         0x57632a3554 
      85 __libc_init                                                                                                                                                                                       (aarch64) /Users/ziller/temp/untitled55/build/Android_Qt_6_8_0_Clang_arm64_v8a-Debug/android-app-process/libc.so             0x7132f0e6dc 
      
      1  android.app.PropertyInvalidatedCache.query                                                                                                                                                                              (aarch64) JIT(0x5abdc5f0)(0x000000005abdc5f0)                                                                                0x5cc2434c   
      2  android.hardware.display.DisplayManagerGlobal.getDisplayInfoLocked                                                                                                                                                      (aarch64) JIT(0x5abdc5f0)(0x000000005abdc5f0)                                                                                0x5cc23f70   
      3  android.hardware.display.DisplayManagerGlobal.handleDisplayEvent                                                                                                                                                        (aarch64) JIT(0x5ac48c90)(0x000000005ac48c90)                                                                                0x5cd05fdc   
      4  android.hardware.display.DisplayManagerGlobal.-$$Nest$mhandleDisplayEvent                                                                                                                                               (aarch64) JIT(0x5ac48c90)(0x000000005ac48c90)                                                                                0x5cd05e70   
      5  android.hardware.display.DisplayManagerGlobal$DisplayManagerCallback.onDisplayEvent                                                                                                                                     (aarch64) JIT(0x5ac48c90)(0x000000005ac48c90)                                                                                0x5cd05d28   
      6  android.hardware.display.IDisplayManagerCallback$Stub.onTransact                                                                                                                                                        (aarch64) JIT(0x5ac48c90)(0x000000005ac48c90)                                                                                0x5cd05b00   
      7  android.os.Binder.execTransactInternal                                                                                                                                                                                  (aarch64) JIT(0x5abb1b80)(0x000000005abb1b80)                                                                                0x5cbc39fc   
      8  android.os.Binder.execTransact                                                                                                                                                                                          (aarch64) JIT(0x5abb1b80)(0x000000005abb1b80)                                                                                0x5cbc2680   
      9  art_quick_invoke_stub                                                                                                                                                                                                   (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd6db78 
      10 art::JValue art::InvokeVirtualOrInterfaceWithVarArgs<art::ArtMethod *>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject *, art::ArtMethod *, std::__va_list)                                                     (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0dd6c56c 
      11 art::JNI<true>::CallBooleanMethodV(_JNIEnv *, _jobject *, _jmethodID *, std::__va_list)                                                                                                                                 (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0e14f0b8 
      12 art::(anonymous namespace)::CheckJNI::CallMethodV(const char *, _JNIEnv *, _jobject *, _jclass *, _jmethodID *, std::__va_list, art::Primitive::Type, art::InvokeType) (.__uniq.99033978352804627313491551960229047428) (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0df8e594 
      13 art::(anonymous namespace)::CheckJNI::CallBooleanMethodV(_JNIEnv *, _jobject *, _jmethodID *, std::__va_list) (.__uniq.99033978352804627313491551960229047428.llvm.8847877519183761714)                                 (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so              0x6e0df91064 
      14 _JNIEnv::CallBooleanMethod(_jobject *, _jmethodID *, ...)                                                                                                                                                               (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/D7677458-02E1-E619-E4F7-9ED6CCC63261/libandroid_runtime.so  0x713260e7a0 
      15 JavaBBinder::onTransact(unsigned int, android::Parcel const&, android::Parcel *, unsigned int)                                                                                                                          (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/D7677458-02E1-E619-E4F7-9ED6CCC63261/libandroid_runtime.so  0x71326c4914 
      16 android::BBinder::transact(unsigned int, android::Parcel const&, android::Parcel *, unsigned int)                                                                                                                       (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/15C0A5D9-38E5-D9B6-71FD-6A730432A429/libbinder.so           0x71147a5770 
      17 android::IPCThreadState::executeCommand(int)                                                                                                                                                                            (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/15C0A5D9-38E5-D9B6-71FD-6A730432A429/libbinder.so           0x7114790b08 
      18 android::IPCThreadState::getAndExecuteCommand()                                                                                                                                                                         (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/15C0A5D9-38E5-D9B6-71FD-6A730432A429/libbinder.so           0x7114790650 
      19 android::IPCThreadState::joinThreadPool(bool)                                                                                                                                                                           (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/15C0A5D9-38E5-D9B6-71FD-6A730432A429/libbinder.so           0x7114790f84 
      20 android::PoolThread::threadLoop()                                                                                                                                                                                       (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/15C0A5D9-38E5-D9B6-71FD-6A730432A429/libbinder.so           0x711479a7a4 
      21 android::Thread::_threadLoop(void *)                                                                                                                                                                                    (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/349E8A70-7584-D82E-0226-D35DEF83E3D0/libutils.so            0x71113aaddc 
      22 android::AndroidRuntime::javaThreadShell(void *)                                                                                                                                                                        (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/D7677458-02E1-E619-E4F7-9ED6CCC63261/libandroid_runtime.so  0x71326172b4 
      23 __pthread_start(void *)                                                                                                                                                                                                 (aarch64) /Users/ziller/temp/untitled55/build/Android_Qt_6_8_0_Clang_arm64_v8a-Debug/android-app-process/libc.so             0x7132f7a8cc 
      24 __start_thread                                                                                                                                                                                                          (aarch64) /Users/ziller/temp/untitled55/build/Android_Qt_6_8_0_Clang_arm64_v8a-Debug/android-app-process/libc.so             0x7132f173b4 
      
      1  android.os.MessageQueue.next                                                                                                                            (aarch64) JIT(0x5abbdde0)(0x000000005abbdde0)                                                                     0x5cbe94c0   
      2  android.os.Looper.loopOnce                                                                                                                              (aarch64) JIT(0x5abbdde0)(0x000000005abbdde0)                                                                     0x5cbe8738   
      3  android.os.Looper.loop                                                                                                                                  (aarch64) JIT(0x5abbdde0)(0x000000005abbdde0)                                                                     0x5cbe67e8   
      4  art_quick_invoke_static_stub                                                                                                                            (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so   0x6e0dd6de44 
      5  bool art::interpreter::DoCall<false>(art::ArtMethod *, art::Thread *, art::ShadowFrame&, art::Instruction const *, unsigned short, bool, art::JValue *) (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so   0x6e0dd67260 
      6  void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext *)                                                               (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so   0x6e0e16e174 
      7  ExecuteSwitchImplAsm                                                                                                                                    (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so   0x6e0dd869dc 
      8  artQuickToInterpreterBridge                                                                                                                             (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so   0x6e0dd589e0 
      9  art_quick_to_interpreter_bridge                                                                                                                         (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so   0x6e0dd8449c 
      10 art_quick_invoke_stub                                                                                                                                   (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so   0x6e0dd6db78 
      11 art::ArtMethod::Invoke(art::Thread *, unsigned int *, unsigned int, art::JValue *, const char *)                                                        (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so   0x6e0dd59328 
      12 _ZN3art9ArtMethod14InvokeInstanceILc86ETpTncJEEENS_6detail12ShortyTraitsIXT_EE4TypeEPNS_6ThreadENS_6ObjPtrINS_6mirror6ObjectEEEDpNS3_IXT0_EE4TypeE      (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so   0x6e0e34443c 
      13 art::Thread::CreateCallback(void *)                                                                                                                     (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so   0x6e0e0209f8 
      14 art::Thread::CreateCallbackWithUffdGc(void *)                                                                                                           (aarch64) /Users/ziller/.lldb/module_cache/remote-android/.cache/3F7D5A01-6E08-D528-F129-BDD336D81168/libart.so   0x6e0e0204a8 
      15 __pthread_start(void *)                                                                                                                                 (aarch64) /Users/ziller/temp/untitled55/build/Android_Qt_6_8_0_Clang_arm64_v8a-Debug/android-app-process/libc.so  0x7132f7a8cc 
      16 __start_thread                                                                                                                                          (aarch64) /Users/ziller/temp/untitled55/build/Android_Qt_6_8_0_Clang_arm64_v8a-Debug/android-app-process/libc.so  0x7132f173b4 
      

      Attachments

        1. debuggerlog.txt
          523 kB
          Eike Ziller

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              portale Alessandro Portale
              con Eike Ziller
              Votes:
              2 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes