Skip to content

Instantly share code, notes, and snippets.

@tomeaton17
Created January 8, 2018 10:08
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 tomeaton17/f9596efc97d0e4b4b74cef542935ebad to your computer and use it in GitHub Desktop.
Save tomeaton17/f9596efc97d0e4b4b74cef542935ebad to your computer and use it in GitHub Desktop.
execve("./HawkCell", ["./HawkCell"], [/* 25 vars */]) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/arm-linux-gnueabihf/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/arm-linux-gnueabihf/libboost_system.so.1.58.0", O_RDONLY|O_CLOEXEC) = 3
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/arm-linux-gnueabihf/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/arm-linux-gnueabihf/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = 3
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/arm-linux-gnueabihf/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/arm-linux-gnueabihf/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/arm-linux-gnueabihf/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
stat64("/home/mantis/.terminfo", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
stat64("/home/tom/workbench/ncurses/final/share/terminfo", 0x55b618) = -1 ENOENT (No such file or directory)
access("/home/mantis/.terminfo/l/linux", R_OK) = -1 ENOENT (No such file or directory)
Error opening terminal: linux.
+++ exited with 1 +++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment