[Bug 237666] repeated messages of "uhub_reattach_port: giving up port reset - device vanished"

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Dec 8 21:17:06 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237666

--- Comment #80 from Hans Petter Selasky <hselasky at FreeBSD.org> ---
Are you familiar with dtrace. Could you get the backtrace of these function
calls?

kldload dtraceall

cat << EOF > dtrace.d 
#!/usr/sbin/dtrace -s

fbt::$1:entry
{
        @[probefunc, stack()] = count();
}
EOF

chmod +x dtrace.d

./dtrace.d ExPciConfigSpaceHandle

Wait, then CTRL+C

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-usb mailing list