Hello,
I've got a problem with static objects destruction order in QuickFix. I use
QuickFix a lot (Windows C++ version 1.12.4 r1897) but faced this problem for
the first time.
In this application Session::s_mutex is destructed before
Session::s_sessions wich uses Session::s_mutex (Session::removeSession) for
locking.
Did anyone see this problem before and have a fix or a workaround?
Thank you,
Alexey Zubko.
|