4

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 ?

lmo
  • 497
  • 5
  • 23
Rob Daems
  • 109
  • 1
  • 7

2 Answers2

1

My own program was using a 3rd party program. An update of that program did solve the issue.

Rob Daems
  • 109
  • 1
  • 7
  • 1
    Could you please elaborate more? Which 3rd party program do you talk about? How does it relate to Java? I encountered the same problem on a Window 7 system. MS C++ Redistributable Package already (re)installed with no luck. – Mauro Molinari Dec 06 '17 at 09:26
0

If reinstalling MS C++ 2010 package doesn't help, does it run without error on another machine?

StefDaems
  • 103
  • 8