Erros de Linux/POSIXErro
Exit 128Exit 128 — Invalid Exit Argument
An invalid argument was passed to exit, or the process was killed by a signal (128+N).
linuxmacosunix
Ver detalhes EALREADYA non-blocking connection attempt is already in progress on this socket.
A connect() call was made on a non-blocking socket that already has a pending connection attempt.
Wait for the pending connection using select() or poll(). Do not call connect() again on a socket with a pending connection.
Exit 128An invalid argument was passed to exit, or the process was killed by a signal (128+N).
EPROTONOSUPPORTThe specified protocol is not supported by this socket domain or is not implemented.
EDQUOTThe user's disk quota for the filesystem has been exceeded.
SIGWINCH (28)The terminal window size changed.
Exit 2A shell built-in was used incorrectly, or a command returned a usage error.
ETIMEA STREAMS ioctl operation timed out or a real-time timer expired.