[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] Fix bootloader handling when empty string is being output
On Mon, 2010-08-30 at 14:10 +0100, Michal Novotny wrote: > Hi, > this is the patch to fix empty string as the output value > of the bootloader string. If there is no output then > xend is being hung indefinitely unless you press Ctrl + C keys > to trigger SIGINT. I think a similar fix will be needed to libxl_bootloader.c, right? A couple of questions: Couldn't the non-portable usage of /proc be portably replaced with something like waitpid+WNOHANG? I guess it would be sane to put one of these inside the loop which performs the bootloader interaction to check the bootloader still exists. Could we potentially avoid the need to use a select timeout to poll for bootloader exit by including the bootloader FIFO FD and/or the PTY FDs in the select's exceptfds array? Presumably if the process on the other end of such an FD exits that causes some sort of exceptional condition (although historically I've had trouble finding the actual specified behaviour in cases like this). Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |