Originally posted by: MsFrizzle
I am getting an unexpected fatal error when I try to add a constraint using the cplex.addLe(lhs, rhs, name) method in Java. The puzzling part is that the error isn't raised with the dozen or so other constraints that are added previously, and I don't seem to have this issue when running CPLEX 12.7. It also isn't handled by the concert exception handling. Instead, it kills the JVM. Has anyone had this same issue or have any ideas what might be causing it?
Here is the error message:
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffa0653c79d, pid=9696, tid=7388
#
# JRE version: Java(TM) SE Runtime Environment (8.0_40-b26) (build 1.8.0_40-b26)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.40-b25 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [cplex1280remotejni.dll+0x39c79d]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#CPLEXOptimizers#DecisionOptimization