« Previous | Next » 

Revision 7167159a

ID7167159a79324fa8fb339fb4a7c4e80bb7d64043
Parent 26de0cf1
Child f87b405e

Added by Michael Hanselmann over 15 years ago

utils.KillProcess: Use waitpid() to wait for child processes

Sometimes the proc filesystem doesn't reflect the current status of
a process. By calling waitpid(), we make sure to get the current
information, at least for child processes. The timeout is still
kept for child processes to make sure the proc filesystem is updated.

Reviewed-by: iustinp

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences