BIND 10 #1269: NameError: global name 'EINTR' is not defined (via Ctrl-C)
BIND 10 Development
do-not-reply at isc.org
Thu Sep 29 17:17:33 UTC 2011
#1269: NameError: global name 'EINTR' is not defined (via Ctrl-C)
-------------------------------------+-------------------------------------
Reporter: jreed | Owner:
Type: defect | Status: new
Priority: major | Milestone: New
Component: Unclassified | Tasks
Sensitive: 0 | Keywords:
Sub-Project: DNS | Defect Severity: N/A
Estimated Difficulty: 0 | Feature Depending on Ticket:
Total Hours: 0 | Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
Pressing Ctrl-C caused Traceback:
{{{
[b10-msgq] Receive error: EOF
2011-09-29 15:35:04.152 INFO [b10-boss.boss] BIND10_SEND_SIGTERM sending
SIGTERM to b10-msgq (PID 62572)
2011-09-29 15:35:04.154 INFO [b10-boss.boss] BIND10_SEND_SIGTERM sending
SIGTERM to b10-xfrout (PID 62575)
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/local/lib/python3.1/site-
packages/isc/util/socketserver_mixin.py", line 71, in serve_forever
r, w, e = select.select([self, self.__read_sock], [], [])
select.error: (4, 'Interrupted system call')
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.1/threading.py", line 516, in
_bootstrap_inner
self.run()
File "/usr/local/lib/python3.1/threading.py", line 469, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.1/site-
packages/isc/util/socketserver_mixin.py", line 73, in serve_forever
if err.args[0] == EINTR:
NameError: global name 'EINTR' is not defined
}}}
This is August release and I didn't test latest. This is on FreeBSD
8.2-RELEASE on amd64. I did see similar bugs, but not the same.
--
Ticket URL: <http://bind10.isc.org/ticket/1269>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list