-
-
Notifications
You must be signed in to change notification settings - Fork 660
Closed
Milestone
Description
Since the cysignals upgrade, running sage --gdb
now gives
Program received signal SIGFPE, Arithmetic exception.
This is bad for several reasons:
-
Even though that
SIGFPE
is part of the normal flow of the program, people don't expect it and consider it a crash. -
GDB halts at that point so Sage doesn't actually start.
-
Because of 2, it causes optional doctest failures when GDB is installed.
The newest release of cysignals avoids this problem by using a different mechanism to start up:
CC: @pjbruin
Component: user interface
Author: Jeroen Demeyer
Branch: 8b3a7c5
Reviewer: Peter Bruin
Issue created by migration from https://trac.sagemath.org/ticket/25092