assertion error in ZFS

2019-10-13 Thread Piotr Kubaj
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:

Re: assertion error in ZFS

2019-10-10 Thread Andriy Gapon
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