[Quickfix-developers] Runtime Error! (no program listed)
Brought to you by:
orenmnero
From: Rick L. <ric...@gm...> - 2008-06-10 14:38:34
|
Greetings, I've brought this up several times in the past, but I keep getting a few more pieces of the puzzle and so I want to run this by the group again to see if perhaps I can't pinpoint the cause. I'm getting a hard application crash -- the message box that pops has the title: *Microsoft Visual C++ Runtime Library* and the message is: *Runtime Error! Program: This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.* So two things are interesting here: 1) my trading application is a C# .NET application. The only C++ application code that is being run, at least as far as I know, is the native QuickFix code in the quickfix_net.dll and quickfix_net_messages.dll files. 2) there is no Program: listed -- I would think that if my application caused the crash (a) I would've received a more informative JIT debugger message because the debugger/etc. is installed on the server and whenever I get other types of crashes I can look at the place in code and (b) it would've mentioned my application on the Program: line. Has anyone seen this type of crash related to QuickFix (specifically one that does not list the Program that caused the crash)? With this information, I have really NO means of tracking this thing down and it could be devastating (if I have open orders, etc., there's no recovery). Any help is greatly appreciated. Rick |