Skip to content

Instantly share code, notes, and snippets.

@bassdread
Created November 21, 2013 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bassdread/7579601 to your computer and use it in GitHub Desktop.
Save bassdread/7579601 to your computer and use it in GitHub Desktop.
execve("node-v0.11.7-linux-arm-pi/bin/node", ["node-v0.11.7-linux-arm-pi/bin/no"...], [/* 17 vars */]) = -1 ENOENT (No such file or directory)
dup(2) = 3
fcntl64(3, F_GETFL) = 0x20002 (flags O_RDWR|O_LARGEFILE)
fstat64(3, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6f07000
_llseek(3, 0, 0xbead3308, SEEK_CUR) = -1 ESPIPE (Illegal seek)
write(3, "strace: exec: No such file or di"..., 40strace: exec: No such file or directory
) = 40
close(3) = 0
munmap(0xb6f07000, 4096) = 0
exit_group(1) = ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment