Skip to content

Instantly share code, notes, and snippets.

@Panky-codes
Created November 9, 2023 15:07
Show Gist options
  • Save Panky-codes/81759e9c075d8b94a115c23a1a8501e3 to your computer and use it in GitHub Desktop.
Save Panky-codes/81759e9c075d8b94a115c23a1a8501e3 to your computer and use it in GitHub Desktop.
xfs/013 crash xfs-reflink-nrext64
[12326.099052] kernel BUG at fs/xfs/xfs_message.c:102!
[12326.099630] invalid opcode: 0000 [#1] PREEMPT SMP NOPTI
[12326.100288] CPU: 5 PID: 2278442 Comm: kworker/5:12 Not tainted 6.6.0-rc5 #1
[12326.100977] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.2-debian-1.16.2-1 04/01/2014
[12326.101943] Workqueue: xfs-inodegc/loop5 xfs_inodegc_worker [xfs]
[12326.103426] RIP: 0010:assfail+0x34/0x40 [xfs]
[12326.104117] Code: c9 48 c7 c2 90 52 17 c1 48 89 f1 48 89 fe 48 c7 c7 d8 65 16 c1 e8 7c fd ff ff 80 3d 05 0a 09 00 00 75 07 0f 0b c3 cc cc cc cc <0f> 0b 66 2e 0f 1f 84 00 00 00 00 00 90 90 90 90 90 90 90 90 90 90
[12326.106019] RSP: 0018:ffffb48c41213c78 EFLAGS: 00010202
[12326.106648] RAX: 0000000000000000 RBX: ffff8d68159656a8 RCX: 000000007fffffff
[12326.107399] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffffffffc11665d8
[12326.108297] RBP: ffff8d67def98a00 R08: 0000000000000000 R09: 000000000000000a
[12326.109102] R10: 000000000000000a R11: 0fffffffffffffff R12: ffff8d6827c46000
[12326.109812] R13: ffffb48c41213ce8 R14: ffffb48c41213d18 R15: ffffffffc1154c40
[12326.110534] FS: 0000000000000000(0000) GS:ffff8d683bd40000(0000) knlGS:0000000000000000
[12326.111325] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[12326.111941] CR2: 00005585d23a5000 CR3: 00000001081fa006 CR4: 0000000000770ee0
[12326.112676] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[12326.113389] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[12326.114093] PKRU: 55555554
[12326.114514] Call Trace:
[12326.114926] <TASK>
[12326.115295] ? die+0x32/0x80
[12326.115748] ? do_trap+0xd6/0x100
[12326.116209] ? assfail+0x34/0x40 [xfs]
[12326.116973] ? do_error_trap+0x6a/0x90
[12326.117503] ? assfail+0x34/0x40 [xfs]
[12326.118310] ? exc_invalid_op+0x4c/0x60
[12326.118860] ? assfail+0x34/0x40 [xfs]
[12326.119473] ? asm_exc_invalid_op+0x16/0x20
[12326.119970] ? assfail+0x34/0x40 [xfs]
[12326.120616] ? assfail+0x24/0x40 [xfs]
[12326.121214] xfs_trans_read_buf_map+0x337/0x4e0 [xfs]
[12326.121907] xfs_imap_to_bp+0x53/0x80 [xfs]
[12326.122552] xfs_inode_item_precommit+0x19f/0x230 [xfs]
[12326.123257] xfs_trans_run_precommits+0x65/0xd0 [xfs]
[12326.123934] __xfs_trans_commit+0x51/0x390 [xfs]
[12326.124602] xfs_inactive_ifree+0x104/0x200 [xfs]
[12326.125255] xfs_inactive+0x16b/0x290 [xfs]
[12326.125968] xfs_inodegc_worker+0xaf/0x190 [xfs]
[12326.126631] process_one_work+0x171/0x340
[12326.127136] worker_thread+0x277/0x3a0
[12326.127572] ? __pfx_worker_thread+0x10/0x10
[12326.128040] kthread+0xf0/0x120
[12326.128440] ? __pfx_kthread+0x10/0x10
[12326.128865] ret_from_fork+0x2d/0x50
[12326.129278] ? __pfx_kthread+0x10/0x10
[12326.129714] ret_from_fork_asm+0x1b/0x30
[12326.130156] </TASK>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment