Closed
Bug 661874
Opened 15 years ago
Closed 15 years ago
exceptions.AttributeError: TerminalSession instance has no attribute 'windowChanged' on two test masters
Categories
(Release Engineering :: General, defect, P5)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: bhearsum, Unassigned)
Details
(Whiteboard: [masters])
We had this exception at the exact same time on bm04-tests and bm06-tests:
2011-06-03 08:03:50-0700 [SSHChannel session (0) on SSHService ssh-connection on SSHServerTransport,5,127.0.0.1] Unhandled Error
Traceback (most recent call last):
File "/builds/buildbot/tests1/lib/python2.6/site-packages/twisted/python/log.py", line 69, in callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
File "/builds/buildbot/tests1/lib/python2.6/site-packages/twisted/python/context.py", line 59, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/builds/buildbot/tests1/lib/python2.6/site-packages/twisted/python/context.py", line 37, in callWithContext
return func(*args,**kw)
File "/builds/buildbot/tests1/lib/python2.6/site-packages/twisted/conch/ssh/channel.py", line 137, in requestReceived
return f(data)
--- <exception caught here> ---
File "/builds/buildbot/tests1/lib/python2.6/site-packages/twisted/conch/ssh/session.py", line 93, in request_window_change
self.session.windowChanged(winSize)
exceptions.AttributeError: TerminalSession instance has no attribute 'windowChanged'
Never seen this before.
Comment 1•15 years ago
|
||
These came from when I was logged into manhole, and resized my terminal. Ignorable. Maybe we should make the log parser ignore them?
| Reporter | ||
Comment 2•15 years ago
|
||
Eh, I don't think it really matters...
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
Comment 3•15 years ago
|
||
We could monkey-patch in a stub method for it.
| Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•