Thanks for your suggestion on where to start! Unfortunately, no details:
$ ./sage --python
Python 3.11.1 (main, Mar 26 2023, 12:16:16) [GCC 9.3.1 20200408 (Red Hat
9.3.1-2)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from sage.all import *
---
Thanks for your suggestion of where to start! Unfortunately, no details:
$ ./sage --python
Python 3.11.1 (main, Mar 26 2023, 12:16:16) [GCC 9.3.1 20200408 (Red Hat
9.3.1-2)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from sage.all import *
---
run Sage's python:
./sage --python
and once you get the prompt, do
from sage.all import *
I expect it to die with the same segfault, but at least you will see a bit
more detailed output. Post it here.
On Sun, 26 Mar 2023, 20:55 Mike, wrote:
> Running
> $ ./configure
> $ MAKE='make -j16' ma
Running
$ ./configure
$ MAKE='make -j16' make
results in an error building sagemath_doc_html-none
The error was
sage-9.8/local/var/lib/sage/venv-python3.11.1/bin/sage-python:
line 2: 29470 Segmentation fault (core dumped) sage -python "$@"
=
Starting anew and instead running
$ ./config