Cbc
Cbc copied to clipboard
free(): invalid pointer error when running versions 2.10.5 and 2.10.8
I get a free(): invalid pointer error when running cbc on the command line for versions 2.10.5 and 2.10.8.
I am aware that these are old versions and that this bug is not present for the latest version 2.10.12, but I'm working on a solver benchmark which compares multiple versions of solvers in order to track performance improvement over time.
I found these issues that look related, if this is the same issue I'm having, I guess there's no way for me to benchmark these particular versions? https://github.com/coin-or/Cbc/issues/367 https://github.com/coin-or/Cbc/issues/389
I can reproduce this error by:
$ conda create --name cbc-test coin-or-cbc==2.10.8 -c conda-forge -y
...
[output removed]
...
$ conda activate cbc-test
$ cbc
free(): invalid pointer
Aborted
Thank you in advance for your help.