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

x64 stack walking is broken #46

Closed
goldshtn opened this issue Aug 14, 2016 · 2 comments
Closed

x64 stack walking is broken #46

goldshtn opened this issue Aug 14, 2016 · 2 comments

Comments

@goldshtn
Copy link

The NuGet version works fine, but with master I'm getting UNKNOWN frames for any managed method in a 64-bit process. After running git bisect I was able to pinpoint 3a6a430 as the problematic commit. I assume it's part of the move to the CorDebug interfaces.

@weltkante
Copy link
Contributor

It's suspicious that as part of that commit it only does BitConverter.ToUInt32 on what looks to be a pointer. Might be truncating 64 bit adresses. Old code used BitConverter.ToUInt64 at least in one of the places.

@mitikov
Copy link
Contributor

mitikov commented Nov 25, 2016

Switching to BitConverter.ToUInt64 did the trick for me 👍

Thanks guys.

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