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