Advertisement
jfreak53

sTrace OpenSSL

Nov 20th, 2012
546
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. open("/etc/ld.so.cache", O_RDONLY) = 16
  2. fstat64(16, {st_mode=S_IFREG|0644, st_size=110513, ...}) = 0
  3. mmap2(NULL, 110513, PROT_READ, MAP_PRIVATE, 16, 0) = 0xb5ee4000
  4. close(16) = 0
  5. access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
  6. open("/usr/lib/libssl.so", O_RDONLY) = 16
  7. read(16, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\273\0\0004\0\0\0"..., 512) = 512
  8. fstat64(16, {st_mode=S_IFREG|0644, st_size=294704, ...}) = 0
  9. mmap2(NULL, 297592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 16, 0) = 0x272c000
  10. mprotect(0x2770000, 4096, PROT_NONE) = 0
  11. mmap2(0x2771000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 16, 0x44) = 0x2771000
  12. close(16) = 0
  13. mprotect(0x2771000, 4096, PROT_READ) = 0
  14. munmap(0xb5ee4000, 110513) = 0
  15. shutdown(15, 2 /* send and receive */) = 0
  16. close(15) = 0
  17. write(1, "[WARNING] Out of OEM specific VK"..., 256[WARNING] Out of OEM specific VK codes, changing to unassigned
  18. [WARNING] Out of unassigned VK codes, assigning $FF
  19. TApplication.HandleException Error creating SSL context.
  20. Stack trace:
  21. $081D05A6
  22. $081D010B
  23. $081CFCFB
  24. $081CFCCE
  25. $081FA81A
  26. $081CFD) = 256
  27. brk(0xa4f0000) = 0xa4f0000
  28. brk(0xa4ef000) = 0xa4ef000
  29. access("/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache.32", F_OK) = -1 ENOENT (No such file or directory)
  30. open("/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache", O_RDONLY|O_LARGEFILE) = 15
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement