I have the following error crashing julia 1.8.0-beta3 on M1 MacOS when using m=Model(Cbc.Optimizer)
:
julia(17828,0x100220580) malloc: *** error for object 0xe00000000000000: pointer being freed was not allocated
julia(17828,0x100220580) malloc: *** set a breakpoint in malloc_error_break to debug
It works on Julia 1.7.2 though.
How can I resolve this?