You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report. I do not get a SEGFAULT on sage 9.7 but a "BusError" catched by cysignals. There is definitely something broken with M afterwards
While investigating #112 I discovered that the following produces a segfault. Presumably setitem is corrupting something.
sage: from cypari2 import Pari
sage: pari = Pari()
sage: M = pari.matrix(10, 10, range(100))
sage: M[5] = 1000
sage: M
A segfault occurs during the printing.
The text was updated successfully, but these errors were encountered: