help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-glpk] Application crash due to assert in GLPK


From: Sylvain Fournier
Subject: [Help-glpk] Application crash due to assert in GLPK
Date: Wed, 20 Jan 2010 14:18:33 -0200

Hi everybody,
I have been using GLPK (version 4.38) for Java for almost one year now. I just encontered (for the first time, fortunately) an assert that crashed in GLPK and that killed my whole Java application. This assert is located glplib10.c, line 109: xassert(xlcmp(env->t_last, t) <= 0);
It seems to be a strange time problem, but I wonder if I can do something to prevent this error to occur once again in the future.
Am I responsible for this error? Is there a way for me to be sure that I won't run into the error again? If not, can I catch this type of errors in my Java application in order to treat it appropriately?
Thanks,

Sylvain Fournier

reply via email to

[Prev in Thread] Current Thread [Next in Thread]