Skip to content

free(): invalid pointer error when running versions 2.10.5 and 2.10.8 #708

@siddharth-krishna

Description

@siddharth-krishna

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?
#367
#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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions