Opened 5 years ago
Last modified 4 years ago
#15457 new bug
Panic when booting with on-screen output and pagination enabled
Reported by: | KapiX | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | System/Kernel | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
- Go to boot menu and select on-screen output.
- Continue booting, wait a bit on the first screen.
- Kernel panic.
EFI loader through GRUB2, 64-bit, hrev53555.
Attachments (1)
Change History (3)
by , 5 years ago
Attachment: | 20191027_183848.jpg added |
---|
comment:1 by , 5 years ago
comment:2 by , 4 years ago
I've seen this before, too. The problem is simply that one printf() holds the print lock and is at the "Press any key..." part, and some other CPU is trying to acquire the printf() lock.
Note:
See TracTickets
for help on using tickets.
Is it in a VM too? It might be possible to git bisect.