Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dump context pykd seems to not get snapshot for me #3

Closed
symeonp opened this issue Aug 9, 2021 · 3 comments
Closed

Dump context pykd seems to not get snapshot for me #3

symeonp opened this issue Aug 9, 2021 · 3 comments

Comments

@symeonp
Copy link

symeonp commented Aug 9, 2021

Heya again,

So following your instructions:

0: kd> !load pykd
0: kd> !py C:\Users\symeon\Desktop\rewind\scripts\pykd_dump_context.py D:\snapshots

************* Path validation summary **************
Response                         Time (ms)     Location
Deferred                                       srv*c:\symbols*https://msdl.microsoft.com/download/symbols
saving context
saving parameters
saving memory

This does not look to be working for me. I have tried with both Windbg Preview and the old x64, yet
the debugger gets stuck with BUSY . However, context.json and params.json both have data, yet the actual mem.dmp is empty and I left it running a for a few hours.. any ideas what's going on?

Thanks again!

Edit: Am using pykd_ext_2.0.0.25 latest version on python 3.9.1 if that helps!

@erynian
Copy link
Contributor

erynian commented Aug 12, 2021

The .dump operation of WinDBG can be quite long (since it copies all memory pages). Do you use network kernel debugging?

@symeonp
Copy link
Author

symeonp commented Aug 12, 2021

Interesting, yes am using kd.net ..
Let me try one time then.

Thanks!

@symeonp
Copy link
Author

symeonp commented Aug 13, 2021

Closing this issue as it must be my setup..

kd> .dump /ka /o D:\snapshots\18362.1.amd64fre.19h1_release.190318-1202\cng\ConfigIoHandler_Safeguarded\mem.dmp
Creating D:\snapshots\18362.1.amd64fre.19h1_release.190318-1202\cng\ConfigIoHandler_Safeguarded\mem.dmp - Active kernel and user memory bitmap dump
Collecting pages to write to the dump. This may take a while.

@symeonp symeonp closed this as completed Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants