Thread: [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 |
From: Shane T. <str...@co...> - 2008-06-10 14:41:11
|
Rick, Have you tried running it on a different machine/OS combination? I am curious if this problem persists on all configurations. -- Shane Trotter Connamara Systems, LLC On Tue, Jun 10, 2008 at 9:37 AM, Rick Lane <ric...@gm...> wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > 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 > > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |
From: Rick L. <ric...@gm...> - 2008-06-10 15:01:29
|
Shane, The only other configuration I've tested is on my development machine which is running XP (instead of Server 2003), however there are other differences, most notably being that my dev machine connects to the CME's certification environment which has FAR less traffic than production. Rick Shane Trotter wrote: > Rick, > > Have you tried running it on a different machine/OS combination? I am > curious if this problem persists on all configurations. > > -- > Shane Trotter > Connamara Systems, LLC > > On Tue, Jun 10, 2008 at 9:37 AM, Rick Lane <ric...@gm... > <mailto:ric...@gm...>> wrote: > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > 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 > > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > <mailto:Qui...@li...> > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > > |