Changes made to enable MOSEK 9 support appear to break build in a linux container
See original GitHub issue#1454 seems to break the build pipeline for a linux-base-image docker container we use. Building at commit 667264de5f95b212bc36090da32c45da303c2da2 works fine.
I know your build testing includes a linux machine so I’m surprised this is happening, but do you have any ideas why we might be seeing floating point exceptions? No issues building (locally) on OSX.
Found the following solvers: mosek, mosek_cli, cvxopt
# Replacing directory env
..!!! uWSGI process 9 got Floating Point Exception !!!
*** backtrace of 9 ***
uwsgi(uwsgi_backtrace+0x35) [0x55c3f632d375]
uwsgi(uwsgi_fpe+0x23) [0x55c3f632d783]
/lib/x86_64-linux-gnu/libc.so.6(+0x33060) [0x7fe583bff060]
/root/mosek/8/tools/platform/linux64x86/bin/libmosek64.so(+0x7c12b8) [0x7fe567fba2b8]
*** end of backtrace ***
entrypoint.sh: line 9: 8 Floating point exception(core dumped) python hops-worker.py
entrypoint.sh: line 9: 9 Floating point exception(core dumped) uwsgi --ini wsgi.ini
Let me know what other information would be useful to better understand the issue.
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (13 by maintainers)
Top Results From Across the Web
MOSEK Optimization Server
conic optimizer in MOSEK supports a number of different types of cones , which allows a surprisingly large number of nonlinear...
Read more >gpkit Documentation
GPkit is a Python package for defining and manipulating geometric programming (GP) models. Our hopes are to bring the mathematics of ...
Read more >gpkit Documentation
GPkit is a Python package for defining and manipulating geometric programming (GP) models. Our hopes are to bring the mathematics of ...
Read more >FORCESPRO User Manual
Introduced support for FORCESPRO QP solvers in the MATLAB MPC Toolbox from Math- ... updating dxdt also changes x, which builds the wrong...
Read more >PSL 2.1.0 Wiki
The maintainers may request that you make additional changes. ... A CLI Interface has been added to PSL to help develop program more...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
FYI @bqpd the app has been converted to python 3 and currently works swimmingly at c7efc4f8dce23ef742e511869ce39de7488517fd.
fabulous
On Thu, Mar 12, 2020 at 4:53 PM pgkirsch notifications@github.com wrote: