Page 1 of 1

Just in Time Debugger on Compare Phase

Posted: Thu Feb 26, 2009 10:09 pm
by Sniper_X
THe program crashes on my Win2k3 server.
Crases every time.

Posted: Thu Feb 26, 2009 10:10 pm
by Anonymous
any ideas anyone?

Posted: Thu Feb 26, 2009 10:10 pm
by Anonymous
any ideas anyone?

Posted: Fri Feb 27, 2009 8:41 am
by DV
Possibly a permissions issue - make sure DC has elevated permissions, and try running it on a small subset of files to see if it works.

Posted: Sat Feb 28, 2009 5:33 pm
by Sniper_X
No change in behavior.

It merely hits the JITD as the comparison starts.

Posted: Mon Mar 02, 2009 8:52 am
by DV
Try running with a non-CRC check (ie file size). if it runs then the problem is with the CRC check code. It has unmanaged machine code calls and means the program probably needs elevated permissions.

Posted: Mon Mar 02, 2009 9:12 am
by DV
Turning off DEP might cure it (I think this applies to Server 2003 as well as vista). google "turn off DEP for one program"