jyp / glpk-hs

Haskell bindings to glpk
Other
13 stars 18 forks source link

`glp_free: memory allocation error` with v4.63 #7

Closed xkollar closed 5 years ago

xkollar commented 6 years ago

When compiled/run with glpk 4.63 (also .65) I am getting

glp_free: memory allocation error
Error detected in file env/alloc.c at line 72

(Solver runs, returns value, (event prints solution)) but after some time running program dies, seems with thread that was used to run it?)

Compiled/run against 4.57 it works. There might have been some major changes as debian seem to have changed package name from libglpk36 to libglpk40 somewhere between.

Sorry for imprecise/incomplete data, might update when I find some time.

tpiraux commented 6 years ago

same problem

tpiraux commented 6 years ago

can you provide the GLPKSolverPack.jar with the fixed bug?