Linux/POSIX 에러에러
EISDIREISDIR — Is a Directory
The operation is not permitted on a directory, but the target path is a directory.
linuxmacosunix
상세 보기 Exit 139The process crashed due to a segmentation fault (signal 11).
Invalid memory access. Exit code = 128 + 11 = 139.
Analyze the core dump with gdb. Run with AddressSanitizer or Valgrind.
EISDIRThe operation is not permitted on a directory, but the target path is a directory.
ENOTEMPTYAn attempt was made to remove a directory that still contains entries.
EAGAINThe requested operation would block on a non-blocking resource, or a system resource is temporarily unavailable.
ENOTBLKA non-block device was specified where a block device is required.
E2BIGThe total size of the argument list and environment variables passed to exec() exceeds the system limit.
ETIMEA STREAMS ioctl operation timed out or a real-time timer expired.