BIND 10 #588: bindctl traceback on shutdown

BIND 10 Development do-not-reply at isc.org
Tue Mar 15 00:45:25 UTC 2011


#588: bindctl traceback on shutdown
-------------------------------------+-------------------------------------
                 Reporter:  jreed    |                Owner:  zzchen_pku
                     Type:  defect   |               Status:  reviewing
                 Priority:  minor    |            Milestone:  A-Team-
                Component:  bind-    |  Sprint-20110316
  ctl                                |           Resolution:
                 Keywords:           |            Sensitive:  0
Estimated Number of Hours:  0.0      |  Add Hours to Ticket:  0
                Billable?:  1        |          Total Hours:  0
                Internal?:  0        |
-------------------------------------+-------------------------------------

Comment (by zzchen_pku):

 Replying to [comment:11 vorner]:
 > So, if you agree with this change, it can be merged.
 Okay,I'll merge it.
 > Anyway, not directly related to this ticket, I noticed that no our code
 calls onecmd and precmd. Do you have an idea what calls them? Just out of
 curiosity?
 Because BindCmdInterpreter is a subclass of Cmd, you can find the code
 calls in cmd.py:
 {{{
 def cmdloop(self, intro=None):
   ...
   line = self.precmd(line)
   stop = self.onecmd(line)
   stop = self.postcmd(stop, line)
   ...
 }}}
 Hope it is helpful:-)
 Thanks for your review.

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


More information about the bind10-tickets mailing list