AttributeError: 'NoneType' object has no attribute 'stopListening'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
Critical
|
Andres Rodriguez | ||
python-tx-tftp |
New
|
Undecided
|
Unassigned | ||
python-tx-tftp (Ubuntu) |
Fix Released
|
Critical
|
Andres Rodriguez | ||
Zesty |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
This may have been triggered by a misbehaving TFTP client, but it's a bug nevertheless. Fortunately it does not appear to have any user-facing consequences.
==> /var/log/
2014-10-14 15:24:36+0000 [-] Timed during option negotiation process
2014-10-14 15:24:36+0000 [-] Timed during option negotiation process
2014-10-14 15:24:36+0000 [-] Unhandled Error
Traceback (most recent call last):
File "/usr/lib/
self.config, oldstdout, oldstderr, self.profiler, reactor)
File "/usr/lib/
reactor.run()
File "/usr/lib/
self.
File "/usr/lib/
self.
--- <exception caught here> ---
File "/usr/lib/
call.
File "/usr/lib/
self.cancel()
File "/usr/lib/
self.
exceptions.
2014-10-14 15:24:36+0000 [-] Logged OOPS id OOPS-c68c73582d2750eb757ae4aabe231837: AttributeError: 'NoneType' object has no attribute 'stopListening'
2014-10-14 15:24:36+0000 [-] Timed during option negotiation process
2014-10-14 15:24:36+0000 [-] Timed during option negotiation process
2014-10-14 15:24:36+0000 [-] Unhandled Error
Traceback (most recent call last):
File "/usr/lib/
self.config, oldstdout, oldstderr, self.profiler, reactor)
File "/usr/lib/
reactor.run()
File "/usr/lib/
self.
File "/usr/lib/
self.
--- <exception caught here> ---
File "/usr/lib/
call.
File "/usr/lib/
self.cancel()
File "/usr/lib/
self.
exceptions.
2014-10-14 15:24:36+0000 [-] Logged OOPS id OOPS-8ce57b8d5190be3706825c816fc8c775: AttributeError: 'NoneType' object has no attribute 'stopListening'
tags: | added: landscape |
Changed in maas: | |
milestone: | none → next |
Changed in maas: | |
importance: | High → Critical |
Changed in maas: | |
importance: | Critical → High |
Changed in maas: | |
importance: | High → Critical |
Changed in maas: | |
milestone: | next → 2.2.0rc2 |
assignee: | nobody → Andres Rodriguez (andreserl) |
Changed in maas: | |
status: | Triaged → In Progress |
Changed in python-tx-tftp (Ubuntu): | |
importance: | Undecided → Critical |
assignee: | nobody → Andres Rodriguez (andreserl) |
status: | New → In Progress |
Changed in maas: | |
status: | In Progress → Fix Committed |
Changed in maas: | |
status: | Fix Committed → Fix Released |
Looks like an upstream library bug to me.