Skip to content

Instantly share code, notes, and snippets.

@oramirite
Created May 9, 2021 16:07
Show Gist options
  • Save oramirite/ce1f4d8f66e231ecce3675d0a30396db to your computer and use it in GitHub Desktop.
Save oramirite/ce1f4d8f66e231ecce3675d0a30396db to your computer and use it in GitHub Desktop.
Arch ZFS kernel panic #4
:: running early hook [udev]
Starting version 248-5-arch
:: running hook [udev]
:: Triggering uevents...
[ 1.478662] BUG: unable to handle page fault for address: ffffffffffffffff
[ 1.485543] #PF: supervisor instruction fetch in kernel mode
[ 1.491195] #PF: error_code(0x0010) - not-present page
[ 1.496333] PGD 44da15067 P4D 44da15067 PUD 44da17067 PMD 0
[ 1.501991] Oops: 0010 [#1] SMP NOPTI
[ 1.505650] CPU: 11 PID: 307 Comm: udevadm Not tainted 5.10.34-1-lts #1
[ 1.512251] Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./EPYCD8-2T, BIOS P2.60 04/10/2020
[ 1.521803] RIP: 0010:0xffffffffffffffff
[ 1.525720] Code: Unable to access opcode bytes at RIP 0xffffffffffffffd5.
[ 1.532584] RSP: 0018:ffffbd6540394f48 EFLAGS: 00010286
[ 1.537799] RAX: ffffffffffffffff RBX: ffff95e2ceeec9c0 RCX: 0000000080200000
[ 1.544923] RDX: ffffffffffffffff RSI: ffffffffad50e417 RDI: ffff95df9e400700
[ 1.552048] RBP: 0000000000002710 R08: 0000000000000001 R09: 0000000000000000
[ 1.559170] R10: 0000000000000001 R11: 00000000ffffff00 R12: 00000000584cc05d
[ 1.566294] R13: ffff95e2ceeeca30 R14: ffff95df9dcc3d00 R15: 0000000000000002
[ 1.573421] FS: 00007f39efa99a40(0000) GS:ffff95e2ceec0000(0000) knlGS:0000000000000000
[ 1.581505] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1.587240] CR2: ffffffffffffffd5 CR3: 000000044b700000 CR4: 0000000000350ee0
[ 1.594364] Call Trace:
[ 1.596808] <IRQ>
[ 1.598822] ? rcu_core+0x1f7/0x500
[ 1.602314] ? __do_softirq+0xca/0x288
[ 1.606065] ? asm_call_irq_on_stack+0x12/0x20
[ 1.610500] </IRQ>
[ 1.612601] ? do_softirq_own_stack+0x37/0x40
[ 1.616960] ? irq_exit_rcu+0x9c/0xd0
[ 1.620625] ? sysvec_apic_timer_interrupt+0x36/0x80
[ 1.625589] ? asm_sysvec_apic_timer_interrupt+0x12/0x20
[ 1.630897] ? security_inode_permission+0x3c/0x50
[ 1.635687] ? security_inode_permission+0x30/0x50
[ 1.640470] ? link_path_walk+0x1b5/0x390
[ 1.644474] ? path_openat+0x90/0x1030
[ 1.648217] ? filename_lookup+0x137/0x1d0
[ 1.652309] ? do_filp_open+0x9c/0x140
[ 1.656062] ? do_sys_openat2+0xb1/0x160
[ 1.659985] ? __x64_sys_openat+0x54/0x90
[ 1.663990] ? do_syscall_64+0x33/0x40
[ 1.667732] ? entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 1.672950] Modules linked in:
[ 1.676001] CR2: ffffffffffffffff
[ 1.679315] fbcon: Taking over console
[ 1.683063] ---[ end trace 9665c88560828b3a ]---
[ 1.688456] tsc: Refined TSC clocksource calibration: 3193.999 MHz
[ 1.691036] RIP: 0010:0xffffffffffffffff
[ 1.694647] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e0a24cf65f, max_idle_ns: 440795271781 ns
[ 1.698563] Code: Unable to access opcode bytes at RIP 0xffffffffffffffd5.
[ 1.698564] RSP: 0018:ffffbd6540394f48 EFLAGS: 00010286
[ 1.698565] RAX: ffffffffffffffff RBX: ffff95e2ceeec9c0 RCX: 0000000080200000
[ 1.698566] RDX: ffffffffffffffff RSI: ffffffffad50e417 RDI: ffff95df9e400700
[ 1.698568] RBP: 0000000000002710 R08: 0000000000000001 R09: 0000000000000000
[ 1.742016] R10: 0000000000000001 R11: 00000000ffffff00 R12: 00000000584cc05d
[ 1.749146] R13: ffff95e2ceeeca30 R14: ffff95df9dcc3d00 R15: 0000000000000002
[ 1.756272] FS: 00007f39efa99a40(0000) GS:ffff95e2ceec0000(0000) knlGS:0000000000000000
[ 1.764349] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1.770087] CR2: ffffffffffffffd5 CR3: 000000044b700000 CR4: 0000000000350ee0
[ 1.777211] Kernel panic - not syncing: Fatal exception in interrupt
[ 1.787312] Kernel Offset: 0x2c400000 from 0xffffffff81000000 (relocation range: 0xffffffff80000000-0xffffffffbfffffff)
[ 1.801471] ---[ end Kernel panic - not syncing: Fatal exception in interrupt ]---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment