haskell-debug icon indicating copy to clipboard operation
haskell-debug copied to clipboard

Uncaught Error: This socket has been ended by the other party

Open AnarCom opened this issue 5 years ago • 0 comments

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.52.0 x64 Electron: 6.1.12 OS: Unknown Windows version Thrown From: haskell-debug package 0.3.6

Stack Trace

Uncaught Error: This socket has been ended by the other party

At events.js:177

Error: This socket has been ended by the other party
    at Socket.writeAfterFIN [as write] (net.js:407:14)
    at TerminalReporter.send (/packages/haskell-debug/lib/TerminalReporter.js:65:29)
    at TerminalReporter.destroy (/packages/haskell-debug/lib/TerminalReporter.js:39:18)
    at Debugger.destroy (/packages/haskell-debug/lib/Debugger.js:111:31)
    at /packages/haskell-debug/lib/Debugger.js:135:18
    at Function.simpleDispatch (~/AppData/Local/atom/app-1.52.0/resources/app/static/<embedded>:11:1190511)
    at Emitter.emit (~/AppData/Local/atom/app-1.52.0/resources/app/static/<embedded>:11:1191952)
    at process.interactive_process_1.InteractiveProcess.cwd.cwd (/packages/haskell-debug/lib/GHCIDebug.js:158:26)
    at /packages/haskell-debug/lib/interactive-process.js:25:17)
    at ChildProcess.emit (events.js:200:13)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)

Commands

  2x -2:44.4.0 core:move-down (input.hidden-input)
  4x -2:43.7.0 core:move-right (input.hidden-input)
     -2:42.7.0 editor:newline (input.hidden-input)
     -2:37.6.0 core:save (input.hidden-input)
  3x -2:33.5.0 core:undo (input.hidden-input)
  4x -2:29.8.0 core:backspace (input.hidden-input)
     -2:24.4.0 core:save (input.hidden-input)
  7x -2:18.3.0 core:undo (input.hidden-input)
  4x -2:15.3.0 core:backspace (input.hidden-input)
     -2:14.4.0 core:save (input.hidden-input)
     -1:07.1.0 command-palette:toggle (input.hidden-input)
     -1:04.9.0 core:confirm (input.hidden-input)
     -1:04.9.0 haskell:debug (input.hidden-input)
     -0:12.9.0 command-palette:toggle (input.hidden-input)
     -0:09.0 core:confirm (input.hidden-input)
     -0:09.0 haskell:debug (input.hidden-input)

Non-Core Packages

atom-terminal 0.8.0 
autocomplete-clang 0.13.1 
gcc-make-run 0.2.12 
haskell-debug 0.3.6 
language-haskell 1.20.0 
terminal-tab 0.6.0 

AnarCom avatar Oct 17 '20 13:10 AnarCom