DOMjudge / domjudge

DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
703 stars 249 forks source link

Internal error when disk size is too small during compilation #2454

Open meisterT opened 3 months ago

meisterT commented 3 months ago

If we run out of disk space during compilation (think about test-memstatic.cc, we create an internal error which does not have any useful information.

We should try to check whether we have enough space ahead of time and even if we miscalculate, we should have some useful info in the internal error.

eldering commented 2 months ago

How can we reasonably calculate the required space ahead of time?