Skip to content

Commit 7b8e09c

Browse files
committed
Daemon - kill tau process before killing comms thread
This increases the robustness of the zombi killer on linux based platforms.
1 parent 9d24279 commit 7b8e09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/server/ruby/bin/daemon.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,9 +608,9 @@ def process_running?
608608
end
609609

610610
def kill
611-
@tau_comms_thread.kill
612611
@pid = @tau_pid.get
613612
super
613+
@tau_comms_thread.kill
614614
end
615615

616616
def wait

0 commit comments

Comments
 (0)