Hi, aupadras.
I can see that your application has crashed in Message class constructor.
Thing is that std::bad_alloc() exception was thrown before
Message::setString() method got invoked which means that message hasn't even
started parsing the FIX string.
I can only suggest you to run a memory leak detector to see what the problem
is.
Regards,
Viktor
--
View this message in context: http://quickfix.13857.n7.nabble.com/Memory-Allocation-tp6541p6546.html
Sent from the QuickFIX - Dev mailing list archive at Nabble.com.
|