Changes between Initial Version and Version 1 of Ticket #215, comment 2


Ignore:
Timestamp:
08/16/12 14:31:30 (12 years ago)
Author:
Antoine Martin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #215, comment 2

    initial v1  
    11Also there is many defunct kill processes. They are children of the winswitch_server.
    22
    3 ----
    4 
     3{{{
    54$ ps aux | grep kill
    651074      5923  0.0  0.0      0     0 pts/2    Z+   Aug13   0:00 [kill] <defunct>
    761074      6805  0.0  0.0      0     0 pts/2    Z+   Aug13   0:00 [kill] <defunct>
    871074     10082  0.0  0.0      0     0 pts/2    Z+   09:01   0:00 [kill] <defunct>
     8}}}
    99
    10 ----
    11 
     10{{{
    1211$ pstree 5577
    1312winswitch_serve─┬─3*[kill]
    1413                └─sh
     14}}}