Re: Reproducable kernel crash
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.vax |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Feb 24, 2024 at 11:23:17AM +0100, Anders Magnusson wrote: > GENERIC do not have DIAGNOSTIC turned on, so this check will never be done > if the distributed kernel is used. Oh indeed I do have "options DIAGNOSTIC" in my kernel config. Sorry, forgot about that, I'll ammend the PR. I think it should be enabled in GENERIC (but I know this makes things a lot worse for VAX). However, the bug probably is real (and might cause other issues w/o DIAGNOSTIC). Martin