coin-or / Clp.old

This a mirror of the subversion repository on COIN-OR.
https://projects.coin-or.org/Clp
Other
36 stars 20 forks source link

[TRAC] CLP crashes on make test #32

Open qtothec opened 6 years ago

qtothec commented 6 years ago

Moved from TRAC as part of COIN fORgery: https://projects.coin-or.org/Clp/ticket/66

I'm on a fully-updated Mac (OSX 10.9.2). I've downloaded the latest version of CLP with

svn co ​https://projects.coin-or.org/svn/Clp/stable/1.15 coin-Clp

I make it OK, but when I do "make test" I get

Testing OsiRowCutDebugger? with OsiClpSolverInterface? Coin0008I EXAMPLE read with 0 errors /bin/sh: line 1: 10433 Segmentation fault: 11 ./osiUnitTest -mpsDir=echo /Users/frangio/Didattica/MDGdD/Problemi/CWL/cwl2/coin-Clp/Data/Sample make[2]: [test] Error 1 make[1]: [test] Error 2 make: * [test] Error 2

I think it's a pretty serious thing: basically, any LP crashes. I have a tiny .lp attached; by loading it with the interactive shell (bin/clp) and solv-ing it, again I get

Clp:import cwl.lp Clp:solv Presolve 14 (0) rows, 44 (0) columns and 84 (0) elements 0 Obj 0 Primal inf 12.990053 (10) Segmentation fault: 11

bernalde commented 6 years ago

Attachment: https://projects.coin-or.org/Clp/attachment/ticket/66/cwl.lp small lp file crashing CLP