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

Potential issues with module resolution on windows #103

Open
jeremy-rifkin opened this issue Mar 15, 2024 · 1 comment
Open

Potential issues with module resolution on windows #103

jeremy-rifkin opened this issue Mar 15, 2024 · 1 comment
Labels

Comments

@jeremy-rifkin
Copy link
Owner

In #84 a stack trace was shown which included symbols that didn't make sense. I've had another user mention to me odd symbols in trace output on windows. I have been unable to reproduce such issues, verify the behavior, or investigate whether the problem lies in dbghelp or cpptrace.

I suspect, however, that if there is a problem it may be with how modules are handled in the dbghelp code.

I'll need more information to confirm this issue and resolve it.

@jeremy-rifkin
Copy link
Owner Author

It looks like in the other user's case the issue was a leftover PDB from a debug build that became bogus for their release build. So, back to only one case. I will look into a way to check signatures between the pdb and exe, however, to prevent this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant