microsoftfeedback / WinDbg-Feedback

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

Stepping into new/malloc in TTD freezes windbg #161

Open mattkse opened 8 months ago

mattkse commented 8 months ago

I was using windbg on a TTD recorded trace and stepped into the new/malloc of an object and the debugger became unresponsive to any commands -- cannot even click "Stop Debugging".

mattkse commented 8 months ago

I just realized there was a background pop-up asking for credentials after I closed windbg.

lzybkr commented 5 months ago

Do you know which version of the debugger you were using? This was a known issue in the past but we think we've addressed those issues in recent debuggers.

mattkse commented 5 months ago

It was version 1.2402.24001.0.

mattkse commented 5 months ago

I think it was just waiting for the background pop-up to disappear.

lzybkr commented 5 months ago

That is actually the latest version. Do you recall which program was prompting for authentication?

mattkse commented 5 months ago

No, it was just a pop-up in the background. I've actually reproduced this behavior a few times, it should be easy to try to reproduce.