jcartledge / sublime-worksheet

An inline REPL for JavaScript, PHP, Ruby & more in Sublime Text 2 and 3
MIT License
333 stars 18 forks source link

problem shutting down sbt #8

Closed jcartledge closed 11 years ago

jcartledge commented 11 years ago

Exception OSError: OSError(9, 'Bad file descriptor') in <bound method spawn.del of <repl.pexpect.spawn object at 0x10d8ce7d0>> ignored Traceback (most recent call last): File "./worksheet.py", line 46, in File "./worksheet.py", line 55, in handle_thread File "./worksheet.py", line 69, in handle_finished_thread File "./worksheet.py", line 22, in close_repl File "./repl/repl.py", line 49, in close self.repl.close() File "./repl/pexpect.py", line 666, in close raise ExceptionPexpect ('close() could not terminate the child using terminate()') repl.pexpect.ExceptionPexpect: close() could not terminate the child using terminate()

jcartledge commented 11 years ago

Oops - need to check the exception back in the plugin where close is called.