Re: [Quickfix-developers] quickfix 1.12.4 crashes in ThreadedSocketConnection
Brought to you by:
orenmnero
From: Tron F. <tr...@gm...> - 2008-01-30 14:24:30
|
Sure, here it is: > > libquickfix.so.10 => /usr/local/quickfix-1.12.4/lib/libquickfix.so.10 > (0x00257000) > libmysqlclient.so.14 => /usr/lib/libmysqlclient.so.14 (0x00c7c000) > libxml2.so.2 => /usr/lib/libxml2.so.2 (0x07af1000) > libz.so.1 => /usr/lib/libz.so.1 (0x00c5a000) > libpthread.so.0 => /lib/tls/libpthread.so.0 (0x00c36000) > libACE-5.5.10.so => /usr/local/lib/libACE-5.5.10.so (0x00352000) > libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00516000) > libm.so.6 => /lib/tls/libm.so.6 (0x00b30000) > libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x001ea000) > libc.so.6 => /lib/tls/libc.so.6 (0x009fc000) > libcrypt.so.1 => /lib/libcrypt.so.1 (0x0020e000) > libnsl.so.1 => /lib/libnsl.so.1 (0x00946000) > /lib/ld-linux.so.2 (0x009e2000) > librt.so.1 => /lib/tls/librt.so.1 (0x001f4000) > libdl.so.2 => /lib/libdl.so.2 (0x00b2a000) > liblzo.so.1 => /usr/local/lib/liblzo.so.1 (0x0023c000) > > On Jan 30, 2008 2:00 PM, Rodrick Brown <rod...@gm...> wrote: > > > Tron can you paste the output of ldd for your quickfix application. > > > > On Jan 30, 2008 4:14 AM, Tron Fix <tr...@gm...> wrote: > > > > > QuickFIX Documentation: > > > http://www.quickfixengine.org/quickfix/doc/html/index.html > > > QuickFIX Support: http://www.quickfixengine.org/services.html > > > > > > > > > > > > Hello everyone, > > > > > > I've an application made with quickfix 1.12.4 under RedHatEnterprise > > > 4. > > > It's running fine in RedHatEnterprise 3, but today we've this core in > > > RHE4. > > > > > > 0 0x00a5ddfd in _int_free () from /lib/tls/libc.so.6 > > > 1 0x00a5e63a in free () from /lib/tls/libc.so.6 > > > 2 0x0070d041 in operator delete () from /usr/lib/libstdc++.so.6 > > > 3 0x00484646 in ~ThreadedSocketConnection (this=0xafd1a20) at > > > ThreadedSocketConnection.cpp:63 > > > 4 0x0047d4a5 in FIX::ThreadedSocketAcceptor: :socketConnectionThread > > > (p=0xaa7a068) at ThreadedSocketAcceptor.cpp:262 > > > 5 0x00c3b3cc in start_thread () from /lib/tls/libpthread.so.0 > > > 6 0x00ac4c3e in clone () from /lib/tls/libc.so.6 > > > > > > There's only 4 sessions configurated, someone has seen this core > > > before, some ideas? > > > > > > Regards > > > Abel Monroy > > > > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by: Microsoft > > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > _______________________________________________ > > > Quickfix-developers mailing list > > > Qui...@li... > > > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > > > > > > > > > > -- > > Rodrick R. Brown > > http://www.rodrickbrown.com > > > |