Advertisement
GeeckoDev

UE4 Mobile Game intel

Jul 30th, 2014
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. $ valgrind ./Mobile
  2. ==865== Memcheck, a memory error detector
  3. ==865== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
  4. ==865== Using Valgrind-3.9.0 and LibVEX; rerun with -h for copyright info
  5. ==865== Command: ./Mobile
  6. ==865==
  7. Using binned.
  8. 4.3.0-0+UE4 7038 3077 379 0
  9. ==865== Syscall param ioctl(generic) points to uninitialised byte(s)
  10. ==865== at 0x5FBEE47: ioctl (in /usr/lib/libc-2.19.so)
  11. ==865== by 0xD5EE9D7: drmIoctl (in /usr/lib/libdrm.so.2.4.0)
  12. ==865== by 0xD5F169B: drmPrimeHandleToFD (in /usr/lib/libdrm.so.2.4.0)
  13. ==865== by 0xDF1140A: drm_intel_bo_gem_export_to_prime (in /usr/lib/libdrm_intel.so.1.0.0)
  14. ==865== by 0xDAB9377: ??? (in /usr/lib/xorg/modules/dri/i965_dri.so)
  15. ==865== by 0xBF17079: ??? (in /usr/lib/mesa/libGL.so.1.2.0)
  16. ==865== by 0xBF17D91: ??? (in /usr/lib/mesa/libGL.so.1.2.0)
  17. ==865== by 0xDAD7046: ??? (in /usr/lib/xorg/modules/dri/i965_dri.so)
  18. ==865== by 0xDAD7374: ??? (in /usr/lib/xorg/modules/dri/i965_dri.so)
  19. ==865== by 0xDAD74C7: ??? (in /usr/lib/xorg/modules/dri/i965_dri.so)
  20. ==865== by 0xDA782F5: ??? (in /usr/lib/xorg/modules/dri/i965_dri.so)
  21. ==865== by 0xBF16529: ??? (in /usr/lib/mesa/libGL.so.1.2.0)
  22. ==865== Address 0xffefff878 is on thread 1's stack
  23. ==865==
  24. ==865==
  25. ==865== HEAP SUMMARY:
  26. ==865== in use at exit: 27,172,913 bytes in 4,494 blocks
  27. ==865== total heap usage: 30,081 allocs, 25,587 frees, 206,680,828 bytes allocated
  28. ==865==
  29. ==865== LEAK SUMMARY:
  30. ==865== definitely lost: 46,160 bytes in 16 blocks
  31. ==865== indirectly lost: 1,132 bytes in 6 blocks
  32. ==865== possibly lost: 17,653,961 bytes in 2,874 blocks
  33. ==865== still reachable: 9,471,660 bytes in 1,598 blocks
  34. ==865== suppressed: 0 bytes in 0 blocks
  35. ==865== Rerun with --leak-check=full to see details of leaked memory
  36. ==865==
  37. ==865== For counts of detected and suppressed errors, rerun with: -v
  38. ==865== Use --track-origins=yes to see where uninitialised values come from
  39. ==865== ERROR SUMMARY: 3 errors from 1 contexts (suppressed: 6 from 2)
  40. Killed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement