Skip to content

Instantly share code, notes, and snippets.

@felixge

felixge/gdb.txt Secret

Created September 14, 2011 21: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 felixge/d77cdfb028808c047543 to your computer and use it in GitHub Desktop.
Save felixge/d77cdfb028808c047543 to your computer and use it in GitHub Desktop.
Program received signal SIGPIPE, Broken pipe.
0x00007fff8049a272 in write ()
(gdb) bt
#0 0x00007fff8049a272 in write ()
#1 0x00000001000204be in uv_spawn_sync (loop=0x1000779a0, spawn=0x1000565a0) at src/unix/process.c:472
#2 0x00000001000130a9 in run_test_spawn_sync_stdin_stream () at test/test-spawn-sync.c:262
#3 0x00000001000021ae in run_test_part (test=0x7fff5fbff0a7 "spawn_sync_stdin_stream", part=0x7fff5fbff0bf "spawn_sync_stdin_stream") at test/runner.c:254
#4 0x000000010000156a in main (argc=3, argv=0x7fff5fbfef28) at test/run-tests.c:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment