..., buf, BUF_SIZE)) > 0) tot += nread; fprintf(fp, "Total bytes in core dump: %zd\n", tot); fclose(fp); exit(EXIT_SUCCESS); } SEE ALSO bash (1), coredumpctl (1), gdb (1), getrlimi…