Skip to content

Instantly share code, notes, and snippets.

@mranney
Created December 8, 2011 00:50
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 mranney/81525f200cdc78e11a6f to your computer and use it in GitHub Desktop.
Save mranney/81525f200cdc78e11a6f to your computer and use it in GitHub Desktop.
Program received signal SIGPIPE, Broken pipe.
0x00007fd1d87488dd in write () from /lib/libpthread.so.0
(gdb) where
#0 0x00007fd1d87488dd in write () from /lib/libpthread.so.0
#1 0x000000000080015b in uv__write (stream=0x3599430) at src/unix/stream.c:400
#2 0x0000000000801589 in uv_write2 (req=0xa4be6a8, stream=0x3599430, bufs=0x7fff79926a00, bufcnt=1, send_handle=0x0, cb=0x551cc0 <node::StreamWrap::AfterWrite(uv_write_s*, int)>) at src/unix/stream.c:881
#3 0x0000000000801622 in uv_write (req=0xa4be6a8, stream=0x3599430, bufs=0x7fff79926a00, bufcnt=1, cb=0x551cc0 <node::StreamWrap::AfterWrite(uv_write_s*, int)>) at src/unix/stream.c:902
#4 0x0000000000552036 in node::StreamWrap::Write (args=...) at ../src/stream_wrap.cc:313
#5 0x00000000005aa1b1 in v8::internal::Builtin_HandleApiCall(v8::internal::(anonymous namespace)::BuiltinArguments<(v8::internal::BuiltinExtraArguments)1>, v8::internal::Isolate*) ()
#6 0x0000066819bf014e in ?? ()
#7 0x0000066819bf00c1 in ?? ()
#8 0x00007fff79926b60 in ?? ()
#9 0x00007fff79926bc0 in ?? ()
#10 0x0000066819d2d0a0 in ?? ()
#11 0x00000e8b4f660de9 in ?? ()
#12 0x00000192fd225879 in ?? ()
#13 0x000023c2f0559f41 in ?? ()
#14 0x0000000000000005 in ?? ()
#15 0x00000000010d21a0 in ?? ()
#16 0x00002bf3b72b79b1 in ?? ()
#17 0x00000bd95a3c1219 in ?? ()
#18 0x00002bf3b72b79b1 in ?? ()
#19 0x00007fff79926c38 in ?? ()
#20 0x0000066819d4648a in ?? ()
#21 0x000020ccb70f6091 in ?? ()
#22 0x000020ccb70f6091 in ?? ()
#23 0x00000192fd225879 in ?? ()
#24 0x000023c2f055f0c1 in ?? ()
#25 0x000000000110e7b0 in ?? ()
#26 0x00000000006cef00 in v8::internal::Runtime_Math_pow(v8::internal::Arguments, v8::internal::Isolate*) ()
#27 0x00007fff79926c80 in ?? ()
#28 0x0000066819bf140e in ?? ()
#29 0x000020ccb70f6091 in ?? ()
#30 0x000020ccb70f6091 in ?? ()
#31 0x00000192fd225879 in ?? ()
#32 0x000023c2f055f0c1 in ?? ()
#33 0x0000000100000000 in ?? ()
#34 0x00000bd95a3c11a1 in ?? ()
#35 0x0000000800000000 in ?? ()
#36 0x00007fff79926cb8 in ?? ()
#37 0x0000066819c4e53a in ?? ()
#38 0x00000192fd225879 in ?? ()
#39 0x000023c2f055f0c1 in ?? ()
#40 0x000020ccb70f6169 in ?? ()
#41 0x000029a3ba65aae9 in ?? ()
#42 0x00002cde61b313c9 in ?? ()
#43 0x00007fff79926d50 in ?? ()
#44 0x0000066819e130fa in ?? ()
#45 0x00000192fd225879 in ?? ()
#46 0x000021255ea51359 in ?? ()
#47 0x00007fff79926d30 in ?? ()
#48 0x0000066819bf834e in ?? ()
#49 0x0000000000000000 in ?? ()
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment