PIN_ERR_NONE |
0 args. no error. |
PIN_ERR_INTERNAL |
0 args. internal pin error has occurred. |
PIN_ERR_ASSERT |
0 args. internal pin assertion has occurred. |
PIN_ERR_TOOL |
0 args. tool error has been detected. |
PIN_ERR_CMD_LINE |
0 args. tool arguments are incorrect. |
PIN_ERR_PARSING |
0 args. command line arguments are incorrect. |
PIN_ERR_NO_APP |
0 args. missing application name. |
PIN_ERR_INVALID_PLOAD |
0 args. invalid pload argument. |
PIN_ERR_FILE_NOT_FOUND |
1 arg: file name. error in application file name or path. |
PIN_ERR_ELF_HEADER |
1 arg: file name. unable to read elf header of "filename". |
PIN_ERR_NO_PIE |
1 arg: file name. pie binaries not supported on this system. |
PIN_ERR_NO_ENTRY_OFFSET |
1 arg: file name. no entry in aux vector. |
PIN_ERR_INVALID_ADDRESS |
1 arg: address. "address" is invalid. |
PIN_ERR_INVALID_ADDRESS_RANGE |
2 args: low address, high address. address range is invalid. |
PIN_ERR_CANNOT_LOAD_TOOL |
1 arg: tool name. pin cannot load "tool". |
PIN_ERR_PIN_INJECTION |
0 arg: can't inject pin in running process. |
PIN_ERR_WAIT_FOR_INJECTOR |
2 args: pid, errno. injector "pid" failed to exit. |
PIN_ERR_BAD_OS_FILE |
0 args. cannot determine os release. |
PIN_ERR_UNSUPPORTED_OS |
0 args. unsupported os. |
PIN_ERR_BIN32 |
0 args. 32-bit binary detected. |
PIN_ERR_BIN64 |
0 args. 64-bit binary detected. |
PIN_ERR_CANNOT_RUN |
1 arg: errno. error in running pin. |
PIN_ERR_ATTACH_PID |
2 arg: pid, errno. attach to "pid" failed. |
PIN_ERR_ATTACH_NYI |
0 arg: attach to running process is NYI for Pin/Windows in JIT mode. |
PIN_ERR_ATTACH_REJECTED |
0 arg: ptrace attach rejected. |
PIN_ERR_ATTACH_PTRACE_SCOPE_1 |
1 arg: pid, ptrace attach rejected due to sysctl kernel.yama.ptrace_scope. |
PIN_ERR_DETACH_PID |
2 arg: pid, errno. detach failed. |
PIN_ERR_WAIT_PID |
2 arg: pid, errno. wait for child failed. |
PIN_ERR_STEP_PID |
2 arg: pid, errno. single step failed. |
PIN_ERR_WAIT_EXECV |
1 arg: errno. wait after execv failed. |
PIN_ERR_APP_RESUME |
1 arg: errno. resuming application failed. |
PIN_ERR_NO_INSTRUMENT |
2 args: file name, errno. could not instrument process. |
PIN_ERR_CHILD_PTRACEME |
1 arg: errno. parent cannot trace the child. |
PIN_ERR_CHILD_RESUME |
1 arg: errno. resuming child failed. |
PIN_ERR_RELINK_APP |
0 args: application address overlaps with pin, relink. |
PIN_ERR_KNOB_BAD |
1 arg: knob. unknown "knob" on command line. |
PIN_ERR_NO_RELOCS |
0 args. regular relocations not found, relink with -q. |
PIN_ERR_VERSION_SKEW |
0 args. pintool version does not match pin version. |
PIN_ERR_MS_DOS |
0 args. ms-dos & win16 application are not supported. |
PIN_ERR_LONG_PATH |
0 args. fully qualified pathname of pin executable is too long. |
PIN_ERR_CANNOT_EXECUTE_FILE |
1 arg: filename. cannot execute application. |
PIN_ERR_BLOCKSIG_TOOL |
1 arg: signal number. Tool intercepted signal and forwarded while application had it blocked. |
PIN_ERR_BLOCKSIG_APP |
1 arg: signal number. Application received asynchronous blocked signal, which can't be emulated. |
PIN_ERR_USER_SPECIFIED_ERROR |
reserved. internal use only |
PIN_ERR_OUT_OF_MEMORY |
0 args. Pin is out of memory. |
PIN_ERR_NON_NUMERIC_STRING |
1 arg: string. Non-numeric string passed to conversion utility. |
PIN_ERR_EMPTY_STRING |
0 args. Empty string passed to conversion utility. |
PIN_ERR_NUMERIC_FROM_STRING |
1 arg: string. Error in numeric to string conversion utility. |
PIN_ERR_ALREADY_ATTACHED |
0 args. Pin is already attached to the process. |
PIN_ERR_ILLEGAL_EXCEPTION |
1 arg: string. Tool raised invalid exception. |
PIN_ERR_EXCEPTION_NEEDS_ADDR |
1 arg: string. Must specify access address for exception. |
PIN_ERR_PREDEFINED_INSTRUMENTATION_FAILED |
1 arg: string. Specified function can not be instrumented |
PIN_ERR_UNSUPPORTED_SYSCALL |
1 arg: string. System call is not supported by Pin |
PIN_ERR_ACCESS_DENIED |
0 args. File access denied due to bad permissions |
PIN_ERR_INVALID_SUSPEND_REQUEST |
0 args. Attempting to suspend an internal thread |
PIN_ERR_DEBUGGER |
0 args. Error related to debugger |