NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/56764
The following reply was made to PR kern/56764; it has been noted by GNATS.
From: Thomas Klausner <wiz%netbsd.org@localhost>
To: NetBSD bugtracking <gnats-bugs%netbsd.org@localhost>
Cc:
Subject: Re: kern/56764
Date: Sat, 21 Feb 2026 18:55:17 +0100
My second diff just showed where the assumption is violated:
panic: kernel diagnostic assertion "uvmexp.swpginuse >= uvmexp.swpgonly + nslots" failed: file "/usr/src/sys/uvm/uvm_swap.c", line 1938 swpginuse 18158179 swpgonly 18158179 nslots 1
i.e. swpginuse is reduced before swpgonly is reduced.
I think I'll just remove the assertion that swpginuse > swpgonly
locally - it's just not consistently true.
Thomas
Home |
Main Index |
Thread Index |
Old Index