Opened 16 years ago
Closed 16 years ago
#1486 defect closed fixed (fixed)
AttributeError: 'NoneType' object has no attribute 'connectionLost'
Reported by: | miro | Owned by: | |
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | conch | Keywords: | |
Cc: | Jean-Paul Calderone, miro, itamarst, therve | Branch: | |
Author: |
Description
Attachments (1)
Change History (8)
Changed 16 years ago by
Attachment: | sshserver.py added |
---|
comment:2 Changed 16 years ago by
Which real-world event precipitates this traceback? The user typing "quit"? I haven't managed to reproduce this so far. I'll see if I can find a FC4 box to test it on.
comment:3 Changed 16 years ago by
Correct. You should be able to reproduce it by typing "quit" on FC4. I suspect the behavior should be the same on other similar Linux flavors.
comment:4 Changed 16 years ago by
Cc: | itamarst therve added |
---|---|
Owner: | Jean-Paul Calderone deleted |
I still can't reproduce this. I'm going to need some help to deal with this issue.
comment:5 Changed 16 years ago by
I can't reproduce it either (Ubuntu Dapper and Debian Etch).
By looking at the traceback, I don't see how can this still happen: it was fixed in [13542]. It should have been resolved.
comment:6 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Cool. Miro sent me an email saying he also couldn't reproduce it on a more recent system or with a more recent Twisted.