Originally posted by: JorisK
Dear,
While experimenting with a Incumbent Callback, I got the following error:
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f2662131136, pid=6988, tid=139803260835584
#
# JRE version: 6.0_27-b27
# Java VM: OpenJDK 64-Bit Server VM (20.0-b12 mixed mode linux-amd64 compressed oops)
# Derivative: IcedTea6 1.12.6
# Distribution: Ubuntu 12.04 LTS, package 6b27-1.12.6-1ubuntu0.12.04.2
# Problematic frame:
# C [libcplex125.so+0x4f1136] _fd86dc1e3910e20549d996c4790090b4+0xe6
I have attached a small stand-alone example where this happens. This is actually a modified version of one of the examples shipped with Cplex. The error seems to occur when I use both a Incumbent Callback and a warm start. Disabling either of them resolves the issue. Am I doing something wrong or is this a bug in cplex? I'm running cplex 12.5.1. I would expect a slightly more gracefully error if this is not a bug?
br,
Joris
#CPLEXOptimizers#DecisionOptimization