Skip to content

feat(native): symbolicate stack frames in crash daemon on Windows#1595

Open
jpnurmi wants to merge 3 commits intomasterfrom
jpnurmi/feat/native-win32-syms
Open

feat(native): symbolicate stack frames in crash daemon on Windows#1595
jpnurmi wants to merge 3 commits intomasterfrom
jpnurmi/feat/native-win32-syms

Conversation

@jpnurmi
Copy link
Collaborator

@jpnurmi jpnurmi commented Mar 25, 2026

Call SymFromAddrW during the StackWalk64 loop to resolve function names and symbol addresses for each frame. This populates the "function" and "symbol_addr" fields on native stacktrace frames, giving more useful external crash reports.

https://develop.sentry.dev/sdk/foundations/transport/event-payloads/stacktrace/

Before After
image image

Call SymFromAddrW during the StackWalk64 loop to resolve function names
and symbol addresses for each frame. This populates the "function" and
"symbol_addr" fields on native stacktrace frames, giving more useful
crash reports without relying on server-side symbolication.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions
Copy link

github-actions bot commented Mar 25, 2026

Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Generated by 🚫 dangerJS against 9367e72

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.

2 participants