Skip to content

bad segfault when hitting control-c #710

@williamstein

Description

@williamstein

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions