tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: UVMHIST logs



> On 15. Jul 2024, at 09:31, Valery Ushakov <uwe%stderr.spb.ru@localhost> wrote:
> 
> I've just got a long message in my dmesg:
> 
> ...e24 uoffset=0 align=0 flags=0x101 entry=0x8f7f2df8 (uvm_map_findspace line 2011)map=0x8ee29e80 hint=0x7def0000 orig_hint=0x76fc3000 length=0x1000 uobj=0x8fdd0e24 uoffset=0 align=0 flags=0x101 entry=0x8f7f2df8 (uvm_map_findspace line 2214)map=0x8ee29e80 hint=0x7deef000 orig_hint=0x76fc3000 length=0x1000 uobj=0x8fdd0a9c...
> 
> where, obviously, newlines are missing from the UVMHIST output.  I
> don't want to go off on a tangent to a tangent to a tangent to
> inestigate this, so I'd appreciate if someone familiar with UVMHIST
> could kindly take a look.  TIA.

No UVMHIST involved.

Seems to originate from a printf() without "\n" at sys/uvm/uvm_map.c
function uvm_findspace_invariants() at line 1795.

--
J. Hannken-Illjes - hannken%mailbox.org@localhost


Home | Main Index | Thread Index | Old Index