Race condition on loading packages from 2 maxima processes in parallel?
Gunter Königsmann via Maxima-discuss <[email protected]> Sun, 14 Jun 2026 14:05:36 +0200
| Newsgroups | gmane.comp.mathematics.maxima.general |
|---|---|
| Message-ID | <[email protected]> |
Dear all,
wxMaxima on every commit creates a new virtual machine, compiles
wxMaxima in that machine and runs a few hundred tests in that machine.
If it runs more than one test in parallel sometimes maxima fails to load
draw.
My theory is:
* One maxima process tries to load draw, compiles that package and
starts saving it.
* A second maxima process tries to load the compiled draw package
while that compiled package still being written.
Could that be the case?
Kind regards,
Gunter.
_______________________________________________
Maxima-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/maxima-discuss