Skip to content

feat: Add support for Ubuntu/Debian apport .crash files#102

Merged
basil merged 2 commits into
masterfrom
apport
Mar 1, 2026
Merged

feat: Add support for Ubuntu/Debian apport .crash files#102
basil merged 2 commits into
masterfrom
apport

Conversation

@basil

@basil basil commented Mar 1, 2026

Copy link
Copy Markdown
Owner

Parse apport crash files (Debian control syntax with base64-encoded gzip core dumps) as a coredump source. Text fields are mapped to COREDUMP_* fields and the CoreDump is extracted lazily via a streaming base64+gzip pipeline into a memfd.

Fixes #94

Parse apport crash files (Debian control syntax with base64-encoded
gzip core dumps) as a coredump source. Text fields are mapped to
COREDUMP_* fields and the CoreDump is extracted lazily via a streaming
base64+gzip pipeline into a memfd.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@basil basil added the Type: Enhancement A request, idea, or new functionality label Mar 1, 2026
@github-actions github-actions Bot added the Component: Process Source Issues related to process sources label Mar 1, 2026
@github-actions github-actions Bot added the Type: Documentation Improvements or additions to documentation label Mar 1, 2026
@basil
basil merged commit 4eed63a into master Mar 1, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Component: Process Source Issues related to process sources Type: Documentation Improvements or additions to documentation Type: Enhancement A request, idea, or new functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Apport

1 participant