Date: Thu, 12 Dec 2019 12:17:14 +0000 From: bugzilla-noreply@freebsd.org To: usb@FreeBSD.org Subject: [Bug 237666] repeated messages of "uhub_reattach_port: giving up port reset - device vanished" Message-ID: <bug-237666-19105-1eIrvAjaTK@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-237666-19105@https.bugs.freebsd.org/bugzilla/> References: <bug-237666-19105@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237666 --- Comment #91 from Hans Petter Selasky <hselasky@FreeBSD.org> --- #!/usr/sbin/dtrace -s fbt::$1:entry { @[probefunc, stack()] =3D 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! --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237666-19105-1eIrvAjaTK>