Skip to content
Prev 59164 / 63424 Next

.Internal(quit(...)): system call failed: Cannot allocate memory

On 11/21/20 6:51 PM, Jan Gorecki wrote:
If you see this warning, some call to system() or system2() or similar, 
which executes an external program, failed to even run a shell to run 
that external program, because there was not enough memory. You should 
be able to find out where it happens by checking the exit status of 
system().

Tomas