Skip to content

Fix problems with official build regarding stack traces - #299

Merged
borrrden merged 2 commits into
masterfrom
fix/stack_trace_breakage
May 29, 2026
Merged

Fix problems with official build regarding stack traces#299
borrrden merged 2 commits into
masterfrom
fix/stack_trace_breakage

Conversation

@borrrden

Copy link
Copy Markdown
Member
  • ARM64 build on Windows was not building because of a typo
  • Backtrace test was failing because of stripped symbols (most likely). Disable it except for debug mode (PR validation)

borrrden added 2 commits May 30, 2026 06:28
R11 is not valid for arm64, the correct frame pointer is the FP register.
This is the exact problem we were trying to tackle anyway.  Usually in release mode these symbols are stripped and so this test won't find what it's looking for.  PR validation will check it anyway.
@borrrden
borrrden requested review from jianminzhao and pasin May 29, 2026 21:46
@borrrden
borrrden merged commit 19b949e into master May 29, 2026
5 checks passed
@borrrden
borrrden deleted the fix/stack_trace_breakage branch May 29, 2026 21:52
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