Changes between Initial Version and Version 1 of Ticket #215, comment 2
- Timestamp:
- 08/16/12 14:31:30 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #215, comment 2
initial v1 1 1 Also there is many defunct kill processes. They are children of the winswitch_server. 2 2 3 ---- 4 3 {{{ 5 4 $ ps aux | grep kill 6 5 1074 5923 0.0 0.0 0 0 pts/2 Z+ Aug13 0:00 [kill] <defunct> 7 6 1074 6805 0.0 0.0 0 0 pts/2 Z+ Aug13 0:00 [kill] <defunct> 8 7 1074 10082 0.0 0.0 0 0 pts/2 Z+ 09:01 0:00 [kill] <defunct> 8 }}} 9 9 10 ---- 11 10 {{{ 12 11 $ pstree 5577 13 12 winswitch_serve─┬─3*[kill] 14 13 └─sh 14 }}}