[Quickfix-developers] quickfix-1.13.3/src/C++ Core ThreadedSocketAcceptor::socketAcceptorThread
Brought to you by:
orenmnero
From: Daniel M. <dmo...@ya...> - 2013-06-28 16:35:45
|
This process runs without issue at startup. It seems if I keep restarting the connections, it cores. The gdb shows the following. Can someone help me decide what is this? Thanks in advance gdb) where #0 0x00439028 in std::ostream::sentry::sentry () from /usr/lib/libstdc++.so.6 #1 0x00439176 in std::operator<< <std::char_traits<char> > () from /usr/lib/libstdc++.so.6 #2 0x400d98f1 in FIX::socket_accept (s=29) at /usr/lib/gcc/i386-redhat-linux/3.4.6/../../../../include/c++/3.4.6/ostream:193 #3 0x40081823 in FIX::ThreadedSocketAcceptor::socketAcceptorThread (p=0xae8f018) at Acceptor.h:87 #4 0x008983cc in start_thread () from /lib/tls/libpthread.so.0 #5 0x007831ae in clone () from /lib/tls/libc.so.6 (gdb) -- View this message in context: http://quickfix.13857.n7.nabble.com/quickfix-1-13-3-src-C-Core-ThreadedSocketAcceptor-socketAcceptorThread-tp6510.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |