bhyve -g gets killed by EPIPE

John Baldwin jhb at freebsd.org
Tue Apr 10 15:51:20 UTC 2018


On Thursday, November 24, 2016 06:13:45 PM Andriy Gapon wrote:
> 
> I am trying to follow this guide:
> https://wiki.freebsd.org/bhyve/DebuggingWithGdb
> 
> It seems to work, once or twice, but after that when I active kdb in the guest
> bhyve would terminate with status 141.  I interpret it as signal 13, EPIPE.

FWIW, for the debug server I made the sockets disable SIGPIPE to avoid
killing the guest if the debugger dies.  The -g sockets probably need to
disable SIGPIPE as well.

-- 
John Baldwin


More information about the freebsd-virtualization mailing list