ioctl(2046, TCGETA, 0x7f7f3e48) ERR#25 ENOTTY
write(2046, "B D 2 0 1 3 0 9 0 2 2 0 1 3 0 9 ".., 327) = 327
open("result.out", O_WRONLY|O_APPEND|O_CREAT, 0666) = 2047
lseek(2047, 0, SEEK_END) = 1337430
socket(AF_INET, SOCK_STREAM, 0) ERR#24 EMFILE
Received signal 11, SIGSEGV, in user mode, [SIG_DFL], partial siginfo
Siginfo: si_code: I_NONEXIST, faulting address: 0xd66e3d90, si_errno: 0
PC: 0xc004e00b, instruction: 0x45810000
exit(11) [implicit]
fopen 후 fclose 를 하지 않아 에러가 난 truss
2048 번째 fd 를 초과하면서 죽는 모습을 볼 수 있다