Menu

#2 defunct bash processes

closed-fixed
None
5
2003-07-14
2003-06-30
Ben Wise
No

defunct bash processes can accumulate. This relates to
how subordinate processes are spawned by MIWM. I'm not
sure how to fix it, but grep for 'spawn' and 'exec' in
the source code to find where the problems originate.

Discussion

  • Ben Wise

    Ben Wise - 2003-07-01
    • assigned_to: nobody --> sgbeal
     
  • Ben Wise

    Ben Wise - 2003-07-01

    Logged In: YES
    user_id=195593

    sgb's "class which is used for spawning off subshells using a
    variety of techniques" might be the solution

     
  • stephan beal

    stephan beal - 2003-07-03

    Logged In: YES
    user_id=32742

    i'd like to think that it would solve the problem, but it doesn't do
    any special handling of child processes, so it probably has the
    same problem as miwm currently does. i don't know enough about
    the low-levels of exec/system/popen to know how to fix this yet.
    :(

     
  • Ben Wise

    Ben Wise - 2003-07-14
    • status: open --> closed-fixed
     
  • Ben Wise

    Ben Wise - 2003-07-14

    Logged In: YES
    user_id=195593

    Fixed and tested: defunct processes no longer linger.

     

Log in to post a comment.