Skip to content

device: add kernel-mode crash signatures for user task faults - #19

Open
raiden00pl wants to merge 1 commit into
apache:mainfrom
raiden00pl:kernel-mode-support-pr6
Open

device: add kernel-mode crash signatures for user task faults#19
raiden00pl wants to merge 1 commit into
apache:mainfrom
raiden00pl:kernel-mode-support-pr6

Conversation

@raiden00pl

Copy link
Copy Markdown
Member

In kernel builds a faulting user task is killed while the kernel keeps running and the prompt returns, so the console message is the only crash evidence; such faults were reported as command timeouts. Register the fault messages as SEGFAULT signatures:

  • 'Segmentation fault in' (risc-v)
  • 'PANIC: Unhandled user exception' (arm64)

In kernel builds a faulting user task is killed while the kernel keeps
running and the prompt returns, so the console message is the only
crash evidence; such faults were reported as command timeouts. Register
the fault messages as SEGFAULT signatures:

- 'Segmentation fault in' (risc-v)
- 'PANIC: Unhandled user exception' (arm64)

Signed-off-by: raiden00pl <raiden00@railab.me>
Assisted-by: Claude Code
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.

1 participant