BIND 10 #134: xfrout not killed by SIGTERM

BIND 10 Development do-not-reply at isc.org
Thu Apr 22 09:44:31 UTC 2010


#134: xfrout not killed by SIGTERM
--------------------------+-------------------------------------------------
 Reporter:  jreed         |        Owner:     
     Type:  defect        |       Status:  new
 Priority:  major         |    Milestone:     
Component:  Unclassified  |   Resolution:     
 Keywords:                |    Sensitive:  0  
--------------------------+-------------------------------------------------

Comment(by zhanglikun):

 1. When Boss process receive CTRL-C, 'shutdown' message will be sent to
 all the subprocess(cmdctl, cfgmgr, etc), then sleep for 0.1 second, then
 send signal SIGTERM to non-dead subprocesses. signal SIGKILL will be sent
 out by boss at end, to make sure every process is killed.
 2. When CTRL-C is inputted, process xfrout also get the signal SIGINT,
 then xfrout try to exit, but the problem is, xfrout get the signal SIGTERM
 sent by boss before exit.
 So the easy way to fix this is: Make boss sleep more seconds after send
 out "shutdown" message?

-- 
Ticket URL: <http://bind10.isc.org/ticket/134#comment:2>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list