NetBSD-Bugs archive

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

kern/54244: Panic in dev_findproduct() with 8.0_STABLE



>Number:         54244
>Category:       kern
>Synopsis:       Page fault in dev_findproduct()
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed May 29 00:05:00 +0000 2019
>Originator:     Pierre Pronchery <khorben%defora.org@localhost>
>Release:        NetBSD 8.0_STABLE
>Organization:
>Environment:
System: NetBSD hostname 8.1_RC1 NetBSD 8.1_RC1 (GENERIC) amd64
Architecture: x86_64
Machine: amd64
>Description:
On a Lenovo T440s with root filesystem encryption (and therefore init
chrooting first thing) I got the following panic:

uvm_fault(0xffffffff8154b3c0, 0xffffffff82288000, 1) -> e
fatal page fault in supervisor mode
trap type 6 code 0 rip 0xffffffff8051f1a8 cs 0x8 rflags 0x10206 cr2 0xffffffff82288000 ilevel 0 rsp 0xffff8000f2c32bd0
curlwp 0xfffffe83217c70c0 pid 4517.3 lowest kstack 0xffff8000f2c302c0
panic: trap
cpu1: Begin traceback...
vpanic() at netbsd:vpanic+0x15d
snprintf() at netbsd:snprintf
trap() at netbsd:trap+0xa00
--- trap (number 6) ---
dev_findproduct() at netbsd:dev_findproduct+0x32
?() at ffffffff8228c033
usbd_fill_deviceinfo() at netbsd:usbd_fill_deviceinfo+0x68
ugenioctl() at netbsd:ugenioctl+0x4d4
cdev_ioctl() at netbsd:cdev_ioctl+0xb4
VOP_IOCTL() at netbsd:VOP_IOCTL+0x54
vn_ioctl() at netbsd:vn_ioctl+0xa6
sys_ioctl() at netbsd:sys_ioctl+0x11a
syscall() at netbsd:syscall+0x1ec
--- syscall (number 54) ---
710a322cec3a:
cpu1: End traceback...

This was under heavy CPU activity. This information might also be useful:
$ dmesg | grep ^ugen
ugen0 at uhub5 port 5
ugen0: Generic (0x58f) EMV Smartcard Reader (0x9540), rev 2.01/1.20, addr 3
ugen1 at uhub1 port 6
ugen1: vendor 138a (0x138a) product 0017 (0x17), rev 1.10/0.78, addr 8

I usually have pcscd running in the background.
>How-To-Repeat:
I wasn't doing anything I swear!
>Fix:
Unknown.

>Unformatted:
 On the netbsd-8 branch around commit "Tickets #1255 - #1257"


Home | Main Index | Thread Index | Old Index