Skip to content

Instantly share code, notes, and snippets.

@mrosset
Created August 2, 2012 15:47
Show Gist options
  • Select an option

  • Save mrosset/3238057 to your computer and use it in GitHub Desktop.

Select an option

Save mrosset/3238057 to your computer and use it in GitHub Desktop.
lstat("/usr/local/etc/nix/nix.conf", 0x7fff2c512f20) = -1 ENOENT (No such file or directory)
pipe([7, 9]) = 0
fcntl(7, F_GETFD) = 0
fcntl(7, F_SETFD, FD_CLOEXEC) = 0
fcntl(9, F_GETFD) = 0
fcntl(9, F_SETFD, FD_CLOEXEC) = 0
pipe([10, 11]) = 0
fcntl(10, F_GETFD) = 0
fcntl(10, F_SETFD, FD_CLOEXEC) = 0
fcntl(11, F_GETFD) = 0
fcntl(11, F_SETFD, FD_CLOEXEC) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f0d534a4a10) = -1 ENOMEM (Cannot allocate memory)
close(11) = 0
close(10) = 0
close(9) = 0
close(7) = 0
munmap(0x7f0d53421000, 499712) = 0
write(2, "error: unable to fork: Cannot al"..., 46error: unable to fork: Cannot allocate memory
) = 46
close(8) = 0
unlink("/nix/var/nix/temproots/12391") = 0
wait4(-1, 0x7fff2c516b4c, 0, NULL) = -1 ECHILD (No child processes)
fcntl(4, F_SETLK, {type=F_WRLCK, whence=SEEK_SET, start=1073741824, len=1}) = 0
fcntl(4, F_SETLK, {type=F_WRLCK, whence=SEEK_SET, start=1073741826, len=510}) = 0
unlink("/nix/var/nix/db/db.sqlite-shm") = 0
munmap(0x7f0d5349b000, 32768) = 0
close(6) = 0
close(5) = 0
unlink("/nix/var/nix/db/db.sqlite-wal") = 0
fcntl(4, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=1073741824, len=2}) = 0
fcntl(4, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}) = 0
close(4) = 0
close(3) = 0
exit_group(1) = ?
+++ exited with 1 +++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment