I have two CoCalc Docker images installed on two different computers. On one, the sagemath kernel runs fine. On the other, the kernel hangs when attempting to do anything.
While waiting, the status button next to the line number says "Sending to be evaluated using ." and eventually times out. Running sagemath in a terminal results in a long traceback, ending with the lines below.
Any suggestions how to continue troubleshooting?
TIA!
/lib/x86_64-linux-gnu/libc.so.6(+0x29d90)[0x7f41037cfd90]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80)[0x7f41037cfe40]
python3(_start+0x25)[0x55c3a460d095]
------------------------------------------------------------------------
Attaching gdb to process id 6637.
Cannot find gdb installed
GDB is not installed.
Install gdb for enhanced tracebacks.
------------------------------------------------------------------------
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.
------------------------------------------------------------------------
/usr/local/sage/src/bin/sage-python: line 2: 6637 Illegal instruction (core dumped) sage -python "$@"