Skip to content

fix(sentry): the daemon's mapping-cache allocation flag resets per capture - #65

Merged
GLinnik21 merged 1 commit into
mainfrom
chore/sentry-patch-alloc-flag
Sep 3, 2026
Merged

fix(sentry): the daemon's mapping-cache allocation flag resets per capture#65
GLinnik21 merged 1 commit into
mainfrom
chore/sentry-patch-alloc-flag

Conversation

@GLinnik21

Copy link
Copy Markdown
Owner

Mirrors the one-line fix from sentry[bot]'s comment on getsentry/sentry-native#2053 into webos-arm32.patch: g_vma_alloc_failed is reset at the top of capture_modules_from_proc_maps, so an allocation failure disables the ARM32 frame-pointer walk for that capture only. Patch re-applied and the handler cross-built; no behaviour change on a healthy capture, so no device run.

🤖 Generated with Claude Code

…pture

sentry[bot] on getsentry/sentry-native#2053: `g_vma_alloc_failed` was never
reset in `capture_modules_from_proc_maps`, so one allocation failure would
disable the ARM32 frame-pointer walk for every later crash the same daemon
instance handled. Reset it with the other per-capture state. Mirrors the
same one-line change on the upstream PR.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Copilot AI lite review requested due to automatic review settings September 3, 2026 07:41
@GLinnik21
GLinnik21 merged commit b69a88e into main Sep 3, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.


💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@GLinnik21
GLinnik21 deleted the chore/sentry-patch-alloc-flag branch September 3, 2026 07:41
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