EPERMEPERM — Operation Not Permitted
The process does not have the required permissions to perform the requested operation.
SIGABRT (6)The process was aborted, typically by calling abort() or due to a failed assertion.
The program called abort(), a failed assert() triggered abort(), or a C library function detected a fatal error like double free or heap corruption.
Check the core dump with gdb. Look for failed assertions. Check for memory corruption with Valgrind or AddressSanitizer.
EPERMThe process does not have the required permissions to perform the requested operation.
EILSEQAn invalid multibyte or wide character sequence was encountered during character conversion.
EFBIGThe file size exceeds the maximum allowed by the filesystem or the process resource limit.
ENOTEMPTYAn attempt was made to remove a directory that still contains entries.
ENOLINKA remote resource linked via a network filesystem is no longer accessible.
EDOMA mathematical function received an argument outside its defined domain.