[Bonmin-tickets]
[Bonmin] #1: double free corruption, exit code 6 ??
Bonmin
coin-trac at coin-or.org
Wed Jul 19 17:56:04 EDT 2006
#1: double free corruption, exit code 6 ??
--------------------+-------------------------------------------------------
Reporter: rodrigo | Owner: somebody
Type: defect | Status: new
Priority: major | Component: component1
Version: | Keywords:
--------------------+-------------------------------------------------------
Hi,
I've tried the solver, but I'm getting the following message:
{{{
bonmin:
******************************************************************************
This program contains Ipopt, a library for large-scale nonlinear
optimization.
Ipopt is released as open source code under the Common Public License
(CPL).
For more information visit http://projects.coin-or.org/Ipopt
******************************************************************************
IpOp0008I
Num Status Obj It time
IpOp0009I 1 OPT 5.00949e+06 133 40.8038
Cbc0010I After 0 nodes, 1 on tree, 1e+50 best solution, best possible
5.00949e+06 (0.01 seconds)
*** glibc detected *** double free or corruption (!prev): 0x08d34020 ***
error running bonmin:
termination code 6
<BREAK>
}}}
I've compiled it like this:
1) mkdir build ; cd build[[BR]]
2) ../configure -C --with-pardiso="$HOME/lib/libpardiso_GNU_IA32.so"[[BR]]
3) make ; make test ; make install
using the following bonmin.opt file:
{{{
#print_level 4
linear_solver pardiso
tol 1e-6
bonmin.algorithm B-BB
}}}
The details of the compilers are (for some reason my linux distro installs
two gcc-3.x and gcc-4.x):
'''gcc, g++, g77/f77 versions used:'''[[BR]]
gcc version 3.4.5 20051201 (Red Hat 3.4.5-2)
'''gfortran version'''[[BR]]
gcc version 4.0.2 20051130 (Red Hat 4.0.2-14.EL4)
I'm working with linux CentOS 4.3(Final) http://www.centos.org.
I'm guessing the problem is in the algorithm (B-BB), because when I try
the others the error does not appear. And possibly related to the linear
solver interfase, because when I use the ma27 solver I don't get the
error.
Please feel free to email me for more details, also I'm attaching the *.nl
file of the problem.
Regards,
Rodrigo (soyrush at gmail.com)
--
Ticket URL: <https://projects.coin-or.org/Bonmin/ticket/1>
Bonmin <http://projects.coin-or.org/Bonmin>
Bonmin
More information about the Bonmin-tickets
mailing list