Skip to content

Support for Apple M1 #193

@lyinch

Description

@lyinch

I tried using Cbc and JuMP but get a double free error on an M1 macbook pro:

julia> using Cbc
julia> using JuMP
julia> model = Model(Cbc.Optimizer)
julia(6797,0x100a88580) malloc: *** error for object 0xe00000000000000: pointer being freed was not allocated
julia(6797,0x100a88580) malloc: *** set a breakpoint in malloc_error_break to debug
signal (6): Abort trap: 6
in expression starting at REPL[3]:1
__pthread_kill at /usr/lib/system/libsystem_kernel.dylib (unknown line)
Allocations: 7410580 (Pool: 7408535; Big: 2045); GC: 5
zsh: abort      /Applications/Julia-1.7.app/Contents/Resources/julia/bin/julia

I use Julia Version 1.7.2 (2022-02-06)

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