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

Debug Windows shenanigans #63

Closed
Jake-Shadle opened this issue Nov 4, 2022 · 0 comments · Fixed by #65
Closed

Debug Windows shenanigans #63

Jake-Shadle opened this issue Nov 4, 2022 · 0 comments · Fixed by #65

Comments

@Jake-Shadle
Copy link
Collaborator

In #62 the Windows CI started failing tests due to an (unexpected!) segfault. I narrowed it down on a Windows machine to the call to RtlCaptureContext in dump_local_context, which I have seen crash in the past, so I'm fairly certain it's not related to the bindings changes from #60. It does seem related to moving from 1.64.0 -> 1.65.0 as I was able to test fine with 1.64.0 and then consistently crash with 1.65.0, so my guess at this point is that the LLVM update is the most likely culprit. The workound to get #52 "working" was to just compile and run tests in release which seems to sidestep the issue, but it'd be good provide a real fix for this.

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

Successfully merging a pull request may close this issue.

1 participant