|
|
|
|
|
|
|
|
|
|
xen-devel
[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
xen-log.patch
Description: Text Data
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH] Fix closing of /var/log/xend.log fd,
Jeremy Katz <=
|
|
|
|
|