Comment 14 for bug 430569

Revision history for this message
Michael Vogt (mvo) wrote : Re: software-store crashed with IOError in _accept_connection()

Thanks, I think this is caused by a race condition in the debconf.py module in aptdaemon.

It seems like start() is called sometimes before _hangup() is run (_hangup should be triggered by the self.socket.close() call in stop()).