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

Seems to fail to load pstacks in WinDbg Preview 1.22 #4

Open
informatorius opened this issue Oct 19, 2022 · 5 comments
Open

Seems to fail to load pstacks in WinDbg Preview 1.22 #4

informatorius opened this issue Oct 19, 2022 · 5 comments

Comments

@informatorius
Copy link

0: kd> .load C:\WinDbg\pstacks\pstacks.dll
0: kd> !pstacks
No export pstacks found

@informatorius informatorius closed this as not planned Won't fix, can't repro, duplicate, stale Oct 19, 2022
@thombrink
Copy link

Is there a workaround?

@informatorius
Copy link
Author

Yes, you load gsose.dll :-)

.load C:\WinDbg\gsose\gsose.dll
!help
!pstacks

@thombrink
Copy link

Ah I'm sorry, I was trying to load gsose to use pstacks, but got the following message:
image
image

windbg 1.2210.3001.0

@informatorius informatorius reopened this Oct 25, 2022
@chrisnas
Copy link
Owner

Hi @thombrink!

pstacks.dll is a simple console application you use outside of WinDBG.

The pstacks command is in gsose.dll that you load in WinDB (exactly what you did)

I just tried it with WinDBG 1.2210.3001.0 without any problem:
image

  • open a memory dump
  • load gsose.dll
  • type !pstacks

Are you live debugging a running process?
What is the version of the .NET runtime?

@thombrink
Copy link

No I'm debugging a .dmp file from a .net 6 exe on windows 11

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

3 participants