Date: Mon, 07 Nov 2022 16:14:18 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 267619] dtrace compiler produces a bogus error message Message-ID: <bug-267619-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267619 Bug ID: 267619 Summary: dtrace compiler produces a bogus error message Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: markj@FreeBSD.org mjg@ reports: # dtrace -n 'fbt::zfs_freebsd_fsync:entry { @[args[0]->a_vp] =3D=3D count()= ; }' dtrace: invalid probe specifier fbt::zfs_freebsd_fsync:entry { @[args[0]->a= _vp] =3D=3D count(); }: internal error -- token type 316 is not a valid D compil= ation token The problem is "=3D=3D" instead of "=3D" but dtrace should produce a proper= error message. --=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-267619-227>