Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save avikivity/f2b7fe8e3244dc1d395d1d287197d746 to your computer and use it in GitHub Desktop.
Save avikivity/f2b7fe8e3244dc1d395d1d287197d746 to your computer and use it in GitHub Desktop.
xfs crash
[ 78.392972] CPU: 6 PID: 7456 Comm: mount Tainted: G E 4.9.17-8.31.amzn1.x86_64 #1
[ 78.398320] Hardware name: Xen HVM domU, BIOS 4.2.amazon 12/12/2016
[ 78.402453] ffffc9003f07f828 ffffffff812fa21f 0000000000000000 0000000000000000
[ 78.409361] ffffc9003f07f868 ffffffff810717d1 000002093f07f888 ffffc9003f07f958
[ 78.416392] 0000000000000008 ffff883c4515c180 0000000000000000 0000000000000001
[ 78.423807] Call Trace:
[ 78.426073] [<ffffffff812fa21f>] dump_stack+0x63/0x84
[ 78.429674] [<ffffffff810717d1>] __warn+0xd1/0xf0
[ 78.433160] [<ffffffff810718bd>] warn_slowpath_null+0x1d/0x20
[ 78.437736] [<ffffffffa01ff945>] _xfs_buf_find+0x2d5/0x340 [xfs]
[ 78.442090] [<ffffffffa01ff9da>] xfs_buf_get_map+0x2a/0x280 [xfs]
[ 78.446669] [<ffffffffa01b4883>] ? xfs_free_ag_extent+0x3a3/0x780 [xfs]
[ 78.451379] [<ffffffffa0231946>] xfs_trans_get_buf_map+0x116/0x190 [xfs]
[ 78.456075] [<ffffffffa01ce230>] xfs_btree_get_bufs+0x50/0x60 [xfs]
[ 78.460484] [<ffffffffa01b699a>] xfs_alloc_fix_freelist+0x1aa/0x390 [xfs]
[ 78.465549] [<ffffffffa01b7215>] xfs_free_extent_fix_freelist+0x65/0xa0 [xfs]
[ 78.470798] [<ffffffffa01b729d>] xfs_free_extent+0x4d/0x130 [xfs]
[ 78.475327] [<ffffffffa023255f>] xfs_trans_free_extent+0x4f/0x110 [xfs]
[ 78.479973] [<ffffffffa02277c5>] xfs_efi_recover+0x155/0x190 [xfs]
[ 78.483846] [<ffffffffa022d9e7>] xlog_recover_process_efi+0x37/0x50 [xfs]
[ 78.488533] [<ffffffffa022e703>] xlog_recover_process_intents.isra.42+0x133/0x140 [xfs]
[ 78.494342] [<ffffffffa02302a1>] xlog_recover_finish+0x21/0xb0 [xfs]
[ 78.498830] [<ffffffffa02221df>] xfs_log_mount_finish+0x2f/0x50 [xfs]
[ 78.503332] [<ffffffffa0217318>] xfs_mountfs+0x598/0x910 [xfs]
[ 78.507593] [<ffffffffa021bc8d>] xfs_fs_fill_super+0x41d/0x580 [xfs]
[ 78.512034] [<ffffffff811fdca4>] mount_bdev+0x184/0x1c0
[ 78.515842] [<ffffffffa021b870>] ? xfs_test_remount_options.isra.15+0x60/0x60 [xfs]
[ 78.522753] [<ffffffffa021a9e5>] xfs_fs_mount+0x15/0x20 [xfs]
[ 78.529222] [<ffffffff811fe669>] mount_fs+0x39/0x160
[ 78.534430] [<ffffffff8119c575>] ? __alloc_percpu+0x15/0x20
[ 78.540221] [<ffffffff8121a167>] vfs_kern_mount+0x67/0x110
[ 78.545790] [<ffffffff8121c7db>] do_mount+0x1bb/0xc80
[ 78.550944] [<ffffffff81196ca2>] ? memdup_user+0x42/0x60
[ 78.556336] [<ffffffff8121d593>] SyS_mount+0x83/0xd0
[ 78.561593] [<ffffffff815306f7>] entry_SYSCALL_64_fastpath+0x1a/0xa9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment