So I have a recursive function that is going to create multiple processes and write an integer from parent process to child process.
Everything works great when numbers are small like several hundreds/thousands.
But when numbers are large the code would always be stuck before the write
statement. I have included an error checking for the statement but no perror was printed.
Does anyone know what's the possible cause for this?