Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 2020 07:06:50 +0200
From:      Rainer Hurling <rhurlin@gwdg.de>
To:        Konstantin Belousov <kostikbel@gmail.com>
Cc:        Hans Petter Selasky <hps@selasky.org>, monochrome <monochrome@twcny.rr.com>, <freebsd-current@freebsd.org>
Subject:   Re: Fwd: Re: r365488 page faults on AMD Ryzen 9 3950X
Message-ID:  <14418f1d-4b3a-7c4d-4cdd-030a00d86383@gwdg.de>
In-Reply-To: <20200921221329.GD2570@kib.kiev.ua>
References:  <88af31d4-9ed9-172a-d48f-1780f19841e3@twcny.rr.com> <11d27d41-029a-d7f5-eccc-0ba3a3fcfe97@gwdg.de> <b6d7aa27-948a-b820-76b9-1f91a1df0471@selasky.org> <2bbfb4b3-92e9-b3ca-9c31-6c513cee2f2d@gwdg.de> <20200920093814.GD94807@kib.kiev.ua> <0249197f-29f6-4df4-eb63-ca786aaea39d@gwdg.de> <20200920195526.GH94807@kib.kiev.ua> <20200920200735.GJ94807@kib.kiev.ua> <1621df05-35a9-92b9-ffee-d93c17110d87@gwdg.de> <2673660d-3a6e-97c9-82a2-17b5ab8b987b@gwdg.de> <20200921221329.GD2570@kib.kiev.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
Am 22.09.20 um 00:13 schrieb Konstantin Belousov:
> On Mon, Sep 21, 2020 at 08:57:46PM +0200, Rainer Hurling wrote:
>> Fatal trap 12: page fault while in kernel mode
>> cpuid = 31; apic id = 1f
>> fault virtual address   = 0x25407efa
> This address is very suspicious.
> 
> I cannot claim it as the fact, but most likely cause for such garbage
> pointer value is mismatched ABI between kernel and module.  In other
> words, the module was built against headers from different kernel.

Hmm, thanks for the pointer. I will double check this evening and 
reporting back.

Normally, this module should have been built and installed with the 
kernel build.

> 
>> fault code              = supervisor read data, page not present
>> instruction pointer     = 0x20:0xffffffff80ec0b63
>> stack pointer           = 0x28:0xffffffff826018b0
>> frame pointer           = 0x28:0xffffffff82601940
>> code segment            = base 0x0, limit 0xfffff, type 0x1b
>>                          = DPL 0, pres 1, long 1, def32 0, gran 1
>> processor eflags        = interrupt enabled, resume, IOPL = 0
>> current process         = 0 (swapper)
>> trap number             = 12
>> panic: page fault
>> cpuid = 31
>> time = 1
>> KDB: stack backtrace:
>> db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame
>> 0xffffffff82601560
>> vpanic() at vpanic+0x182/frame 0xffffffff826015b0
>> panic() at panic+0x43/frame 0xffffffff82601610
>> trap_fatal() at trap_fatal+0x387/frame 0xffffffff82601670
>> trap_pfault() at trap_pfault+0x97/frame 0xffffffff826016d0
>> trap() at trap+0x2ab/frame 0xffffffff826017e0
>> calltrap() at calltrap+0x8/frame 0xffffffff826017e0
>> --- trap 0xc, rip = 0xffffffff80ec0b63, rsp = 0xffffffff826018b0, rbp =
>> 0xffffffff82601940 ---
>> vm_map_insert() at vm_map_insert+0x2f3/framw 0xffffffff82601940
>> vm_map_find() at vm_map_find+0x4a4/frame 0xffffffff82601a00
>> rtR0MemObjFreeBSDAllocHelper() at
>> rtR0MemObjFreeBSDAllocHelper+0x96/frame 0xffffffff82601a70
>> rtR0MemObjNativeAllocCont() at rtR0MemObjNativeAllocCont+0x50/frame
>> 0xffffffff82601ac0
>> supdrvGipCreate() at supdrvGipCreate+0x97/frame 0xffffffff82601b60
>> supdrvInitDevExt() at supdrvInitDevExt+0x19a/frame 0xffffffff82601bd0
>> VBoxDrvFreeBSDModuleEvent() at VBoxDrvFreeBSDModuleEvent+0x46/frame
>> 0xffffffff82601bf0
>> module_register_init() at module_register_init+0xbd/frame 0xffffffff82601c20
>> mi_startup() at mi_startup+0xec/frame 0xffffffff82601c70
>> btext() at btext+0x2c
>> KDB: enter: panic
>> [ thread pid 0 tid 100000 ]
>> Stopped at      kdb_enter+0x37: movq    $0,0x10b5616(%rip)
>> db>
>>
>>
>> Perhaps this gives some more insight into the problem? I can't assess,
>> sorry.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14418f1d-4b3a-7c4d-4cdd-030a00d86383>