Skip to content

check GLPK bound errors #10232

@malb

Description

@malb

This should never happen:

sage: from sage.numerical.backends.generic_backend import get_solver
sage: p = get_solver(solver = "GLPK") 
sage: p.add_variable()
1
sage: p.variable_upper_bound(1)
sig_error() without sig_on()
...
------------------------------------------------------------------------
Unhandled SIGABRT: An abort() occurred.
This probably occurred because a *compiled* module has a bug
in it and is not properly wrapped with sig_on(), sig_off().
Python will now terminate.
------------------------------------------------------------------------
Aborted

Depends on #19525

CC: @mkoeppe @dimpase

Component: numerical

Author: Vincent Delecroix

Branch/Commit: 6503bc5

Reviewer: Dima Pasechnik

Issue created by migration from https://trac.sagemath.org/ticket/10232

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions