[Ipopt-tickets] [Ipopt] #233: Debug application linked against release IPOPT

Ipopt coin-trac at coin-or.org
Sun Apr 6 00:56:46 EDT 2014


#233: Debug application linked against release IPOPT
-------------------+------------------------
Reporter:  panos   |      Owner:  ipopt-team
    Type:  defect  |     Status:  new
Priority:  normal  |  Component:  Ipopt
 Version:  3.11    |   Severity:  normal
Keywords:          |
-------------------+------------------------
 When I try to run the sample HS071_NLP in debug mode under eclipse kepler
 I get a segmentation violation.  Samples run fine in Release mode.

 I am running IPOPT version 3.11 compiled using the following
 configuration:

 ./configure CC=icc F77=ifort CXX=icpc --with-
 blas='-L/opt/intel/mkl//lib/intel64 -lmkl_intel_lp64 -lmkl_gnu_thread
 -lmkl_core -L/opt/intel/composer_xe_2013_sp1.2.144/compiler/lib/intel64
 -liomp5 -lpthread -lm -ldl'

 The intel compiler is version 14.02 and MKL libraries are version 11.0.

 Here is the stack trace:
 LSteps_Any_Loop4gas_1() at 0x7ffff35a878a
 0x7fffffffb40c
 0x7fffffffb404
 0x657920
 0x656ed0
 0x7fffffffb40c
 mkl_blas_dcopy() at 0x7ffff75d37b6
 dcopy_() at 0x7ffff6874190
 Ipopt::IpBlasDcopy() at 0x7ffff4e01f59
 Ipopt::TNLPAdapter::GetStartingPoint() at 0x7ffff4ccf5db
 Ipopt::GradientScaling::DetermineScalingParametersImpl() at 0x7ffff4d32ab1
 Ipopt::StandardScalingBase::DetermineScaling() at 0x7ffff4d7b4e9
 Ipopt::OrigIpoptNLP::InitializeStructures() at 0x7ffff4d8a6d4
 Ipopt::IpoptData::InitializeDataStructures() at 0x7ffff4d5ee7b
 Ipopt::DefaultIterateInitializer::SetInitialIterates() at 0x7ffff4d2262f
 Ipopt::IpoptAlgorithm::InitializeIterates() at 0x7ffff4d39787
 Ipopt::IpoptAlgorithm::Optimize() at 0x7ffff4d3996f
 Ipopt::IpoptApplication::call_optimize() at 0x7ffff4cbd4db
 Ipopt::IpoptApplication::OptimizeNLP() at 0x7ffff4cc14e0
 Ipopt::IpoptApplication::OptimizeNLP() at 0x7ffff4cb86d8
 Ipopt::IpoptApplication::OptimizeTNLP() at 0x7ffff4cb87ef
 main() at hs071_main.cpp:48 0x402c5d

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



More information about the Ipopt-tickets mailing list