Skip to content

Commit

Permalink
Merge pull request #135 from stubbers/master
Browse files Browse the repository at this point in the history
Fix for zombie processes
  • Loading branch information
robotastic authored Oct 2, 2017
2 parents 40f9b13 + 1225656 commit bd93f8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trunk-recorder/call.cc
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ void Call::end_call() {

if (sys->get_upload_script().length() != 0) {
BOOST_LOG_TRIVIAL(info) << "Running upload script: " << shell_command.str();
signal(SIGCHLD, SIG_IGN);
int rc = system(shell_command.str().c_str());
}
}
Expand Down

0 comments on commit bd93f8e

Please sign in to comment.