Bug 1141441 - [abrt] bind10: session.py:171:_receive_bytes:isc.cc.session.ProtocolError: Read of 0 bytes: connection closed
Summary: [abrt] bind10: session.py:171:_receive_bytes:isc.cc.session.ProtocolError: Re...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: bind10
Version: 20
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Tomáš Hozza
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:2645b6eec2bc587bbd094b583f8...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-09-13 13:06 UTC by Chen Chen
Modified: 2014-09-15 11:41 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-09-15 11:41:37 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (1.25 KB, text/plain)
2014-09-13 13:06 UTC, Chen Chen
no flags Details
File: environ (220 bytes, text/plain)
2014-09-13 13:06 UTC, Chen Chen
no flags Details

Description Chen Chen 2014-09-13 13:06:14 UTC
Description of problem:
After install bind10 and follow the instructions in
http://bind10.isc.org/docs/bind10-guide.html#quick-start-auth-dns

Via "dig", the dns seems not working, so I systemctl restart bind10, then the abrt popped out.

Version-Release number of selected component:
bind10-1.1.0-11.fc20

Additional info:
reporter:       libreport-2.2.3
cmdline:        /usr/bin/python3.3 /usr/libexec/bind10/b10-cfgmgr
executable:     /usr/libexec/bind10/b10-cfgmgr
kernel:         3.16.2-200.fc20.x86_64
runlevel:       N 5
type:           Python3
uid:            25

Truncated backtrace:
session.py:171:_receive_bytes:isc.cc.session.ProtocolError: Read of 0 bytes: connection closed

Traceback (most recent call last):
  File "/usr/libexec/bind10/b10-cfgmgr", line 131, in <module>
    sys.exit(main())
  File "/usr/libexec/bind10/b10-cfgmgr", line 119, in main
    cm.run()
  File "/usr/lib64/python3.3/site-packages/isc/config/cfgmgr.py", line 601, in run
    msg, env = self.cc.group_recvmsg(False)
  File "/usr/lib64/python3.3/site-packages/isc/cc/session.py", line 306, in group_recvmsg
    env, msg  = self.recvmsg(nonblock, seq)
  File "/usr/lib64/python3.3/site-packages/isc/cc/session.py", line 139, in recvmsg
    data = self._receive_full_buffer(nonblock)
  File "/usr/lib64/python3.3/site-packages/isc/cc/session.py", line 223, in _receive_full_buffer
    self._receive_len_data()
  File "/usr/lib64/python3.3/site-packages/isc/cc/session.py", line 183, in _receive_len_data
    new_data = self._receive_bytes(self._recv_len_size)
  File "/usr/lib64/python3.3/site-packages/isc/cc/session.py", line 171, in _receive_bytes
    raise ProtocolError("Read of 0 bytes: connection closed")
isc.cc.session.ProtocolError: Read of 0 bytes: connection closed

Local variables in innermost frame:
self: <isc.cc.session.Session object at 0x7f7f993d5f90>
size: 4
data: b''

Comment 1 Chen Chen 2014-09-13 13:06:20 UTC
Created attachment 937205 [details]
File: backtrace

Comment 2 Chen Chen 2014-09-13 13:06:24 UTC
Created attachment 937206 [details]
File: environ

Comment 3 Tomáš Hozza 2014-09-15 11:41:37 UTC
Since BIND10 is no longer developed and also deprecated in F21+ I'm closing this as WONTFIX.


Note You need to log in before you can comment on or make changes to this bug.