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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Dec 12 12:17:14 UTC 2019


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

--- Comment #91 from Hans Petter Selasky <hselasky at FreeBSD.org> ---
#!/usr/sbin/dtrace -s

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

I think the $1 was expanded when you created dtrace.d!

Can you type this script verbatim and try again?

It basically should work, tested over here!

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


More information about the freebsd-usb mailing list