closeSession: sent to deallocated PseudoTerminal from PTYTab closeSession
*By gnach\.\.\. on February 09, 2011 23:14 (imported from Google Code)*
---
Happened when closing a bunch of windows quickly after cmd-shift-r
*** -[PseudoTerminal closeSesssion:]: message sent to deallocated instance 0x1018d6230
in PTYTab.m:550, -[PTYTab closeSession:].
It's called form -[PTYSession brokenPipe], which is called by __NSThreadPerformPerform, presumably as a runInMainThread from the PTYTask thread.
issue