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. CDB process terminated error!
Qt 6.11 is out! See what's new in the release blog

CDB process terminated error!

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 873 Views 2 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.
  • KiraK Offline
    KiraK Offline
    Kira
    wrote on last edited by
    #1

    Hello Everyone,
    This question have been asked previously but my doubt is bit different.
    I am getting the cdb process teminated error when i include my tensorflow related header files
    otherwise the debugger works fine.
    I have downloaded tensorflow prebuilt library from github which is in release mode.
    My doubts are as follows:

    1. Is debugger terminating because of tensorflow library is in release mode or is there a version
      mismatch ?
    2. If is because of the library so how can set the debugger to ignore the current libary to debug the other functionality?
    3. Or is there any other specific reason for the issue?
    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      does Window > Views > Debugger Log show any hints?

      1 Reply Last reply
      0
      • KiraK Offline
        KiraK Offline
        Kira
        wrote on last edited by Kira
        #3

        @mrjj : Here's the debugger log:
        l+t
        l+s
        bu100100 C:\Users\mainwindow.cpp:1151
        !qtcreatorcdbext.breakpoints -v
        sxn 0x4000001f
        sxn ibp
        .asm source_line
        !qtcreatorcdbext.setparameter maxStringLength=10000 maxStackDepth=20
        !qtcreatorcdbext.script print(sys.version)
        !qtcreatorcdbext.pid
        g
        lm m wow64
        x ntdll!RtlpNtSetValueKey
        u 0x7ffa427fbde0 0x7ffa42801178
        q
        ERROR: Process crashed
        ERROR: Process crashed
        ERROR: Process crashed
        ERROR: Process crashed
        ERROR: Process crashed
        ERROR: Process crashed
        ERROR: Process crashed
        ERROR: Process crashed
        l+t
        l+s
        bu100100 C:\Users\mainwindow.cpp:1151
        !qtcreatorcdbext.breakpoints -v
        sxn 0x4000001f
        sxn ibp
        .asm source_line
        !qtcreatorcdbext.setparameter maxStringLength=10000 maxStackDepth=20
        !qtcreatorcdbext.script print(sys.version)
        !qtcreatorcdbext.pid
        g
        q
        l+t
        l+s
        bu100100 CoordinateMapping!C:\Users\mainwindow.cpp:1151
        bu100200 C:\Users\mainwindow.cpp:1195
        !qtcreatorcdbext.breakpoints -v
        sxn 0x4000001f
        sxn ibp
        .asm source_line
        !qtcreatorcdbext.setparameter maxStringLength=10000 maxStackDepth=20
        !qtcreatorcdbext.script print(sys.version)
        !qtcreatorcdbext.pid
        g
        lm m wow64
        !qtcreatorcdbext.locals -D -e local,return,watch,inspect -v -c -a -u "local.connectivityInfo,local.overlapy,local.overlapx,local.image" -W 0
        <Rebuild Watchmodel 1 @ 11:05:05.556 >
        q
        ERROR: Process crashed

        @mrjj : Please let me know any thing else if required

        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