Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Debugger hangs on Mac OS X...
Forum Updated to NodeBB v4.3 + New Features

Debugger hangs on Mac OS X...

Scheduled Pinned Locked Moved Unsolved General and Desktop
8 Posts 7 Posters 2.2k Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    drhalftone
    wrote on last edited by
    #1

    I'm running the latest QT Creator on Mac OS X, and the Debugger hangs whenever I try to reveal the contents of a class. The debugger logs reads:

    eERROR: Lldb stderr: error: lauroundgridglfilter.o DWARF DW_TAG_array_type DIE at 0x000140ca has a class/union/struct element type DIE 0x000140d6 that is a forward declaration, not a complete definition.
    eTry compiling the source file with -fno-limit-debug-info or disable -gmodule

    eERROR: Lldb stderr: warning: (x86_64) /Users/dllau/SourceTree/build-LAU3DVideoRecorder-Desktop_Qt_5_7_0_clang_64bit-Debug/lauroundgridglfilter.o 0xb000af861: DW_AT_specification(0x00013266) has no decl
    e

    1 Reply Last reply
    3
    • Martin DelilleM Offline
      Martin DelilleM Offline
      Martin Delille
      wrote on last edited by
      #2

      I have this problem too. Have you find any solution? I posted on stackoverflow here: https://stackoverflow.com/questions/48076697/qt-creator-debugger-very-slow

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mabeghin
        wrote on last edited by
        #3

        I'm working on a big application using Qt and we have the same issue since a while. It's not clear in which condition it happens, but cleaning the whole folder and rebuilding doesn't help... Updating XCode, QtCreator or changing Qt library version
        neither...

        1 Reply Last reply
        0
        • I Offline
          I Offline
          Ilja
          wrote on last edited by
          #4

          I had the same problem and solved it by setting the debugger to

          /Applications/Xcode.app/Contents/Developer/usr/bin/lldb
          
          K 1 Reply Last reply
          0
          • I Ilja

            I had the same problem and solved it by setting the debugger to

            /Applications/Xcode.app/Contents/Developer/usr/bin/lldb
            
            K Offline
            K Offline
            kenchan
            wrote on last edited by
            #5

            @Ilja use that one but it still hangs when looking into some classes. Sometimes it gets there but sometimes it takes a very long time and I just have to give up.

            1 Reply Last reply
            0
            • I Offline
              I Offline
              Ilja
              wrote on last edited by
              #6

              @mabeghin I remember having to also set the debugger for the kit, after having added it globally.

              1 Reply Last reply
              0
              • M Offline
                M Offline
                Martin Delille - Lylo
                wrote on last edited by Martin Delille - Lylo
                #7

                I installed the latest Qt Creator 4.12.0 version and the problem popped back.
                Here is my debugger log:

                eERROR: Lldb stderr: error: PhRecordingDoc.o DWARF DW_TAG_array_type DIE at 0x0002a570 has a class/union/struct element type DIE 0x0002a57e that is a forward declaration, not a complete definition.
                eTry compiling the source file with -fstandalone-debug or disable -gmodules
                
                1 Reply Last reply
                2
                • D Offline
                  D Offline
                  davecotter
                  wrote on last edited by
                  #8

                  happening to me too, all the time. my project is dead in the water unless this is solved

                  1 Reply Last reply
                  0

                  • Login

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • Users
                  • Groups
                  • Search
                  • Get Qt Extensions
                  • Unsolved