Re: [Quickfix-developers] FileStore crashes in .NET?
Brought to you by:
orenmnero
From: Dale W. <wil...@oc...> - 2008-05-13 19:59:21
|
Rick Lane wrote: > The absolute worst part about all of this is that Dr Watson dump files > (.dmp) are not being generated. They were generated the first few > times crashes occurred, but I installed Visual Studio and that, for > some reason, stopped the dump files from being generated. So I have > absolutely no visibility into this error -- any help is greatly > appreciated. You might try to see if you can run the application in the debugger all day long. This may cause performance problems given your heavy load, but if it doesn't the debugger should catch the failure that is shutting you down and give you a chance to diagnose the problem. In fact, when the problem occurs you will probably be able to bring up a new copy of the application and finish the trading day -- leaving the failed copy hanging in the debugger waiting for your after-hours attention. Sounds like a nasty one. Good luck, Dale |