Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows hang and ctrl+c socket error #960

Open
jbolda opened this issue Jul 30, 2021 · 0 comments
Open

Windows hang and ctrl+c socket error #960

jbolda opened this issue Jul 30, 2021 · 0 comments

Comments

@jbolda
Copy link
Contributor

jbolda commented Jul 30, 2021

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant