nsathish

Untitled

Apr 19th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.80 KB | None | 0 0
  1. labuser@labuser-Lenovo-Z51-70:~/ICE/bluez$ sudo valgrind --leak-check=full ./obexd/src/obexd -d
  2. ==18613== Memcheck, a memory error detector
  3. ==18613== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
  4. ==18613== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info
  5. ==18613== Command: ./obexd/src/obexd -d
  6. ==18613==
  7. --18613-- WARNING: Serious error when reading debug info
  8. --18613-- When reading debug info from /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2:
  9. --18613-- Ignoring non-Dwarf2/3/4 block in .debug_info
  10. --18613-- WARNING: Serious error when reading debug info
  11. --18613-- When reading debug info from /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2:
  12. --18613-- Last block truncated in .debug_info; ignoring
  13. --18613-- WARNING: Serious error when reading debug info
  14. --18613-- When reading debug info from /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2:
  15. --18613-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4
  16. ==18614== Warning: invalid file descriptor 1024 in syscall close()
  17. ==18614== Warning: invalid file descriptor 1025 in syscall close()
  18. ==18614== Warning: invalid file descriptor 1026 in syscall close()
  19. ==18614== Warning: invalid file descriptor 1027 in syscall close()
  20. ==18614== Use --log-fd=<number> to select an alternative log fd.
  21. ==18614== Warning: invalid file descriptor 1028 in syscall close()
  22. ==18614== Warning: invalid file descriptor 1029 in syscall close()
  23.  
  24.  
  25.  
  26.  
  27.  
  28. ==18613== Invalid read of size 4
  29. ==18613== at 0x4E43010: uStrLen (in /usr/lib/x86_64-linux-gnu/libicalvcal.so.1.0.1)
  30. ==18613== by 0x4E43088: fakeCString (in /usr/lib/x86_64-linux-gnu/libicalvcal.so.1.0.1)
  31. ==18613== by 0x42A3E7: entry_notify (phonebook-dummy.c:308)
  32. ==18613== by 0x429DAD: foreach_vcard (phonebook-dummy.c:181)
  33. ==18613== by 0x429F58: create_cache (phonebook-dummy.c:325)
  34. ==18613== by 0x5502049: g_main_context_dispatch (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2)
  35. ==18613== by 0x55023EF: g_main_context_iterate.isra.29 (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2)
  36. ==18613== by 0x5502711: g_main_loop_run (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2)
  37. ==18613== by 0x40E822: main (main.c:322)
  38. ==18613== Address 0x0 is not stack'd, malloc'd or (recently) free'd
  39. ==18613==
  40. ==18613==
  41. ==18613== Process terminating with default action of signal 11 (SIGSEGV)
  42. ==18613== Access not within mapped region at address 0x0
  43. ==18613== at 0x4E43010: uStrLen (in /usr/lib/x86_64-linux-gnu/libicalvcal.so.1.0.1)
  44. ==18613== by 0x4E43088: fakeCString (in /usr/lib/x86_64-linux-gnu/libicalvcal.so.1.0.1)
  45. ==18613== by 0x42A3E7: entry_notify (phonebook-dummy.c:308)
  46. ==18613== by 0x429DAD: foreach_vcard (phonebook-dummy.c:181)
  47. ==18613== by 0x429F58: create_cache (phonebook-dummy.c:325)
  48. ==18613== by 0x5502049: g_main_context_dispatch (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2)
  49. ==18613== by 0x55023EF: g_main_context_iterate.isra.29 (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2)
  50. ==18613== by 0x5502711: g_main_loop_run (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2)
  51. ==18613== by 0x40E822: main (main.c:322)
  52. ==18613== If you believe this happened as a result of a stack
  53. ==18613== overflow in your program's main thread (unlikely but
  54. ==18613== possible), you can try to increase the size of the
  55. ==18613== main thread stack using the --main-stacksize= flag.
  56. ==18613== The main thread stack size used in this run was 8388608.
  57. ==18613==
  58. ==18613== HEAP SUMMARY:
  59. ==18613== in use at exit: 200,761 bytes in 1,783 blocks
  60. ==18613== total heap usage: 3,634 allocs, 1,851 frees, 1,239,904 bytes allocated
  61. ==18613==
  62. ==18613== 34 bytes in 4 blocks are definitely lost in loss record 182 of 377
  63. ==18613== at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  64. ==18613== by 0x4E43093: fakeCString (in /usr/lib/x86_64-linux-gnu/libicalvcal.so.1.0.1)
  65. ==18613== by 0x42A264: entry_notify (phonebook-dummy.c:287)
  66. ==18613== by 0x429DAD: foreach_vcard (phonebook-dummy.c:181)
  67. ==18613== by 0x429F58: create_cache (phonebook-dummy.c:325)
  68. ==18613== by 0x5502049: g_main_context_dispatch (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2)
  69. ==18613== by 0x55023EF: g_main_context_iterate.isra.29 (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2)
  70. ==18613== by 0x5502711: g_main_loop_run (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2)
  71. ==18613== by 0x40E822: main (main.c:322)
  72. ==18613==
  73. ==18613== 40 (24 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record 212 of 377
  74. ==18613== at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  75. ==18613== by 0x5507718: g_malloc (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2)
  76. ==18613== by 0x551E922: g_slice_alloc (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2)
  77. ==18613== by 0x5522C82: g_string_sized_new (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2)
  78. ==18613== by 0x42A1C6: entry_notify (phonebook-dummy.c:278)
  79. ==18613== by 0x429DAD: foreach_vcard (phonebook-dummy.c:181)
  80. ==18613== by 0x429F58: create_cache (phonebook-dummy.c:325)
  81. ==18613== by 0x5502049: g_main_context_dispatch (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2)
  82. ==18613== by 0x55023EF: g_main_context_iterate.isra.29 (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2)
  83. ==18613== by 0x5502711: g_main_loop_run (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2)
  84. ==18613== by 0x40E822: main (main.c:322)
  85. ==18613==
  86. ==18613== 42 bytes in 4 blocks are definitely lost in loss record 215 of 377
  87. ==18613== at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  88. ==18613== by 0x4E43093: fakeCString (in /usr/lib/x86_64-linux-gnu/libicalvcal.so.1.0.1)
  89. ==18613== by 0x42A20D: entry_notify (phonebook-dummy.c:282)
  90. ==18613== by 0x429DAD: foreach_vcard (phonebook-dummy.c:181)
  91. ==18613== by 0x429F58: create_cache (phonebook-dummy.c:325)
  92. ==18613== by 0x5502049: g_main_context_dispatch (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2)
  93. ==18613== by 0x55023EF: g_main_context_iterate.isra.29 (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2)
  94. ==18613== by 0x5502711: g_main_loop_run (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2)
  95. ==18613== by 0x40E822: main (main.c:322)
  96. ==18613==
  97. ==18613== 51 bytes in 4 blocks are definitely lost in loss record 230 of 377
  98. ==18613== at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  99. ==18613== by 0x4E43093: fakeCString (in /usr/lib/x86_64-linux-gnu/libicalvcal.so.1.0.1)
  100. ==18613== by 0x42A3E7: entry_notify (phonebook-dummy.c:308)
  101. ==18613== by 0x429DAD: foreach_vcard (phonebook-dummy.c:181)
  102. ==18613== by 0x429F58: create_cache (phonebook-dummy.c:325)
  103. ==18613== by 0x5502049: g_main_context_dispatch (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2)
  104. ==18613== by 0x55023EF: g_main_context_iterate.isra.29 (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2)
  105. ==18613== by 0x5502711: g_main_loop_run (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2)
  106. ==18613== by 0x40E822: main (main.c:322)
  107. ==18613==
  108. ==18613== 17,552 (160 direct, 17,392 indirect) bytes in 4 blocks are definitely lost in loss record 375 of 377
  109. ==18613== at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  110. ==18613== by 0x4E423DD: newVObject_ (in /usr/lib/x86_64-linux-gnu/libicalvcal.so.1.0.1)
  111. ==18613== by 0x4E425CB: addProp_ (in /usr/lib/x86_64-linux-gnu/libicalvcal.so.1.0.1)
  112. ==18613== by 0x4E44752: ??? (in /usr/lib/x86_64-linux-gnu/libicalvcal.so.1.0.1)
  113. ==18613== by 0x4E46234: mime_parse (in /usr/lib/x86_64-linux-gnu/libicalvcal.so.1.0.1)
  114. ==18613== by 0x4E468A2: ??? (in /usr/lib/x86_64-linux-gnu/libicalvcal.so.1.0.1)
  115. ==18613== by 0x4E46917: Parse_MIME_FromFile (in /usr/lib/x86_64-linux-gnu/libicalvcal.so.1.0.1)
  116. ==18613== by 0x429D7D: foreach_vcard (phonebook-dummy.c:179)
  117. ==18613== by 0x429F58: create_cache (phonebook-dummy.c:325)
  118. ==18613== by 0x5502049: g_main_context_dispatch (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2)
  119. ==18613== by 0x55023EF: g_main_context_iterate.isra.29 (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2)
  120. ==18613== by 0x5502711: g_main_loop_run (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2)
  121. ==18613==
  122. ==18613== LEAK SUMMARY:
  123. ==18613== definitely lost: 311 bytes in 17 blocks
  124. ==18613== indirectly lost: 17,408 bytes in 76 blocks
  125. ==18613== possibly lost: 0 bytes in 0 blocks
  126. ==18613== still reachable: 183,042 bytes in 1,690 blocks
  127. ==18613== suppressed: 0 bytes in 0 blocks
  128. ==18613== Reachable blocks (those to which a pointer was found) are not shown.
  129. ==18613== To see them, rerun with: --leak-check=full --show-leak-kinds=all
  130. ==18613==
  131. ==18613== For counts of detected and suppressed errors, rerun with: -v
  132. ==18613== ERROR SUMMARY: 6 errors from 6 contexts (suppressed: 0 from 0)
  133. Segmentation fault (core dumped)
Add Comment
Please, Sign In to add comment