libprima / prima

PRIMA is a package for solving general nonlinear optimization problems without using derivatives. It provides the reference implementation for Powell's derivative-free optimization methods, i.e., COBYLA, UOBYQA, NEWUOA, BOBYQA, and LINCOA. PRIMA means Reference Implementation for Powell's methods with Modernization and Amelioration, P for Powell.
http://libprima.net
BSD 3-Clause "New" or "Revised" License
304 stars 40 forks source link

`tracebackqq` in `matlab/mex_gateways/debug.F90` trigers a SEGFAULT when it is called #197

Open zaikunzhang opened 5 months ago

zaikunzhang commented 5 months ago

See

https://github.com/opt2ai/prima/actions/runs/8899587409/job/24439281665

If the above record is not available anymore, go to

https://github.com/opt2ai/prima/actions/workflows/test_matlab_mac_intel.yml

and manually run the workflow with git ref 28ff56019ab31e8dc390633dfb5e871372c08965

zaikunzhang commented 5 months ago

Is this a bug or a compiler (ifort) bug? I am not sure.