| it looks like memory allocation problem to me, 6f6c622f is a user space address..
it looks like swapper proces was running, ad searching for a page on disk for virtual address 6f6c622f...
but somehow it could not load the page, there may be a problem with page table entry or page corrupt...
I can not identify call trace..how it went...
also EFLAGS and other general register values could be observed..
I am new to kernel, please dont rely on this info, but this is my opinion..
be if you find the problem you can also let me know... |