Skip to content

Add /rest/coreDump endpoint #87

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 5, 2025
Merged

Add /rest/coreDump endpoint #87

merged 1 commit into from
Jun 5, 2025

Conversation

stamp
Copy link
Contributor

@stamp stamp commented Apr 10, 2025

Added a new endpoint, /rest/coreDump, which enables downloading the latest core dump from the CPU.
Also introduced a script, save_elf.py, that stores a copy of the ELF file using the SHA-256 hash of the build as the filename.

The core dump includes the same SHA-256 hash from the original build, which makes it easy to match the core dump to the correct ELF file. This allows decoding and analysis of the dump.

@theelims theelims merged commit 11ecd5d into theelims:main Jun 5, 2025
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