[Quickfix-developers] C++ Initiator bug
Brought to you by:
orenmnero
From: christophe v <cve...@ho...> - 2009-07-17 10:28:45
|
Hi, I am using QuickFiw 1.12.4. I am having a problem when my connection get disconnected and I try to reconnect. The call to ~ThreadedSocketInitiator provoques a segmentation fault in ~Initiator with the following back trace: #1 0xb3bdfd97 in ~Initiator (this=0xa17d8a0) at Initiator.cpp:95 95 delete i->second; (gdb) list 90 Initiator::~Initiator() 91 { QF_STACK_IGNORE_BEGIN 92 93 Sessions::iterator i; 94 for ( i = m_sessions.begin(); i != m_sessions.end(); ++i ) 95 delete i->second; 96 97 QF_STACK_IGNORE_END 98 } Does anybody know about this issue and how to correct it? Regards -- View this message in context: http://www.nabble.com/C%2B%2B-Initiator-bug-tp24494608p24494608.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |