I have a bhyve VM guest on my laptop where dtrace just constantly
aborts whenever I try to use it:
[rstone@ebpf dtrace]sudo dtrace -s fdcopy.d
Assertion failed: (buf->dtbd_timestamp >= first_timestamp), file
/usr/home/rstone/git/bsd-worktree/ebpf-import/cddl/contrib/opensolaris/lib/libdtrace/commo
On Fri, Dec 06, 2019 at 06:11:48PM -0800, Steve Kargl wrote:
> On Sat, Dec 07, 2019 at 01:16:13AM +0100, Hans Petter Selasky wrote:
> >
> > There is an option you can compile into the kernel which will allow the
> > keyboard to enter the debugger.
> >
> > options ALT_BREAK_TO_DEBUGGER
> >
>