Jorgen Lundman

Results 261 comments of Jorgen Lundman

So I can trigger this at will, which minor changes, if indeed it is the same problem. Unrelated to everything, we are looking at setting `zp->z_blksz` to ashift (4096) instead...

The binary has no external requirements, we pull those libraries into the installer, and relink them. If you are compiling, you need to install libs, but you pick how you...

@behlendorf Here we are! Just released zfs-macOS-2.1.6, from this very commit, and it is up to date with HEAD. In 17s it will be outdated, maybe. Let me know how...

Odd collection of single failures.. hmm ppc64 ``` /var/lib/buildbot/slaves/zfs1/Debian_8_ppc64__BUILD_/build/zfs/include/os/linux/kernel/linux/dcache_compat.h:76:18: error: dereferencing pointer to incomplete type spin_lock(&inode->i_lock); ``` functional-ubuntu: ``` FAIL redundancy/redundancy_draid_spare3 (expected PASS) ``` CentOS 7 ``` FAIL removal/removal_remap_deadlists (expected...

updated again, and ready!

Checking on the zloop error: GDB stack ``` #7 0x00007f2bd357e75c in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f2bb9c03d76, __in_chrg=) at ../../../../src/libsanitizer/asan/asan_report.cpp:190 #8 0x00007f2bd357dff5 in __asan::ReportGenericError (pc=139826182817167, bp=bp@entry=139825776708080, sp=sp@entry=139825776708064, addr=106858789097400, is_write=is_write@entry=false, access_size=access_size@entry=8, exp=0, fatal=true) at ../../../../src/libsanitizer/asan/asan_report.cpp:478...

I put in a hack fix for the race; https://github.com/openzfs/zfs/pull/14429 and its all green - so I feel good about that.

Examining `Testing (20.04) / zloop` ``` #2 __GI___pthread_kill (threadid=140583014024768, signo=signo@entry=6) at ./nptl/pthread_kill.c:89 #3 0x00007fdc34b14476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26 #4 0x00007fdc34afa7f3 in __GI_abort () at ./stdlib/abort.c:79 #5 0x00007fdc361924a1 in ??...

This PR has been updated up to Sonoma (Apple clang version 15.0.0 (clang-1500.0.34.3)), x86_64 and arm64. All warnings removed, which unfortunately meant fiddling inside shared sources some more. If it...

Couple of bonus ones in there with 5 and 6. Let me know if you want them squashed into 1-4 somewhere.