Ticket #711 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

control-c and singular interface -- it doesn't quit singular for real.

Reported by: was Owned by: was
Priority: major Milestone: sage-2.8.5
Component: interfaces Keywords:
Cc: Work issues:
Report Upstream: Reviewers:
Authors: Merged in:
Dependencies: Stopgaps:

Description

sage: P = PolynomialRing(QQ,10,'x')
sage:  I = sage.rings.ideal.Katsura(P)
sage: I.groebner_basis()
Interrupting Singular...
Interrupting Singular...

<type 'exceptions.TypeError'>: Restarting Singular (WARNING: all variables defined in previous session are now invalid)

but singular is still running!

Change History

comment:1 Changed 6 years ago by was

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.