hi, i've been using the glpk jni 4.8 for solving my linear programming problems.
the main interface used to solve LP is the GLPKSolver interface.
when the gc tries to reclaim the memory from the GLPKSolver object....an exception occurs saying
" ufree: ptr ..... memory allocation error"
this prevents me from solving large number of problems continuously.
the occurance time of the error is uneven as it occurs when the gc runs.
i am using windows xp, java 1.6, glpk_jni 4.8.
please help...

ops: