Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created January 11, 2013 01:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaacs/4507219 to your computer and use it in GitHub Desktop.
Save isaacs/4507219 to your computer and use it in GitHub Desktop.
$ make -j4 && ./node test/simple/test-child-process-stdio-inherit.js
make -C out BUILDTYPE=Release V=
CC(target) /Users/isaacs/dev/js/node-master/out/Release/obj.target/libuv/deps/uv/src/unix/process.o
LIBTOOL-STATIC /Users/isaacs/dev/js/node-master/out/Release/libuv.a
LINK(target) /Users/isaacs/dev/js/node-master/out/Release/node
ld: warning: alignment lost in merging tentative definition _OPENSSL_ia32cap_P
ld: warning: _OPENSSL_ia32cap_P has different visibility (hidden) in /Users/isaacs/dev/js/node-master/out/Release/libopenssl.a(x86_64cpuid.o) and (default) in /Users/isaacs/dev/js/node-master/out/Release/libopenssl.a(cryptlib.o)
LINK(target) /Users/isaacs/dev/js/node-master/out/Release/node: Finished
ln -fs out/Release/node node
fd=0 close_fd=11 use_fd=12
fd=1 close_fd=13 use_fd=14
events.js:69
throw arguments[1]; // Unhandled 'error' event
^
Error: write EPIPE
at errnoException (net.js:847:11)
at Object.afterWrite (net.js:666:19)
at process._makeCallback (node.js:299:20)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment