You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I use the Makefile to compile for Sage, it succeeds (with a tons of warnings though). Eventually, when I run from peigen import Faster inside Sage REPL I get the following error:
------------------------------------------------------------------------
Unhandled SIGILL: An illegal instruction 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.
------------------------------------------------------------------------
Illegal instruction (core dumped)
Apparently, there is an issue with the Sage interface. I am using Sage 7.5.1 in Ubuntu.
The text was updated successfully, but these errors were encountered:
After I use the
Makefile
to compile for Sage, it succeeds (with a tons of warnings though). Eventually, when I runfrom peigen import Faster
inside Sage REPL I get the following error:The error message further contains:
Apparently, there is an issue with the Sage interface. I am using Sage 7.5.1 in Ubuntu.
The text was updated successfully, but these errors were encountered: