Skip to content

Instantly share code, notes, and snippets.

@indutny
Created June 26, 2012 16:58
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 indutny/65b301ee16c57e24f955 to your computer and use it in GitHub Desktop.
Save indutny/65b301ee16c57e24f955 to your computer and use it in GitHub Desktop.
Client error: connect ETIMEDOUT
[New Thread 0x1903 of process 55764]
[New Thread 0x1a03 of process 55764]
[New Thread 0x1b03 of process 55764]
[New Thread 0x1c03 of process 55764]
[New Thread 0x1d03 of process 55764]
Program received signal SIGPIPE, Broken pipe.
0x00007fff894f3272 in write () from /usr/lib/libSystem.B.dylib
(gdb) bt
#0 0x00007fff894f3272 in write () from /usr/lib/libSystem.B.dylib
#1 0x000000010005ac2a in uv__write (stream=0x100e10120) at ../deps/uv/src/unix/stream.c:430
#2 0x000000010005afa3 in uv_write2 (req=0x101a19d90, stream=0x100e10120, bufs=0x7fff5fbfe980, bufcnt=1, send_handle=<optimized out>, cb=<optimized out>) at ../deps/uv/src/unix/stream.c:922
#3 0x0000000100027220 in node::StreamWrap::WriteBuffer (args=...) at ../src/stream_wrap.cc:275
#4 0x00003cbe55eb0019 in ?? ()
#5 0x00007fff5fbfea30 in ?? ()
#6 0x00007fff5fbfea38 in ?? ()
#7 0x0000000000000001 in ?? ()
#8 0x0000000000000000 in ?? ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment