Runtime error at ipopt example problem #103
Replies: 12 comments 1 reply
-
What system are you using ? I am using a Fedora 33 system with the master version Using the following comamnds:
The last command results in the following output:
|
Beta Was this translation helpful? Give feedback.
-
I'm using Ubuntu 18.04.4 LTS. I have tried to compile both with gcc/g++ 8.4.0 and gcc/g++ 7.5.0, but got the same result. I've further tried linking with both Ipopt 3.13.5 which is the current master head and latest stable release 3.13.3, but that didn't change anything. |
Beta Was this translation helpful? Give feedback.
-
I fixed a problem when ipopt was the only optional package installed; see the heading 04-26 on No the following bash runs the tests in a docker image using ubuntu 18.04:
I get the following output when I run this script:
Please try the corresponding commands on your system; e.g., use |
Beta Was this translation helpful? Give feedback.
-
Thanks for your detailed instructions. It's my bad to install ipopt separately and not with the shell script you provided . By using |
Beta Was this translation helpful? Give feedback.
-
You can change the install settings in You also should be able to use any valid ipopt options using your own script with |
Beta Was this translation helpful? Give feedback.
-
Thanks for the hints! By the way, I see another runtime error when I run the example ipopt problem with gtest. I get
But, the optimization works fine and I get the correct results. I didn't encounter this error while executing To inspect this error more in detail, I've set
So it happens even before the derivative checker. Do you have an idea why this error occurs? I don't think this is something serious. |
Beta Was this translation helpful? Give feedback.
-
The file |
Beta Was this translation helpful? Give feedback.
-
I am going to change this from a bug report to a discussion. |
Beta Was this translation helpful? Give feedback.
-
To inspect the source of this error, I have tried to catch it with SIGFPE, but that did not work well. I have added an
I obtain this log when I run Maybe UBSan finds an undefined behavior? |
Beta Was this translation helpful? Give feedback.
-
I think I have removed the uses of the deprecated version of nan with the following commit: |
Beta Was this translation helpful? Give feedback.
-
If the division in |
Beta Was this translation helpful? Give feedback.
-
Perhaps the following examples make this clear ? |
Beta Was this translation helpful? Give feedback.
-
Dear Bradley,
The execution of
ipopt_solve_get_started.cpp
duringmake check
fails with the following error.Can you reproduce this error?
Beta Was this translation helpful? Give feedback.
All reactions