[CRIU] [PATCH 8/9] parasite: use only one command for executing parasite in a daemon mode

Cyrill Gorcunov gorcunov at gmail.com
Mon Jun 24 00:45:17 EDT 2013


On Mon, Jun 24, 2013 at 11:35:22AM +0400, Andrey Wagin wrote:
> >> +
> >> +     parasite_daemon(data);
> >> +
> >> +err:
> >> +     fini();
> >> +     BUG();
> >
> > Could you please elaborate, why BUG here? Do we really need it
> > even if failed on say sys_connect?
> 
> fini calls sigreturn, so it should not return back

ok, thanks, I see (and fini already has own BUG(), thus not a big
deal, but maybe dropped later, on top).


More information about the CRIU mailing list