BIND 10 #681: start_auth as false kills bind10

BIND 10 Development do-not-reply at isc.org
Tue Mar 8 22:24:11 UTC 2011


#681: start_auth as false kills bind10
------------------------------------------+---------------------------
                 Reporter:  jreed         |                Owner:
                     Type:  defect        |               Status:  new
                 Priority:  major         |            Milestone:
                Component:  Unclassified  |           Resolution:
                 Keywords:                |            Sensitive:  0
Estimated Number of Hours:  0.0           |  Add Hours to Ticket:  0
                Billable?:  1             |          Total Hours:  0
                Internal?:  0             |
------------------------------------------+---------------------------

Comment (by shane):

 This is msgq dying because of SIGPIPE. The simple fix for this is to
 ignore SIGPIPE in the msgq process:

 {{{
 import signal
   .
   .
   .
 signal.signal(signal.SIGPIPE, signal.SIG_IGN)
 }}}

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


More information about the bind10-tickets mailing list