2015-12-18
| ||
14:42 | • Closed ticket [5a1bd05199]: vws doesn't return proper exit code or doesn't shutdown socket properly plus 2 other changes artifact: cc5657266f user: vitus | |
05:27 | • Fixed ticket [5a1bd05199]. artifact: 3b1ba9cda6 user: vitus | |
05:26 | Added try-finally to the vws command execution. Fixes [5a1bd05199] check-in: daa18d8131 user: vitus tags: trunk | |
05:18 | • New ticket [5a1bd05199] vws doesn't return proper exit code or doesn't shutdown socket properly. artifact: 6c117dceda user: vitus | |
Ticket Hash: | 5a1bd051992b835a2a3da8deace8623685434916 | |||
Title: | vws doesn't return proper exit code or doesn't shutdown socket properly | |||
Status: | Closed | Type: | Code_Defect | |
Severity: | Critical | Priority: | Immediate | |
Subsystem: | Resolution: | Fixed | ||
Last Modified: | 2015-12-18 14:42:58 | |||
Version Found In: | 0.2 | |||
User Comments: | ||||
vitus added on 2015-12-18 05:18:47:
vws should proprerly shut down a socket, even if it need to exit with non-zero code. Now some command function return non-zero as indication of the error, but calling code doesn't propagate it to the OS. Python try-finally should help. |