Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Apr 2018 18:20:36 -0700
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-virtualization@freebsd.org
Cc:        Andriy Gapon <avg@freebsd.org>, freebsd-virtualization@freebsd.org
Subject:   Re: bhyve -g gets killed by EPIPE
Message-ID:  <3573812.htvvNEhHHK@ralph.baldwin.cx>
In-Reply-To: <7646c12a-a175-3e8d-0399-3215176fe838@FreeBSD.org>
References:  <7646c12a-a175-3e8d-0399-3215176fe838@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3573812.htvvNEhHHK>