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

  1. Go to boot menu and select on-screen output.
  2. Continue booting, wait a bit on the first screen.
  3. Kernel panic.

EFI loader through GRUB2, 64-bit, hrev53555.

Attachments (1)

20191027_183848.jpg (44.8 KB ) - added by KapiX 5 years ago.

Download all attachments as: .zip

Change History (3)

by KapiX, 5 years ago

Attachment: 20191027_183848.jpg added

comment:1 by korli, 5 years ago

Is it in a VM too? It might be possible to git bisect.

comment:2 by waddlesplash, 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.