Advertisement
Guest User

Untitled

a guest
Nov 6th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.30 KB | None | 0 0
  1. ==16193== Memcheck, a memory error detector
  2. ==16193== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.
  3. ==16193== Using Valgrind-3.6.1 and LibVEX; rerun with -h for copyright info
  4. ==16193== Command: ./vnc2mpg -b 200000 -o out.avi 192.168.64.213:5900
  5. ==16193==
  6. 06/11/2012 17:38:36 VNC server supports protocol version 3.3 (viewer 3.8)
  7. 06/11/2012 17:38:36 Selected Security Scheme 1
  8. 06/11/2012 17:38:36 No authentication needed
  9. 06/11/2012 17:38:36 Desktop name "Qt for Embedded Linux VNC Server"
  10. 06/11/2012 17:38:36 Connected to VNC server, using protocol version 3.3
  11. 06/11/2012 17:38:36 VNC server default format:
  12. 06/11/2012 17:38:36 24 bits per pixel.
  13. 06/11/2012 17:38:36 Least significant byte first in each pixel.
  14. 06/11/2012 17:38:36 TRUE colour: max red 255 green 255 blue 255, shift red 16 green 8 blue 0
  15. ==16193== Syscall param write(buf) points to uninitialised byte(s)
  16. ==16193== at 0x6A08C40: __write_nocancel (syscall-template.S:82)
  17. ==16193== by 0x54CB1E2: WriteToRFBServer (in /usr/lib/libvncclient.so.0.0.0)
  18. ==16193== by 0x54C144F: SetFormatAndEncodings (in /usr/lib/libvncclient.so.0.0.0)
  19. ==16193== by 0x54CC167: rfbInitClient (in /usr/lib/libvncclient.so.0.0.0)
  20. ==16193== by 0x402698: main (in /home/tuxx/vnc2mpg)
  21. ==16193== Address 0x7ff0001a1 is on thread 1's stack
  22. ==16193==
  23. ==16193== Syscall param write(buf) points to uninitialised byte(s)
  24. ==16193== at 0x6A08C40: __write_nocancel (syscall-template.S:82)
  25. ==16193== by 0x54CB1E2: WriteToRFBServer (in /usr/lib/libvncclient.so.0.0.0)
  26. ==16193== by 0x54C18ED: SetFormatAndEncodings (in /usr/lib/libvncclient.so.0.0.0)
  27. ==16193== by 0x54CC167: rfbInitClient (in /usr/lib/libvncclient.so.0.0.0)
  28. ==16193== by 0x402698: main (in /home/tuxx/vnc2mpg)
  29. ==16193== Address 0x7ff0001c1 is on thread 1's stack
  30. ==16193==
  31. Output #0, avi, to 'out.avi':
  32. Stream #0.0: Video: flashsv, bgr24, 1024x768, q=2-31, 200 kb/s, 90k tbn, 16 tbc
  33. ==16193== Thread 3:
  34. ==16193== Invalid read of size 2
  35. ==16193== at 0x5267EB0: ??? (in /usr/lib/libswscale.so.0.11.0)
  36. ==16193== by 0x5290565: ??? (in /usr/lib/libswscale.so.0.11.0)
  37. ==16193== by 0x52A23B7: sws_scale (in /usr/lib/libswscale.so.0.11.0)
  38. ==16193== by 0x401B57: write_video_frame (in /home/tuxx/vnc2mpg)
  39. ==16193== by 0x402144: encode_loop (in /home/tuxx/vnc2mpg)
  40. ==16193== by 0x6A00D8B: start_thread (pthread_create.c:304)
  41. ==16193== by 0x6F1BFDC: clone (clone.S:112)
  42. ==16193== Address 0xd2ae080 is 0 bytes after a block of size 1,572,864 alloc'd
  43. ==16193== at 0x4C28FAC: malloc (vg_replace_malloc.c:236)
  44. ==16193== by 0x401874: alloc_picture (in /home/tuxx/vnc2mpg)
  45. ==16193== by 0x401A21: open_video (in /home/tuxx/vnc2mpg)
  46. ==16193== by 0x401E29: movie_open (in /home/tuxx/vnc2mpg)
  47. ==16193== by 0x401FB5: resize (in /home/tuxx/vnc2mpg)
  48. ==16193== by 0x54CC18C: rfbInitClient (in /usr/lib/libvncclient.so.0.0.0)
  49. ==16193== by 0x402698: main (in /home/tuxx/vnc2mpg)
  50. ==16193==
  51. ==16193== Invalid write of size 1
  52. ==16193== at 0x5267EBE: ??? (in /usr/lib/libswscale.so.0.11.0)
  53. ==16193== by 0x5290565: ??? (in /usr/lib/libswscale.so.0.11.0)
  54. ==16193== by 0x52A23B7: sws_scale (in /usr/lib/libswscale.so.0.11.0)
  55. ==16193== by 0x401B57: write_video_frame (in /home/tuxx/vnc2mpg)
  56. ==16193== by 0x402144: encode_loop (in /home/tuxx/vnc2mpg)
  57. ==16193== by 0x6A00D8B: start_thread (pthread_create.c:304)
  58. ==16193== by 0x6F1BFDC: clone (clone.S:112)
  59. ==16193== Address 0xd12e040 is 0 bytes after a block of size 2,359,296 alloc'd
  60. ==16193== at 0x4C28FAC: malloc (vg_replace_malloc.c:236)
  61. ==16193== by 0x401874: alloc_picture (in /home/tuxx/vnc2mpg)
  62. ==16193== by 0x4019B5: open_video (in /home/tuxx/vnc2mpg)
  63. ==16193== by 0x401E29: movie_open (in /home/tuxx/vnc2mpg)
  64. ==16193== by 0x401FB5: resize (in /home/tuxx/vnc2mpg)
  65. ==16193== by 0x54CC18C: rfbInitClient (in /usr/lib/libvncclient.so.0.0.0)
  66. ==16193== by 0x402698: main (in /home/tuxx/vnc2mpg)
  67. ==16193==
  68. ==16193== Invalid write of size 1
  69. ==16193== at 0x5267ED3: ??? (in /usr/lib/libswscale.so.0.11.0)
  70. ==16193== by 0x5290565: ??? (in /usr/lib/libswscale.so.0.11.0)
  71. ==16193== by 0x52A23B7: sws_scale (in /usr/lib/libswscale.so.0.11.0)
  72. ==16193== by 0x401B57: write_video_frame (in /home/tuxx/vnc2mpg)
  73. ==16193== by 0x402144: encode_loop (in /home/tuxx/vnc2mpg)
  74. ==16193== by 0x6A00D8B: start_thread (pthread_create.c:304)
  75. ==16193== by 0x6F1BFDC: clone (clone.S:112)
  76. ==16193== Address 0xd12e042 is 2 bytes after a block of size 2,359,296 alloc'd
  77. ==16193== at 0x4C28FAC: malloc (vg_replace_malloc.c:236)
  78. ==16193== by 0x401874: alloc_picture (in /home/tuxx/vnc2mpg)
  79. ==16193== by 0x4019B5: open_video (in /home/tuxx/vnc2mpg)
  80. ==16193== by 0x401E29: movie_open (in /home/tuxx/vnc2mpg)
  81. ==16193== by 0x401FB5: resize (in /home/tuxx/vnc2mpg)
  82. ==16193== by 0x54CC18C: rfbInitClient (in /usr/lib/libvncclient.so.0.0.0)
  83. ==16193== by 0x402698: main (in /home/tuxx/vnc2mpg)
  84. ==16193==
  85. ==16193== Invalid write of size 1
  86. ==16193== at 0x5267ED6: ??? (in /usr/lib/libswscale.so.0.11.0)
  87. ==16193== by 0x5290565: ??? (in /usr/lib/libswscale.so.0.11.0)
  88. ==16193== by 0x52A23B7: sws_scale (in /usr/lib/libswscale.so.0.11.0)
  89. ==16193== by 0x401B57: write_video_frame (in /home/tuxx/vnc2mpg)
  90. ==16193== by 0x402144: encode_loop (in /home/tuxx/vnc2mpg)
  91. ==16193== by 0x6A00D8B: start_thread (pthread_create.c:304)
  92. ==16193== by 0x6F1BFDC: clone (clone.S:112)
  93. ==16193== Address 0xd12e041 is 1 bytes after a block of size 2,359,296 alloc'd
  94. ==16193== at 0x4C28FAC: malloc (vg_replace_malloc.c:236)
  95. ==16193== by 0x401874: alloc_picture (in /home/tuxx/vnc2mpg)
  96. ==16193== by 0x4019B5: open_video (in /home/tuxx/vnc2mpg)
  97. ==16193== by 0x401E29: movie_open (in /home/tuxx/vnc2mpg)
  98. ==16193== by 0x401FB5: resize (in /home/tuxx/vnc2mpg)
  99. ==16193== by 0x54CC18C: rfbInitClient (in /usr/lib/libvncclient.so.0.0.0)
  100. ==16193== by 0x402698: main (in /home/tuxx/vnc2mpg)
  101. ==16193==
  102. ==16193==
  103. ==16193== Process terminating with default action of signal 11 (SIGSEGV)
  104. ==16193== Bad permissions for mapped region at address 0xD2EE000
  105. ==16193== at 0x5267EB0: ??? (in /usr/lib/libswscale.so.0.11.0)
  106. ==16193== by 0x5290565: ??? (in /usr/lib/libswscale.so.0.11.0)
  107. ==16193== by 0x52A23B7: sws_scale (in /usr/lib/libswscale.so.0.11.0)
  108. ==16193== by 0x401B57: write_video_frame (in /home/tuxx/vnc2mpg)
  109. ==16193== by 0x402144: encode_loop (in /home/tuxx/vnc2mpg)
  110. ==16193== by 0x6A00D8B: start_thread (pthread_create.c:304)
  111. ==16193== by 0x6F1BFDC: clone (clone.S:112)
  112. ==16193==
  113. ==16193== HEAP SUMMARY:
  114. ==16193== in use at exit: 31,989,715 bytes in 166 blocks
  115. ==16193== total heap usage: 191 allocs, 25 frees, 31,992,146 bytes allocated
  116. ==16193==
  117. ==16193== LEAK SUMMARY:
  118. ==16193== definitely lost: 0 bytes in 0 blocks
  119. ==16193== indirectly lost: 0 bytes in 0 blocks
  120. ==16193== possibly lost: 605 bytes in 3 blocks
  121. ==16193== still reachable: 31,989,110 bytes in 163 blocks
  122. ==16193== suppressed: 0 bytes in 0 blocks
  123. ==16193== Rerun with --leak-check=full to see details of leaked memory
  124. ==16193==
  125. ==16193== For counts of detected and suppressed errors, rerun with: -v
  126. ==16193== Use --track-origins=yes to see where uninitialised values come from
  127. ==16193== ERROR SUMMARY: 130392 errors from 6 contexts (suppressed: 4 from 4)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement