segmentation fault when find gcd of fraction and sqrt

asked 2021-12-02 05:11:55 +0200

vnb gravatar image
 sage: (3/2).gcd(sqrt(2))
------------------------------------------------------------------------
(no backtrace available)
------------------------------------------------------------------------
Unhandled SIGSEGV: A segmentation fault 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.
------------------------------------------------------------------------
[1]    90215 segmentation fault  sage

sage crashed when I want to get gcd of a fraction and an sqrt

edit retag flag offensive close merge delete

Comments

You should file a formal ticket on Trac, if this hasn't been already reported (it doesn't seem to).

Emmanuel Charpentier gravatar imageEmmanuel Charpentier ( 2021-12-03 10:35:34 +0200 )edit