[Ipopt-tickets] [Ipopt] #170: make test fails with segmentation fault

Ipopt coin-trac at coin-or.org
Tue Oct 11 11:07:54 EDT 2011


#170: make test fails with segmentation fault
-------------------------------+--------------------------------------------
Reporter:  joergB              |       Owner:  ipopt-team
    Type:  defect              |      Status:  new       
Priority:  normal              |   Component:  Ipopt     
 Version:  3.10                |    Severity:  normal    
Keywords:  segmentation fault  |  
-------------------------------+--------------------------------------------
 Hi,

 I'm trying to use Ipopt 3.10.0 (also tried 3.10.1, no difference) with
 Octave-3.4.2 on a 64bit installation of Ubuntu 10.04.

 Following the documentation of Ipopt I downloaded the source and also
 obtained ma27ad.f and mc19ad.f. From a separate directory I then run the
 configure script with options

 -C ADD_CXXFLAGS='-fPIC -I/usr/include/coin
 -I../Ipopt-3.10.1/ThirdParty/HSL

 This seems to work fine, it prints "Configuration of Ipopt successful" and
 "Main configuration of Ipopt successful".

 Subsequently, I run make, again without error messages. Then I run make
 test and not a single test is passed:

 <<< start quote >>>
 Running unitTests...

 Testing AMPL Solver Executable...
     no AMPL solver executable found, skipping test...
 Testing C++ Example...

  ---- 8< ---- Start of test program output ---- 8< ----
 Segmentation fault
  ---- 8< ----  End of test program output  ---- 8< ----

     ******** Test FAILED! ********
 Output of the test program is above.
 Testing C Example...

  ---- 8< ---- Start of test program output ---- 8< ----
 Segmentation fault
  ---- 8< ----  End of test program output  ---- 8< ----

     ******** Test FAILED! ********
 Output of the test program is above.
 Testing Fortran Example...

  ---- 8< ---- Start of test program output ---- 8< ----
 Segmentation fault
  ---- 8< ----  End of test program output  ---- 8< ----

     ******** Test FAILED! ********
 Output of the test program is above.
 exit: 109: Illegal number: -1

 <<< end quote >>>

 I don't know if this is somehow related, but yesterday I compiled clp and
 its Octave interface mexclp much the same way and it works just fine.

 All help is much appreciated!

 thanks!

 Joerg

-- 
Ticket URL: <https://projects.coin-or.org/Ipopt/ticket/170>
Ipopt <http://projects.coin-or.org/Ipopt>
Interior-point optimizer for nonlinear programs.



More information about the Ipopt-tickets mailing list