segmentation fault when find gcd of fraction and sqrt
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
You should file a formal ticket on Trac, if this hasn't been already reported (it doesn't seem to).