windbg/cdb hangs when bp hit -
I have a problem where CDB or Windbag is hanging often, but not all the time, when I'm debugging with it And I attach a specific application to my machine.
I have found this article: One problem that describes the load condition being loaded, but I can force the symbols to load, in fact, a breakpoint in -AAP has worked, and still has hanged it somewhere else.
When I connect it to another debugger, here is a stack with CDB:
ntdll! NtReadFile kernel32! ReadFile CDB! ReadNonConLine CDB
! Report that the APPLICATION_HANG_BusyHang problem is bucket, and 'ReadNonConLine' is offensive work.
As far as the stack goes:
ffffffffffffff000000000000000000000001`3f641498 00000000`0014ea50: kernel32! ReadFile + 0x86 00000000`000002a400000000`0014ebb0 00000000`00001000 0000000000000000: CDB! ReadNonConLine + 0x6d
which is part of the order that I will be on the hanging breakpoint (It was something like BPfoo
"Dt A; g")ReadFile takes a handle as its first parameter. Although I'm surprised by the value -2 , This is not valid.
Any help is appreciated.
I was debugging a 32-bit app with 64 bit So, I decided to switch to the 32bit debug tool and I have not been hanging since then.
The app is quite linearly intensive in the question, I'm guessing it was talking poorly with the WWW64 in the debugging environment ...
Comments
Post a Comment