Common Errors
C stack overflow. If you encounter an error message like Error: C stack usage is too close to the limit despite of the node still having plenty of memory, it is because the C stack limit is set too low. Increase it by
ulimit -s unlimited
.