On Sat, Jun 05, 2021 at 12:00:54PM +0200, Alexander Bluhm wrote: > On Sat, Jun 05, 2021 at 11:52:03AM +0200, Alexander Bluhm wrote: > > panic: kernel diagnostic assertion "off == trunc_page(off)" failed: file > > "/usr/src/sys/uvm/uvm_page.c", line 871
This diff in snapshots triggers it: Index: arch/i386/include/param.h =================================================================== RCS file: /mount/openbsd/cvs/src/sys/arch/i386/include/param.h,v retrieving revision 1.50 diff -u -p -r1.50 param.h --- arch/i386/include/param.h 25 Aug 2018 17:24:22 -0000 1.50 +++ arch/i386/include/param.h 5 Jun 2021 12:42:15 -0000 @@ -51,7 +51,7 @@ #define PAGE_SHIFT 12 #define PAGE_SIZE (1 << PAGE_SHIFT) -#define PAGE_MASK (PAGE_SIZE - 1) +#define PAGE_MASK (PAGE_SIZE - 1UL) #define KERNBASE 0xd0000000
