Skip to content

Instantly share code, notes, and snippets.

@jastx-jasmint
Last active November 6, 2022 11:20
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 jastx-jasmint/8a656ceb69c21674b9c227de8bb62911 to your computer and use it in GitHub Desktop.
Save jastx-jasmint/8a656ceb69c21674b9c227de8bb62911 to your computer and use it in GitHub Desktop.
libcrypto.so.3 kernel panic
/shutdown: error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No such file or directory
[54531.670506] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00007f00
[54531.670605] CPU: 1 PID: 1 Comm: shutdown Tainted: P S OE 6.0.6-zen1-1-zen #1 365505a91886375c3e5629abe34ae78af02d36e3
[54531.670632] Hardware name: Dell Inc. XPS 15 9560/05FFDN, BIOS 1.24.0 08/10/2021
[54531.670648] Call trace:
[54531.670656] <TASK>
[54531.670662] dump_stack_lvl+0x48/0x60
[54531.670674] panic+0x11c/0x2a0
[54531.670684] do_exit.cold+0x15/0x15
[54531.670694] do_group_exit+0x31/0xa0
[54531.670705] __x64_sys_exit_group+0x18/0x28
[54531.670715] do_syscall_64+0x5c/0x90
[54531.670726] ? do_syscall_64+0x6b/0x90
[54531.670735] ? do_syscall_64+0x6b/0x90
[54531.670744] ? exit_to_user_mode_prepare+0x12d/0x1d0
[54531.670757] ? syscall_exit_to_user_mode+0x12d/0x1d0
[54531.670769] ? do_syscall_64+0x6b/0x90
[54531.670800] ? syscall_exit_to_user_mode+0x2c/0x1d0
[54531.670813] ? do_syscall_64+0x6b/0x90
[54531.670823] entry_SYSCALL_64_after_hwframe+0x63/0xcd
[54531.670850] RIP: 0033:0x7f8eb8c7dbe1
[54531.670873] Code: 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa be e7 00 00 00 ba 3c 00 00 00 eb 0d 89 d0 0f 05 48 3d 00 f0 ff ff 77 1c f4 89 f0 0f 05 <48> 3d 00 f0 ff ff 76 e7 f7 d8 89 05 8f 26 01 00 eb dd 0f 1f 44 00
[54531.670913] RSP: 002b:00007ffe35d7d828 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7
[54531.670932] RAX: ffffffffffffffda RBX: 00007f8eb8c87b90 RCX: 00007f8eb8c7dbe1
[54531.670948] RDX: 000000000000003c RSI: 00000000000000e7 RDI: 000000000000007f
[54531.670963] RBP: 00007f8eb8682e5f R08: 00007ffe35d7d838 R09: 00000000b8c85000
[54531.670979] R10: 0000000000000020 R11: 0000000000000246 R12: 00007f8eb894aacc
[54531.670995] R13: 000000000000000d R14: 00007f8eb8682e78 R15: 0000000000000000
[54531.671012] </TASK>
[54531.671066] Kernel Offset: 0x30c00000 from 0xffffffff81000000 (relocation range: 0xffffffff00000000-0xffffffffbfffffff
[54531.671094] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=8x00007f00 ]---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment