Hi,
I use ZFS compiled-in to the kernel in order to boot without loader.
After upgrade to LLVM9, it fails to mount with:
panic: solaris assert: (int32_t)n >= 0 (0x >= 0x0), file:
/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zrlock.c, line: 115
cpuid = 16
time = 26
KDB:
On 10/10/2019 20:28, Piotr Kubaj via freebsd-fs wrote:
> Hi,
>
> I use ZFS compiled-in to the kernel in order to boot without loader.
>
> After upgrade to LLVM9, it fails to mount with:
> panic: solaris assert: (int32_t)n >= 0 (0x >= 0x0), file:
> /usr/src/sys/cddl/contrib/openso