question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 4 years ago
  • Comments:13 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
pgkirschcommented, Mar 12, 2020

FYI @bqpd the app has been converted to python 3 and currently works swimmingly at c7efc4f8dce23ef742e511869ce39de7488517fd.

0reactions
bqpdcommented, Mar 12, 2020

fabulous

On Thu, Mar 12, 2020 at 4:53 PM pgkirsch notifications@github.com wrote:

FYI @bqpd https://github.com/bqpd the app has been converted to python 3 and currently works swimmingly at c7efc4f https://github.com/convexengineering/gpkit/commit/c7efc4f8dce23ef742e511869ce39de7488517fd .

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/convexengineering/gpkit/issues/1461#issuecomment-598413101, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALKAGHBYLY4YOUZSTK5S7DRHFDR7ANCNFSM4KX6E5TQ .

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found