[Quickfix-developers] racing conditions and VS6 debugging crash
Brought to you by:
orenmnero
|
From: Alexey Z. <ale...@gm...> - 2007-03-14 19:25:53
|
Hello, I have two problems with QuickFix including the latest subversion version: 1.12.4.1897 (Win2K, VS6). The first is crash on stopping of initiators. It was announced that some racing conditions were fixed, but it looks like not. Basically I have an application having several ThreadedSocketInitiator objects with one session in each. If some sessions are failed to connect at all there are two possible scenarios on closing: a) Runtime library error: pure virtual function call b) Unhandled exception The second problem is MS Visula Studio 6 crash during debug. Again the same scenario - sessions failed to connect. All statement completion options are off. The second problem actually prevents the efficient debugging of the first one. Does anyone have such problems and are there any solutions? Thank you very much. -- Regards, Alexey Zubko |