Release mode ntdll.dll error
-
I am trying to run the application in release mode and the application just crashes after couple of seconds,. I was able to see the event viewer and gather this information
Faulting application name: Sourcecode.exe, version: 0.0.0.0, time stamp: 0x4f3cf002
Faulting module name: ntdll.dll, version: 6.1.7601.17725, time stamp: 0x4ec49b60
Exception code: 0xc0000005
Fault offset: 0x00052cc7
Faulting process id: 0x720
Faulting application start time: 0x01cceca2b2a42e5b
Faulting application path: c:\Users\998234.LNTIES\Desktop\SiteRite7USapp\Release\Sourcecode.exe
Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
Report Id: f3c3ca47-5895-11e1-b278-001aa0bf805dIs there any other way of knowing what is the cause of this error ? and this happens only in release mode
-
To me it sounds like something is uninitialized, but these bugs can be the hardest to track down. I always find the windows tool application verifier to help me with weird crashing like this.