[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] Fix closing of /var/log/xend.log fd
The attached patch fixes the problem where /var/log/xend.log was getting closed and then /var/log/xend-debug was getting all the spam about the fd being closed in the logging stuff. Basically what was happening is that the main thread wasn't sticking around and during its exit, the atexit handlers of the python logging stuff got called closing the log fd. Patch makes it so that we instead wait on the real server threads to exit before shutting things down. Signed-off-by: Jeremy Katz <katzj@xxxxxxxxxx> Jeremy Attachment:
xen-log.patch _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |