Skip to content

Conversation

@anporumb
Copy link

@anporumb anporumb commented Jan 8, 2026

I've tested on x64 (locally) and on a remote ARM64 machine in Azure that all tests pass on DEBUG.

On RelWithDebInfo the same tests that failed on master are failing on this branch too.

…ernal allocations (TLS init, CallStack objects) from triggering recursion.
…ws ARM64's return addresses (from _ReturnAddress()) to match with function addresses in the stack trace by searching within a 4KB range instead of requiring an exact match.
…ions. The issue: if we're using RtlCaptureStackBackTrace's hash which includes all frames, but x64 matches context.fp at frame 5 and ARM64 doesn't match and defaults to frame 3, they'll have different hashes from RtlCaptureStackBackTrace even for identical call sites
@anporumb anporumb enabled auto-merge (squash) January 8, 2026 18:10
@@ -0,0 +1,228 @@
<?xml version="1.0" encoding="utf-8"?>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need this file?

Copy link

@mattdurak mattdurak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@anporumb anporumb merged commit a2fb9a7 into master Jan 8, 2026
1 check passed
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 this pull request may close these issues.

3 participants