When I run a self written java program and after a certain time the JVM crashes, but no JVM log is saved.
The only thing I find is following event in Windows Event Viewer:
Faulting application java.exe, version 7.0.670.1, time stamp 0x53d28725, faulting module msvcr100.dll, version 10.0.40219.1, time stamp 0x4d5f0c22, exception code 0xc0000417, fault offset 0x0008af3e, process id 0x14fc, application start time 0x01cfb572d3b64c7f.
Any ideas where it could come from ?
My own program was using a 3rd party program. An update of that program did solve the issue.