Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 16th, 2010 | Syntax: None | Size: 1.67 KB | Hits: 40 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. ==24177==
  2. ==24177== Thread 2:
  3. ==24177== Use of uninitialised value of size 4
  4. ==24177==    at 0x45C8A17: ServerMain (vcannounce.c:56)
  5. ==24177==    by 0x45D650E: start_thread (in /lib/tls/i686/cmov/libpthread-2.8.90.so)
  6. ==24177==    by 0x411EA0D: clone (in /lib/tls/i686/cmov/libc-2.8.90.so)
  7. ==24177==
  8. ==24177== Invalid read of size 4
  9. ==24177==    at 0x45C8A17: ServerMain (vcannounce.c:56)
  10. ==24177==    by 0x45D650E: start_thread (in /lib/tls/i686/cmov/libpthread-2.8.90.so)
  11. ==24177==    by 0x411EA0D: clone (in /lib/tls/i686/cmov/libc-2.8.90.so)
  12. ==24177==  Address 0x1608c is not stack'd, malloc'd or (recently) free'd
  13. ==24177==
  14. ==24177== Process terminating with default action of signal 11 (SIGSEGV)
  15. ==24177==  Access not within mapped region at address 0x1608C
  16. ==24177==    at 0x45C8A17: ServerMain (vcannounce.c:56)
  17. ==24177==    by 0x45D650E: start_thread (in /lib/tls/i686/cmov/libpthread-2.8.90.so)
  18. ==24177==    by 0x411EA0D: clone (in /lib/tls/i686/cmov/libc-2.8.90.so)
  19. ==24177==
  20. ==24177== ERROR SUMMARY: 28 errors from 25 contexts (suppressed: 98 from 3)
  21. ==24177== malloc/free: in use at exit: 7,588 bytes in 129 blocks.
  22. ==24177== malloc/free: 261 allocs, 132 frees, 19,812 bytes allocated.
  23. ==24177== For counts of detected errors, rerun with: -v
  24. ==24177== searching for pointers to 129 not-freed blocks.
  25. ==24177== checked 8,491,112 bytes.
  26. ==24177==
  27. ==24177== LEAK SUMMARY:
  28. ==24177==    definitely lost: 706 bytes in 6 blocks.
  29. ==24177==      possibly lost: 136 bytes in 1 blocks.
  30. ==24177==    still reachable: 6,746 bytes in 122 blocks.
  31. ==24177==         suppressed: 0 bytes in 0 blocks.
  32. ==24177== Rerun with --leak-check=full to see details of leaked memory.
  33. Killed