Skip to content

Instantly share code, notes, and snippets.

@donSchoe
Created September 16, 2012 23:06
Show Gist options
  • Save donSchoe/3734775 to your computer and use it in GitHub Desktop.
Save donSchoe/3734775 to your computer and use it in GitHub Desktop.
broken pipe...
Program received signal SIGPIPE, Broken pipe.
0x00007ffff6bd182c in send () from /lib64/libc.so.6
(gdb) bt
#0 0x00007ffff6bd182c in send () from /lib64/libc.so.6
#1 0x000000000090611a in Socket::Send (this=<optimized out>, buffer=0x2f4ef80, length=8) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/libutil/src/Socket.cpp:590
#2 0x0000000000910a2d in Message::send (this=<optimized out>, sock=0xc6cf58) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/libutil/src/Message.cpp:55
#3 0x000000000090eff7 in MessageQueue::send (this=0xc6cf38, sock=0xc6cf58, max=10, sizelimit=512) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/libutil/src/MessageQueue.cpp:142
#4 0x000000000068c6aa in GameClient::Run (this=0xc6cda0) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/GameClient.cpp:263
#5 0x00000000006b9670 in GameManager::Run (this=0xc6c0a0) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/GameManager.cpp:163
#6 0x0000000000735c29 in main (argc=<optimized out>, argv=<optimized out>) at /srv/jenkins/jobs/s25rttr/workspace/ARCH/x86_64/PLATFORM/linux/label/ma/src/main.cpp:321
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment