-
-
Notifications
You must be signed in to change notification settings - Fork 654
Closed
Milestone
Description
Try this:
sage: n=factor(2^997-1)
[hit control c]
---------------------------------------------------------------------------
<type 'exceptions.KeyboardInterrupt'> Traceback (most recent call last)
sage: gp.eval('factor(2^997-1)')
[hit control c]
Segmentation fault (core dumped)
... Do the same with Magma:
sage: magma.eval('Factorization(2^997-1)')
Segmentation fault (core dumped)
Component: basic arithmetic
Issue created by migration from https://trac.sagemath.org/ticket/710