Date: Thu, 4 Jun 2015 13:06:23 -0400 From: Ryan Stone <rysto32@gmail.com> To: FreeBSD Current <current@freebsd.org> Subject: dtrace failing with "no struct pkt_node definition is available" Message-ID: <CAFMmRNyTphDhdxo-odUB_0VqtC2V5vKy8JH1UyTfXQR5b8RvsQ@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
I'm getting this error when I try to run dtrace on a recent head: dtrace: failed to compile script error.d: "/usr/lib/dtrace/tcp.d", line 292: operator -> cannot be applied to a forward declaration: no struct pkt_node definition is available. I confirmed that I do have ctf data in my kernel. I was able to get the dtrace script to run by removing tcp.d. Has something changed in the kernel that tcp.d needs to catch up with?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFMmRNyTphDhdxo-odUB_0VqtC2V5vKy8JH1UyTfXQR5b8RvsQ>