-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Description
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)
hurak and shenlebantongying
Metadata
Metadata
Assignees
Labels
No labels