[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 5/7] libxl: fork: Provide libxl_childproc_sigchld_occurred
Ian Campbell writes ("Re: [PATCH 5/7] libxl: fork: Provide libxl_childproc_sigchld_occurred"): > On Thu, 2014-01-16 at 17:22 +0000, Ian Jackson wrote: > > + /* it must have finished but we don't know its status */ > > + status = 255<<8; /* no wait.h macro for this! */ > > + assert(WIFEXITED(status)); > > + assert(WEXITSTATUS(status)==255); > > + assert(!WIFSIGNALED(status)); > > + assert(!WIFSTOPPED(status)); > > This is quite exciting! How can this happen? Kernel bug or similar? In principle it would be possible (and standards-compliant) for a system to encode its wait status in a different way to usual. I don't think any such system really exists - at least, not one we'll be running libxl on. Of course this code is only reached if DISASTER returns... Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |