CDB process terminated error!
-
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:- Is debugger terminating because of tensorflow library is in release mode or is there a version
mismatch ? - If is because of the library so how can set the debugger to ignore the current libary to debug the other functionality?
- Or is there any other specific reason for the issue?
- Is debugger terminating because of tensorflow library is in release mode or is there a version
-
Hi
does Window > Views > Debugger Log show any hints? -
@mrjj : Here's the debugger log:
l+t
l+s
bu100100C:\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
bu100100C:\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
bu100100CoordinateMapping!C:\Users\mainwindow.cpp:1151
bu100200C:\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