View Full Version : NT6 JIT Crash
Kardinal
02-28-2007, 11:00 PM
I have twice had a J.I.T exception caught that has crashed NT6. In both instances it was in the middle of price action where I did not have any open positions. I was able to get a screen shot of the Windows error message. Is there anywhere else I can look to get more detailed Debug information on the crash?
NinjaTrader_Dierk
03-01-2007, 12:32 AM
- which provider/broker/data feed is that?
- which instrument?
Kardinal
03-01-2007, 12:35 AM
ZenFire
Mirus Futures
eMini S&P
NinjaTrader_Dierk
03-01-2007, 12:43 AM
Hmm ... we never experienced issues with this combination before (ES and ER2 are the most heavily traded instrument on Zen).
So we are left with general checks like:
- what windows version are you using?
- please make sure your machine is on latest windows service packs
- please verfify again your installation prerequesits (e.g. MS jet engine, see download page on web site)
- uninstalling and reinstalling .NET runtime and NT often makes a difference
Kardinal
03-01-2007, 12:49 AM
I will look into these points... I don't want to uninstall today as I'm doing well so far with the trades - I'll try at the weekend and update this thread if it happens again.
NinjaTrader_Dierk
03-01-2007, 12:51 AM
Sounds good. Which windows version are you on?
Kardinal
03-01-2007, 12:54 AM
Windows XP Pro, SP2
Athlon XP 3000+
1GB RAM
Just checked Windows Update and there is .NET Framework 3 available. Should I get this or stick with .NET 2?
NinjaTrader_Dierk
03-01-2007, 12:55 AM
Yes, NT6 requires .NET 2. Windows and machine are looking good.
Kardinal
03-19-2007, 01:16 AM
I reinstalled .Net completely over the weekend. I had the first JIT error this morning again. I have attached the output. Interesting this time the error hasn't actually crashed NT6, I simply selected continue, and so far it is still running. I would like to get to the bottom of what is causing the error. Is there a Debug option I can enable somewhere to got more information on the NT processes?
NinjaTrader_Dierk
03-19-2007, 01:21 AM
Sorry, there is no such debug option. Even if there was one it would not help, since the callstack indicates that (a) the crash happens deep inside the .NET framework (not in NT code)and (b) the failed code is not triggered by NT code but from within the .NET framework.
Kardinal
03-19-2007, 01:23 AM
OK - that implies that the cause might be the indicator code as it is written in C# and would be a possible candidate for calling the .Net code. That points me in the right direction - thanks!