[Quickfix-developers] ThreadedSocketInitiator::socketThread exception 1.12.4 revision 1906
Brought to you by:
orenmnero
From: Alexey Z. <ale...@in...> - 2009-01-07 17:40:50
|
There is a bug in version 1.12.4 revision 1906: pInitiator->getLog() could return NULL (initiator without log factory). I got exception at least in one place, may be there are other files: THREAD_PROC ThreadedSocketInitiator::socketThread( void* p ) { QF_STACK_TRY ..... if( !pConnection->connect() ) { // exception is here: pInitiator->getLog()->onEvent( "Connection failed" ); -- Regards, Alexey Zubko Head Of The Core Development Infinium Capital Corp, 106 Front Street East, Suite 200, Toronto, ON M5A 1E1 Phone: (416) 360-5228 |