Advertisement
Jakeukalane

strace cpcemu

Mar 10th, 2020
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. strace ./cpcemu
  2. execve("./cpcemu", ["./cpcemu"], 0x7ffdaf65ae80 /* 56 vars */) = 0
  3. strace: [ Process PID=3239 runs in 32 bit mode. ]
  4. brk(NULL) = 0x8f5c000
  5. arch_prctl(0x3001 /* ARCH_??? */, 0xffc38488) = -1 EINVAL (Argumento inválido)
  6. access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No existe el fichero o el directorio)
  7. openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
  8. fstat64(3, {st_mode=S_IFREG|0644, st_size=289463, ...}) = 0
  9. mmap2(NULL, 289463, PROT_READ, MAP_PRIVATE, 3, 0) = 0xf7e96000
  10. close(3) = 0
  11. openat(AT_FDCWD, "/usr/lib32/tls/i686/sse2/libSDL-1.2.so.0", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = -1 ENOENT (No existe el fichero o el directorio)
  12. stat64("/usr/lib32/tls/i686/sse2", 0xffc37940) = -1 ENOENT (No existe el fichero o el directorio)
  13. openat(AT_FDCWD, "/usr/lib32/tls/i686/libSDL-1.2.so.0", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = -1 ENOENT (No existe el fichero o el directorio)
  14. stat64("/usr/lib32/tls/i686", 0xffc37940) = -1 ENOENT (No existe el fichero o el directorio)
  15. openat(AT_FDCWD, "/usr/lib32/tls/sse2/libSDL-1.2.so.0", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = -1 ENOENT (No existe el fichero o el directorio)
  16. stat64("/usr/lib32/tls/sse2", 0xffc37940) = -1 ENOENT (No existe el fichero o el directorio)
  17. openat(AT_FDCWD, "/usr/lib32/tls/libSDL-1.2.so.0", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = -1 ENOENT (No existe el fichero o el directorio)
  18. stat64("/usr/lib32/tls", 0xffc37940) = -1 ENOENT (No existe el fichero o el directorio)
  19. openat(AT_FDCWD, "/usr/lib32/i686/sse2/libSDL-1.2.so.0", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = -1 ENOENT (No existe el fichero o el directorio)
  20. stat64("/usr/lib32/i686/sse2", 0xffc37940) = -1 ENOENT (No existe el fichero o el directorio)
  21. openat(AT_FDCWD, "/usr/lib32/i686/libSDL-1.2.so.0", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = -1 ENOENT (No existe el fichero o el directorio)
  22. stat64("/usr/lib32/i686", 0xffc37940) = -1 ENOENT (No existe el fichero o el directorio)
  23. openat(AT_FDCWD, "/usr/lib32/sse2/libSDL-1.2.so.0", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = -1 ENOENT (No existe el fichero o el directorio)
  24. stat64("/usr/lib32/sse2", 0xffc37940) = -1 ENOENT (No existe el fichero o el directorio)
  25. openat(AT_FDCWD, "/usr/lib32/libSDL-1.2.so.0", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = -1 ENOENT (No existe el fichero o el directorio)
  26. stat64("/usr/lib32", {st_mode=S_IFDIR|0755, st_size=45056, ...}) = 0
  27. writev(2, [{iov_base="./cpcemu", iov_len=8}, {iov_base=": ", iov_len=2}, {iov_base="error while loading shared libra"..., iov_len=36}, {iov_base=": ", iov_len=2}, {iov_base="libSDL-1.2.so.0", iov_len=15}, {iov_base=": ", iov_len=2}, {iov_base="cannot open shared object file", iov_len=30}, {iov_base=": ", iov_len=2}, {iov_base="No such file or directory", iov_len=25}, {iov_base="\n", iov_len=1}], 10./cpcemu: error while loading shared libraries: libSDL-1.2.so.0: cannot open shared object file: No such file or directory
  28. ) = 123
  29. exit_group(127) = ?
  30. +++ exited with 127 +++
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement