microsoftfeedback / WinDbg-Feedback

Public issue and feedback tracking for WinDbg Preview.
Creative Commons Attribution 4.0 International
48 stars 12 forks source link

!heap -p -a doesn't show any output with new WinDbg version #99

Open Ceron257 opened 1 year ago

Ceron257 commented 1 year ago

When I try to get allocation stack traces with !heap -p -a <address of allocated memory> while user stack tracing is active (gflags.exe /i program.exe +ust) then in the old WinDbg 10.0.19041.685 I get the expected result.

In the new WinDbg version 1.2303.30001.0 I just get

**********************************************

The `!heap -p' commands in exts.dll have been replaced
with equivalent commands in ext.dll.
If you are in a KD session, use `!ext.heap -p`
**********************************************

and !ext.heap -p -a <address of allocated memory> doesn't show any output.

Is it broken, or am I doing something wrong?

forwardpointer commented 1 year ago

I'm seeing this as well.

gitvron commented 1 year ago

+1

liuzd666666 commented 1 year ago

Any answer?

zhefox commented 1 month ago

Hasn't it been solved yet?

kkpandey-crypto commented 1 month ago

I still face this issue (WinDBG 10.0.22621.3233). Has this been not resolved yet?