atom-julia-client: Uncaught Error: Pty seems to have been killed already
[Enter steps to reproduce:]
- update to the latest atom julia version
- start julia repl
- stop julia repl
Atom: 1.37.0 x64 Electron: 2.0.18 OS: PRZCV0111 Thrown From: julia-client package 0.8.5
Stack Trace
Uncaught Error: Pty seems to have been killed already
At C:\Users\k582186\.atom\packages\julia-client\node_modules\node-pty-prebuilt\lib\windowsPtyAgent.js:83
Error: Pty seems to have been killed already
at WindowsPtyAgent.kill (/packages/julia-client/node_modules/node-pty-prebuilt/lib/windowsPtyAgent.js:83:13)
at /packages/julia-client/node_modules/node-pty-prebuilt/lib/windowsTerminal.js:144:26)
at WindowsTerminal._defer (/packages/julia-client/node_modules/node-pty-prebuilt/lib/windowsTerminal.js:155:24)
at WindowsTerminal.kill (/packages/julia-client/node_modules/node-pty-prebuilt/lib/windowsTerminal.js:139:14)
at /packages/julia-client/node_modules/node-pty-prebuilt/lib/windowsTerminal.js:134:19)
at WindowsTerminal._defer (/packages/julia-client/node_modules/node-pty-prebuilt/lib/windowsTerminal.js:155:24)
at WindowsTerminal.destroy (/packages/julia-client/node_modules/node-pty-prebuilt/lib/windowsTerminal.js:133:14)
at InkTerminal.detach (/packages/ink/lib/console2/console.js:207:15)
at /packages/julia-client/lib/runtime/console2.js:98:14
at Function.simpleDispatch (~/AppData/Local/atom/app-1.37.0/resources/app/static/<embedded>:11:1174290)
at Emitter.emit (~/AppData/Local/atom/app-1.37.0/resources/app/static/<embedded>:11:1175731)
at Object.detach (/packages/julia-client/lib/connection/client.coffee:115:14)
at /packages/julia-client/lib/connection/local.coffee:82:30)
at emitNone (events.js:111:20)
at Socket.emit (events.js:208:7)
at endReadableNT (_stream_readable.js:1056:12)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
Commands
-1:18.1.0 julia-debug:open-debugger-pane (input.hidden-input)
2x -1:10.7.0 julia-client:run-file (atom-pane.pane)
-1:06.7.0 autocomplete-plus:cancel (atom-text-editor.editor.is-focused)
-1:06.7.0 inline-results:clear-all (atom-text-editor.editor.is-focused)
-0:58.6.0 julia-client:open-console (atom-pane.pane.active)
-0:11.4.0 julia-client:kill-julia (input.hidden-input)
Non-Core Packages
indent-detective 0.3.2
ink 0.10.7
julia-client 0.8.5
language-julia 0.18.1
latex-completions 0.3.6
tool-bar 1.1.11
uber-juno 0.2.0
About this issue
- Original URL
- State: open
- Created 5 years ago
- Comments: 17 (5 by maintainers)
Will be fixed by https://github.com/JunoLab/atom-julia-client/pull/699.
I tried all of your tips. There were several dependencies, so that I decided to delete the .julia folder and load the packages again via the package manager. It worked for me really good, but I hadn´t so much packages, so that it wasn´t so much work for me.