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
sagemath#26968: add a doctest to catch ecl race in maxima init
We use a temporary `MAXIMA_USERDIR` so its empty, and we try
to initialize maxima twice in parallel to entice the race.
This temporary dir is placed within `DOT_SAGE` so it is easy
to try different filesystems.
The bug triggers more frequently if `DOT_SAGE` is in a high
latency filesystem (e.g. sshfs on a non-local host).
The next commit introduces a workaround for the bug.
0 commit comments