Skip to content

Instantly share code, notes, and snippets.

@lheckemann
Created April 16, 2019 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lheckemann/9478e5d48256413ae5887c62f7fb60d6 to your computer and use it in GitHub Desktop.
Save lheckemann/9478e5d48256413ae5887c62f7fb60d6 to your computer and use it in GitHub Desktop.
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 4.19.34 (nixbld@localhost) (gcc version 7.4.0 (GCC)) #1-NixOS SMP PREEMPT Fri Apr 5 20:33:17 UTC 2019
[ 0.000000] Machine model: FriendlyElec NanoPi M4
[ 0.000000] earlycon: uart8250 at MMIO32 0x00000000ff1a0000 (options '')
[ 0.000000] bootconsole [uart8250] enabled
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 0.000000] cma: Failed to reserve 32 MiB
[ 0.000000] Kernel panic - not syncing: ERROR: Failed to allocate 0x0000000000001000 bytes below 0x0000000000000000.
[ 0.000000]
[ 0.000000] CPU: 0 PID: 0 Comm: swapper Not tainted 4.19.34 #1-NixOS
[ 0.000000] Hardware name: FriendlyElec NanoPi M4 (DT)
[ 0.000000] Call trace:
[ 0.000000] dump_backtrace+0x0/0x1b8
[ 0.000000] show_stack+0x24/0x30
[ 0.000000] dump_stack+0x90/0xb4
[ 0.000000] panic+0x128/0x29c
[ 0.000000] memblock_alloc_base+0x40/0x4c
[ 0.000000] memblock_alloc+0x2c/0x38
[ 0.000000] early_pgtable_alloc+0x20/0xb4
[ 0.000000] paging_init+0x28/0x7f0
[ 0.000000] setup_arch+0x1d0/0x58c
[ 0.000000] start_kernel+0x88/0x498
[ 0.000000] ---[ end Kernel panic - not syncing: ERROR: Failed to allocate 0x0000000000001000 bytes below 0x0000000000000000.
[ 0.000000] ]---
[ 0.000000] Insufficient stack space to handle exception!
[ 0.000000] ESR: 0x96000044 -- DABT (current EL)
[ 0.000000] FAR: 0x0000000000000040
[ 0.000000] Task stack: [0xffff000009ad0000..0xffff000009ad4000]
[ 0.000000] IRQ stack: [0x0000000000000000..0x0000000000004000]
[ 0.000000] Overflow stack: [0xffff00000955e290..0xffff00000955f290]
[ 0.000000] CPU: 0 PID: 0 Comm: swapper Not tainted 4.19.34 #1-NixOS
[ 0.000000] Hardware name: FriendlyElec NanoPi M4 (DT)
[ 0.000000] pstate: 600003c5 (nZCv DAIF -PAN -UAO)
[ 0.000000] pc : el1_sync+0x0/0xb0
[ 0.000000] lr : el1_irq+0xb0/0x128
[ 0.000000] sp : 0000000000000040
[ 0.000000] x29: ffff000009ad3d20 x28: ffff000009ae3c00
[ 0.000000] x27: ffffff8008ba2000 x26: 0000000000004000
[ 0.000000] x25: 0000000000000000 x24: ffff000009ad9000
[ 0.000000] x23: 0000000060000005 x22: ffff0000080e7ea0
[ 0.000000] x21: ffff000009ad3d30 x20: 0000ffffffffffff
[ 0.000000] x19: ffff000009ad3bf0 x18: ffffffffffffffff
[ 0.000000] x17: 0000000000000000 x16: 0000000000000000
[ 0.000000] x15: ffff000009ad96c8 x14: ffff000089d61f20
[ 0.000000] x13: ffff000009d61f2e x12: 61636f6c6c61206f
[ 0.000000] x11: ffff000009ad3a30 x10: ffff000009ada348
[ 0.000000] x9 : ffff0000087a2358 x8 : ffff000009ad3a00
[ 0.000000] x7 : 3030303078302077 x6 : 0000000000000017
[ 0.000000] x5 : 0000000000000000 x4 : 0000000000000000
[ 0.000000] x3 : ffffffffffffffff x2 : 0000000000000000
[ 0.000000] x1 : 0000000000000000 x0 : ffff000009ad3bf0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment