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



Were you able to test the patch I suggested last year, or did you find
some flaw in the analysis I posted it with?

-                       hint = entry->next->start - length;
+                       hint = MIN(orig_hint, entry->next->start - length);


Home | Main Index | Thread Index | Old Index