Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created January 13, 2014 21:50
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 tadzik/8408820 to your computer and use it in GitHub Desktop.
Save tadzik/8408820 to your computer and use it in GitHub Desktop.
(bla bla bla)
[pid 19581] open("/home/tadzik/src/github.com/tadzik/asteroids/sdlwrapper.so", O_RDONLY|O_CLOEXEC) = 3
[pid 19581] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\t\0\0\0\0\0\0"..., 832) = 832
[pid 19581] fstat(3, {st_mode=S_IFREG|0775, st_size=18851, ...}) = 0
[pid 19581] mmap(NULL, 2101384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffb1a4f6000
[pid 19581] mprotect(0x7ffb1a4f7000, 2093056, PROT_NONE) = 0
[pid 19581] mmap(0x7ffb1a6f6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0) = 0x7ffb1a6f6000
[pid 19581] close(3) = 0
[pid 19581] munmap(0x7ffb1a4f6000, 2101384) = 0
[pid 19581] write(2, "Cannot locate native library '/h"..., 260Cannot locate native library '/home/tadzik/src/github.com/tadzik/asteroids/sdlwrapper.so'
in method postcircumfix:<( )> at lib/NativeCall.pm6:124
in any at gen/parrot/BOOTSTRAP.nqp:1687
in any at gen/parrot/BOOTSTRAP.nqp:1669
in block at test.pl:13
) = 260
[pid 19581] write(2, "\n", 1
) = 1
[pid 19581] fsync(1) = -1 EINVAL (Invalid argument)
[pid 19581] fsync(2) = -1 EINVAL (Invalid argument)
[pid 19581] exit_group(1) = ?
[pid 19582] +++ exited with 1 +++
[pid 19581] +++ exited with 1 +++
<... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 19581
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=19581, si_status=1, si_utime=86, si_stime=16} ---
rt_sigreturn() = 19581
read(10, "", 8192) = 0
exit_group(1) = ?
+++ exited with 1 +++
┌─[tadzik@yavin]─[~/src/github.com/tadzik/asteroids] (master)*
└─[%]─> file "/home/tadzik/src/github.com/tadzik/asteroids/sdlwrapper.so"
/home/tadzik/src/github.com/tadzik/asteroids/sdlwrapper.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0x5092b90c6e1b0146ca842b9f586d6e226cd08c63, not stripped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment