Using JAVA running examples CORE DOWN in debugging model with IntelliJ IDEA #2985
Replies: 2 comments
-
CBC solver? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Makes no sense. The routing solver does not use the cbc.
Le dim. 24 janv. 2021 à 10:58, renwei <[email protected]> a écrit :
… CBC solver?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2325 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACUPL3M4EDECKKE33Y3XCVLS3PVN5ANCNFSM4V2AXINA>
.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version: v8.0
Language: Java
Routing Solver
mac
When I running the demo code in this page:https://developers.google.com/optimization/routing/routing_tasks#setting-initial-routes-for-a-search,something happened cause the JRE CORE DOWN, it make me worried.
The code can be directly run and do the right thing, but when i running this code in debugging model with IntelliJ IDEA, it will core down so long as you put the breakpoint after this code,
Assignment solution = routing.solveWithParameters(searchParameters);
and the moment of java core down happens exactly when the code running to the line where the breakpoint is added 。
I want to know what cause this problem and how to avoid this problem, because my service is online so when JVM coredown is can be terrible.
thanks for help
Beta Was this translation helpful? Give feedback.
All reactions