Since the video overhaul there's no longer a displayed panic screen. This means that panic messages currently only go to syslog.
Proposed change:
LVGL based static panic screen, always instanciated but hidden until needed.
Panic screen (core.panic) should be arch agnostic.
Arch specific fault handlers will handle preserving registers, unwrapping them & passing them to core.panic
Since the video overhaul there's no longer a displayed panic screen. This means that panic messages currently only go to syslog.
Proposed change:
- LVGL based static panic screen, always instanciated but hidden until needed.
- Panic screen (core.panic) should be arch agnostic.
- Arch specific fault handlers will handle preserving registers, unwrapping them & passing them to core.panic
admin
added this to the 2.0.0 milestone 2026-03-08 17:00:34 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Since the video overhaul there's no longer a displayed panic screen. This means that panic messages currently only go to syslog.
Proposed change:
Implemented by: feature/panic