Skip to content

Windows hang and ctrl+c socket error #960

Description

@jbolda

When BigTest hangs on Windows and I hit Ctrl+C, I get a socket error. See the clip from the stream for more context.

error

Terminate batch job (Y/N)? [orchestrator] shutting down!
events.js:353
      throw er; // Unhandled 'error' event
      ^

Error: write EPIPE
    at afterWriteDispatched (internal/stream_base_commons.js:156:25)
    at writeGeneric (internal/stream_base_commons.js:147:3)
    at Socket._writeGeneric (net.js:785:11)
    at Socket._write (net.js:797:8)
    at writeOrBuffer (internal/streams/writable.js:358:12)
    at Socket.Writable.write (internal/streams/writable.js:303:10)
    at C:\Users\Jacob\Documents\dev\frontside\frontside.com\node_modules\@effection\node\dist\node.cjs.development.js:326:19
    at Generator.return (<anonymous>)
    at C:\Users\Jacob\Documents\dev\frontside\frontside.com\node_modules\effection\dist\effection.js:1:7591
    at e.n.finalize (C:\Users\Jacob\Documents\dev\frontside\frontside.com\node_modules\effection\dist\effection.js:1:5375)
Emitted 'error' event on Socket instance at:
    at emitErrorNT (internal/streams/destroy.js:106:8)
    at emitErrorCloseNT (internal/streams/destroy.js:74:3)
    at processTicksAndRejections (internal/process/task_queues.js:82:21) {
  errno: -4047,
  code: 'EPIPE',
  syscall: 'write'
}

^C

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions