Guest User

Shehzad

a guest
Apr 9th, 2009
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 5.43 KB | None | 0 0
  1. ==3290==
  2. ==3290== ERROR SUMMARY: 17440 errors from 255 contexts (suppressed: 0 from 0)
  3. ==3290== malloc/free: in use at exit: 69,611 bytes in 142 blocks.
  4. ==3290== malloc/free: 2,260 allocs, 2,118 frees, 371,047 bytes allocated.
  5. ==3290== For counts of detected errors, rerun with: -v
  6. ==3290== searching for pointers to 142 not-freed blocks.
  7. ==3290== checked 280,352 bytes.
  8. ==3290==
  9. ==3290==
  10. ==3290== 32 bytes in 1 blocks are indirectly lost in loss record 1 of 6
  11. ==3290==    at 0x4004BA2: calloc (vg_replace_malloc.c:397)
  12. ==3290==    by 0x29EFFF5: kssl_ctx_new (in /lib/libssl.so.0.9.8b)
  13. ==3290==    by 0x29E6253: SSL_new (in /lib/libssl.so.0.9.8b)
  14. ==3290==    by 0x415A965: hssl_client_ssl (nanohttp-ssl.c:414)
  15. ==3290==    by 0x4154377: hsocket_open (nanohttp-socket.c:228)
  16. ==3290==    by 0x4154A17: httpc_talk_to_server (nanohttp-client.c:379)
  17. ==3290==    by 0x4154C08: httpc_post_begin (nanohttp-client.c:455)
  18. ==3290==    by 0x4149F2C: soap_client_invoke (soap-client.c:130)
  19. ==3290==    by 0x80494B1: ??? (main_soaptest.c:400)
  20. ==3290==    by 0x804AD84: ??? (main_soaptest.c:1235)
  21. ==3290==    by 0x804B48D: main (main_soaptest.c:1516)
  22. ==3290==
  23. ==3290==
  24. ==3290== 64 bytes in 2 blocks are indirectly lost in loss record 2 of 6
  25. ==3290==    at 0x4006C0C: realloc (vg_replace_malloc.c:429)
  26. ==3290==    by 0x28AE7D4: (within /lib/libcrypto.so.0.9.8b)
  27. ==3290==    by 0x28AEF06: CRYPTO_realloc (in /lib/libcrypto.so.0.9.8b)
  28. ==3290==    by 0x2909517: sk_insert (in /lib/libcrypto.so.0.9.8b)
  29. ==3290==    by 0x29095A9: sk_push (in /lib/libcrypto.so.0.9.8b)
  30. ==3290==    by 0x29EA4DB: ssl_create_cipher_list (in /lib/libssl.so.0.9.8b)
  31. ==3290==    by 0x29E5FAF: SSL_CTX_new (in /lib/libssl.so.0.9.8b)
  32. ==3290==    by 0x415A940: hssl_client_ssl (nanohttp-ssl.c:412)
  33. ==3290==    by 0x4154377: hsocket_open (nanohttp-socket.c:228)
  34. ==3290==    by 0x4154A17: httpc_talk_to_server (nanohttp-client.c:379)
  35. ==3290==    by 0x4154C08: httpc_post_begin (nanohttp-client.c:455)
  36. ==3290==    by 0x4149F2C: soap_client_invoke (soap-client.c:130)
  37. ==3290==    by 0x80494B1: ??? (main_soaptest.c:400)
  38. ==3290==    by 0x804AD84: ??? (main_soaptest.c:1235)
  39. ==3290==    by 0x804B48D: main (main_soaptest.c:1516)
  40. ==3290==
  41. ==3290==
  42. ==3290== 128 bytes in 1 blocks are still reachable in loss record 3 of 6
  43. ==3290==    at 0x4006C0C: realloc (vg_replace_malloc.c:429)
  44. ==3290==    by 0x28AE7D4: (within /lib/libcrypto.so.0.9.8b)
  45. ==3290==    by 0x28AEF06: CRYPTO_realloc (in /lib/libcrypto.so.0.9.8b)
  46. ==3290==    by 0x2909C06: lh_insert (in /lib/libcrypto.so.0.9.8b)
  47. ==3290==    by 0x28B1E47: OBJ_NAME_add (in /lib/libcrypto.so.0.9.8b)
  48. ==3290==    by 0x291190C: EVP_add_digest (in /lib/libcrypto.so.0.9.8b)
  49. ==3290==    by 0x29EF2A1: SSL_library_init (in /lib/libssl.so.0.9.8b)
  50. ==3290==    by 0x804B446: main (main_soaptest.c:1506)
  51. ==3290==
  52. ==3290==
  53. ==3290== 2,408 bytes in 117 blocks are still reachable in loss record 4 of 6
  54. ==3290==    at 0x4006AEE: malloc (vg_replace_malloc.c:207)
  55. ==3290==    by 0x28AE79D: (within /lib/libcrypto.so.0.9.8b)
  56. ==3290==    by 0x28AEE1E: CRYPTO_malloc (in /lib/libcrypto.so.0.9.8b)
  57. ==3290==    by 0x2909CF7: lh_new (in /lib/libcrypto.so.0.9.8b)
  58. ==3290==    by 0x28B1DAA: OBJ_NAME_init (in /lib/libcrypto.so.0.9.8b)
  59. ==3290==    by 0x28B1E84: OBJ_NAME_add (in /lib/libcrypto.so.0.9.8b)
  60. ==3290==    by 0x29119C7: EVP_add_cipher (in /lib/libcrypto.so.0.9.8b)
  61. ==3290==    by 0x29EF1A5: SSL_library_init (in /lib/libssl.so.0.9.8b)
  62. ==3290==    by 0x804B446: main (main_soaptest.c:1506)
  63. ==3290==
  64. ==3290==
  65. ==3290== 66,711 bytes in 20 blocks are indirectly lost in loss record 5 of 6
  66. ==3290==    at 0x4006AEE: malloc (vg_replace_malloc.c:207)
  67. ==3290==    by 0x28AE79D: (within /lib/libcrypto.so.0.9.8b)
  68. ==3290==    by 0x28AEE1E: CRYPTO_malloc (in /lib/libcrypto.so.0.9.8b)
  69. ==3290==    by 0x29E5E3C: SSL_CTX_new (in /lib/libssl.so.0.9.8b)
  70. ==3290==    by 0x415A940: hssl_client_ssl (nanohttp-ssl.c:412)
  71. ==3290==    by 0x4154377: hsocket_open (nanohttp-socket.c:228)
  72. ==3290==    by 0x4154A17: httpc_talk_to_server (nanohttp-client.c:379)
  73. ==3290==    by 0x4154C08: httpc_post_begin (nanohttp-client.c:455)
  74. ==3290==    by 0x4149F2C: soap_client_invoke (soap-client.c:130)
  75. ==3290==    by 0x80494B1: ??? (main_soaptest.c:400)
  76. ==3290==    by 0x804AD84: ??? (main_soaptest.c:1235)
  77. ==3290==    by 0x804B48D: main (main_soaptest.c:1516)
  78. ==3290==
  79. ==3290==
  80. ==3290== 67,075 (268 direct, 66,807 indirect) bytes in 1 blocks are definitely lost in loss record 6 of 6
  81. ==3290==    at 0x4006AEE: malloc (vg_replace_malloc.c:207)
  82. ==3290==    by 0x28AE79D: (within /lib/libcrypto.so.0.9.8b)
  83. ==3290==    by 0x28AEE1E: CRYPTO_malloc (in /lib/libcrypto.so.0.9.8b)
  84. ==3290==    by 0x29E6229: SSL_new (in /lib/libssl.so.0.9.8b)
  85. ==3290==    by 0x415A965: hssl_client_ssl (nanohttp-ssl.c:414)
  86. ==3290==    by 0x4154377: hsocket_open (nanohttp-socket.c:228)
  87. ==3290==    by 0x4154A17: httpc_talk_to_server (nanohttp-client.c:379)
  88. ==3290==    by 0x4154C08: httpc_post_begin (nanohttp-client.c:455)
  89. ==3290==    by 0x4149F2C: soap_client_invoke (soap-client.c:130)
  90. ==3290==    by 0x80494B1: ??? (main_soaptest.c:400)
  91. ==3290==    by 0x804AD84: ??? (main_soaptest.c:1235)
  92. ==3290==    by 0x804B48D: main (main_soaptest.c:1516)
  93. ==3290==
  94. ==3290== LEAK SUMMARY:
  95. ==3290==    definitely lost: 268 bytes in 1 blocks.
  96. ==3290==    indirectly lost: 66,807 bytes in 23 blocks.
  97. ==3290==      possibly lost: 0 bytes in 0 blocks.
  98. ==3290==    still reachable: 2,536 bytes in 118 blocks.
  99. ==3290==         suppressed: 0 bytes in 0 blocks.
  100.  
Advertisement
Add Comment
Please, Sign In to add comment