RE: [Quickfix-developers] "Pure Virtual Function call" error
Brought to you by:
orenmnero
From: Jo J. <jo...@tr...> - 2003-06-09 20:35:19
|
I just linked with version 1.4.1 rather than 1.5.0 and the crash no longer occurs. I had to implement the onRun method and create a thread to call initiator.start(), but other than that, my code is unchanged. Jo -----Original Message----- From: qui...@li... [mailto:qui...@li...] On Behalf Of Jo Janssens Sent: Monday, June 09, 2003 11:41 To: 'Miller, Oren'; qui...@li... Subject: RE: [Quickfix-developers] "Pure Virtual Function call" error I forgot to mention, this always happens after 4 heartbeats. -----Original Message----- From: qui...@li... [mailto:qui...@li...] On Behalf Of Miller, Oren Sent: Friday, June 06, 2003 08:17 To: Jo Janssens; qui...@li... Subject: RE: [Quickfix-developers] "Pure Virtual Function call" error There may be an unmanaged exception that the managed C++ layer isn't trapping. The easiest way to track down where this may be happening is to add the ENABLE_CALLSTACK macro in config_windows.h. This will give you a call stack into the C++ library. --oren -----Original Message----- From: Jo Janssens [mailto:jo...@tr...] Sent: Thursday, June 05, 2003 10:49 AM To: qui...@li... Subject: [Quickfix-developers] "Pure Virtual Function call" error Hello all, I have a FIX connection built with quickfix .NET (version 1.0), and it works fine in every respect except that it regularly crashes with a "Pure virtual function call" error (R6025). It doesn't seem to be caused by anything specific. It happens if I just open a connection and wait a while. Has anybody seen this before? Thanks! Jo Janssens Telluride Asset Management _____ This email and any attachments are confidential and may be legally privileged. No confidentiality or privilege is waived or lost by any transmission in error. If you are not the intended recipient you are hereby notified that any use, printing, copying or disclosure is strictly prohibited Please delete this email and any attachments, without printing, copying, forwarding or saving them and notify the sender immediately by reply e-mail. The company reserves the right to monitor all e-mail communications through its networks. Unless otherwise stated, any financial results or price data contained in this email are indicative only and are subject to change without notice. |