joel.bertr...@systella.fr (=?UTF-8?Q?BERTRAND_Jo=c3=abl?=) writes:

>> If you have a version of the kernel with debug symbols, you could
>> use addr2line to identify the instruction that caused the uvm_fault
>> at address 0xffffffff802280cc. Without debug symbols it is not
>> that easy.

>       I have this kind of kernel, but I cannot obtain more information.

addr2line -e $yourdebugkernel 0xffffffff802280cc

should retrieve some information.

Reply via email to