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
The following reply was made to PR kern/51254; it has been noted by GNATS.
From: Taylor R Campbell <riastradh%NetBSD.org@localhost>
To: Rin Okuyama <rokuyama.rk%gmail.com@localhost>
Cc: Martin Husemann <martin%duskware.de@localhost>,
Valery Ushakov <uwe%stderr.spb.ru@localhost>, gnats-bugs%NetBSD.org@localhost
Subject: Re: kern/51254: uvm assertion "!topdown || hint <= orig_hint" failed
Date: Wed, 14 Aug 2024 21:08:49 +0000
> Date: Wed, 14 Aug 2024 22:50:28 +0900
> From: Rin Okuyama <rokuyama.rk%gmail.com@localhost>
>
> Similar patterns. Full console log just for sure:
>
> https://gist.github.com/rokuyama/c11701f1cd6395798c600be61a3210aa
>
> For next ATF run, I will add entry->{prev,next}. Or can you commit it?
Thanks. I committed the extra print, and also the clamping
MIN(orig_hint, entry->next->start - length) because I convinced myself
it's necessary (again; I had forgotten I already tried that and
derived it again).
Can you update and try again, and make sure to include the output of
`ident /netbsd | grep uvm_map.c' in the log so when I look back at it
later I have a chance of matching it up to line numbers in a specific
revision?
Home |
Main Index |
Thread Index |
Old Index