Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 7177
blob57863273f49d849612ec7482c7ca3d30ca637a12
1 Title: Fix background job warning "IOError: [Errno 9] Bad file descriptor"
2 Level: 1
3 Component: wato
4 Class: fix
5 Compatible: compat
6 Edition: cre
7 State: unknown
8 Version: 1.6.0i1
9 Date: 1550667579
11 When starting a background job an unproblematic error message like this could
12 occur in the output of the background job log:
14 <code>
15 sys.stdin.close()
16 IOError: [Errno 9] Bad file descriptor
17 </code>
19 This was caused by an unclean stdin/stdout/stderr handling during job startup
20 since commit b15dfeb619c14c925b66f2a3437d213852204975.