Faulty module msvcr100.dll, exception code 0xc0000417
When I run a standalone java program and after a while the JVM crashes, but the JVM log is not saved.
The only thing I find is the 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 might come from?
+3
Rob daems
source
to share
2 answers
My own program used a third party program. Updating this program resolved the issue.
+2
Rob daems
source
to share
If reinstalling the MS C ++ 2010 package does not help, does it run without error on another computer?
0
StefDaems
source
to share