I have encountered a reproducible crash in altmov_() called from bobyqb_()
called from bobyqa(). The crash happens fairly long into runtime, but for
the given input data on the same iteration every time.
I traced the cause to the variable ibdsav having unreasonable value
0x3ff00000 when used on line 1001 in bobyqa.c in this expression:
xnew[ibdsav] = su[ibdsav];
I'd like an advice on this issue: whether it's a known bug, whether a fix
is available, etc.
I am using nlopt from C++ interface via shared object after compiling it
with these configuration flags:
--enable-shared --with-cxx --enable-debug
Thanks,
Michael
_______________________________________________
NLopt-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/nlopt-discuss