Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75

From: Charlie Li <vishwin_at_freebsd.org>
Date: Sun, 09 Apr 2023 17:23:05 UTC
Mateusz Guzik wrote:
> On 4/9/23, Charlie Li wrote:
>> I've also started noticing random artefacts and malformed files whilst
>> building packages with poudriere, causing all sorts of "exec format
>> error"s, missing .so files due to corruption, data file corruption
>> causing unintended failure modes, etc. All without block_cloning;
>> enabling such causes a panic of its own when starting multiple builder
>> jails at once.
>>
> 
> what's the panic?
> 
manually typed out:

panic: VERIFY(!zil_replaying(zilog, tx)) failed

cpuid = 7
time = 1681060472
KDB: stack backtrace:
db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 
0xfffffe02a05b28a0
vpanic() at vpanic+0x152/frame 0xfffffe02a05b28f0
spl_panic() at spl_panic+0x3a/frame 0xfffffe02a05b2950
zfs_log_clone_range() at zfs_log_clone_range+0x1db/frame 0xfffffe02a05b29e0
zfs_clone_range() at zfs_clone_range+0xae2/frame 0xfffffe02a05b2bc0
zfs_freebsd_copy_file_range() at zfs_freebsd_copy_file_range+0xff/frame 
0xfffffe02a05b2c40
vn_copy_file_range() at vn_copy_file_range+0x115/frame 0xfffffe02a05b2ce0
kern_copy_file_range() at kern_copy_file_range+0x34e/frame 
0xfffffe02a05b2db0
sys_copy_file_range() at sys_copy_file_range+0x78/frame 0xfffffe02a05b2e00
amd64_syscall() at amd64_syscall+0x148/frame 0xfffffe02a05b2f30
fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe02a05b2f30
--- syscall (569, FreeBSD ELF64, copy_file_range), rip = 0x908d2a, rsp = 
0x820c28e68, rbp = 0x820c292b0 ---
KDB: enter: panic
[ thread pid 1856 tid 102129 ]
Stopped at      kdb_enter+0x32: movq    $0,0x12760f3(%rip)
db>

-- 
Charlie Li
…nope, still don't have an exit line.