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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "[email protected]"
