NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/51254: uvm assertion "!topdown || hint <= orig_hint" failed
Thank you so much for your work!!
On 2024/08/14 10:33, Taylor R Campbell wrote:
I added some more assertions in an attempt to assist in narrowing this
down.
Can someone with sh3 hardware please update and try to reproduce the
bug again, and share
(a) the text of the panic and stack trace,
(b) the output of `ident netbsd | grep uvm_map.c', and
(c) if you can get it, the output of `show map <mapaddr>' in ddb?
(The trouble with the last one, at
<https://gist.github.com/rokuyama/b812a0f27c0354f6fc5f67c0c0be2929>,
is that I don't know what revision of uvm_map.c was being used, so I
don't know what the line number refers to. And it would likely really
help to see what's in the vm map so I can trace how the search
algorithm ran.)
Ah, sorry for insufficient info last time.
Now, I'm carrying out some stress tests on two landisk boxes for
-current as of today with:
$NetBSD: uvm_map.c,v 1.421 2024/08/14 01:26:25 riastradh Exp $
(1) Full ATF run on DIAGNOSTIC kernel:
A lot of "kernel weak diagnostic assertion" failures as before,
but panic has not occurred so far. Now, it comes to:
net/if_ipsec/t_ipsec_natt (549/954): 2 test cases
(2) Build pkgsrc's on DIAGNOSTIC kernel:
Panic has not occurred yet so far.
I will continue the tests, and get back to you...
Thanks,
rin
Home |
Main Index |
Thread Index |
Old Index