nsathish

Untitled

Apr 19th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. ==18528== Memcheck, a memory error detector
  2. ==18528== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
  3. ==18528== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info
  4. ==18528== Command: ./obexd/src/obexd -d
  5. ==18528==
  6. --18528-- WARNING: Serious error when reading debug info
  7. --18528-- When reading debug info from /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2:
  8. --18528-- Ignoring non-Dwarf2/3/4 block in .debug_info
  9. --18528-- WARNING: Serious error when reading debug info
  10. --18528-- When reading debug info from /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2:
  11. --18528-- Last block truncated in .debug_info; ignoring
  12. --18528-- WARNING: Serious error when reading debug info
  13. --18528-- When reading debug info from /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2:
  14. --18528-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4
  15. ==18529== Warning: invalid file descriptor 1024 in syscall close()
  16. ==18529== Warning: invalid file descriptor 1025 in syscall close()
  17. ==18529== Warning: invalid file descriptor 1026 in syscall close()
  18. ==18529== Warning: invalid file descriptor 1027 in syscall close()
  19. ==18529== Use --log-fd=<number> to select an alternative log fd.
  20. ==18529== Warning: invalid file descriptor 1028 in syscall close()
  21. ==18529== Warning: invalid file descriptor 1029 in syscall close()
  22.  
  23.  
  24.  
  25. ==18528== Invalid read of size 4
  26. ==18528== at 0x4E43010: uStrLen (in /usr/lib/x86_64-linux-gnu/libicalvcal.so.1.0.1)
  27. ==18528== by 0x4E43088: fakeCString (in /usr/lib/x86_64-linux-gnu/libicalvcal.so.1.0.1)
  28. ==18528== by 0x42A3E7: entry_notify (phonebook-dummy.c:308)
  29. ==18528== by 0x429DAD: foreach_vcard (phonebook-dummy.c:181)
  30. ==18528== by 0x429F58: create_cache (phonebook-dummy.c:325)
  31. ==18528== by 0x5502049: g_main_context_dispatch (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2)
  32. ==18528== by 0x55023EF: g_main_context_iterate.isra.29 (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2)
  33. ==18528== by 0x5502711: g_main_loop_run (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2)
  34. ==18528== by 0x40E822: main (main.c:322)
  35. ==18528== Address 0x0 is not stack'd, malloc'd or (recently) free'd
  36. ==18528==
  37. ==18528==
  38. ==18528== Process terminating with default action of signal 11 (SIGSEGV)
  39. ==18528== Access not within mapped region at address 0x0
  40. ==18528== at 0x4E43010: uStrLen (in /usr/lib/x86_64-linux-gnu/libicalvcal.so.1.0.1)
  41. ==18528== by 0x4E43088: fakeCString (in /usr/lib/x86_64-linux-gnu/libicalvcal.so.1.0.1)
  42. ==18528== by 0x42A3E7: entry_notify (phonebook-dummy.c:308)
  43. ==18528== by 0x429DAD: foreach_vcard (phonebook-dummy.c:181)
  44. ==18528== by 0x429F58: create_cache (phonebook-dummy.c:325)
  45. ==18528== by 0x5502049: g_main_context_dispatch (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2)
  46. ==18528== by 0x55023EF: g_main_context_iterate.isra.29 (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2)
  47. ==18528== by 0x5502711: g_main_loop_run (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2)
  48. ==18528== by 0x40E822: main (main.c:322)
  49. ==18528== If you believe this happened as a result of a stack
  50. ==18528== overflow in your program's main thread (unlikely but
  51. ==18528== possible), you can try to increase the size of the
  52. ==18528== main thread stack using the --main-stacksize= flag.
  53. ==18528== The main thread stack size used in this run was 8388608.
  54. ==18528==
  55. ==18528== HEAP SUMMARY:
  56. ==18528== in use at exit: 200,761 bytes in 1,783 blocks
  57. ==18528== total heap usage: 3,634 allocs, 1,851 frees, 1,239,904 bytes allocated
  58. ==18528==
  59. ==18528== LEAK SUMMARY:
  60. ==18528== definitely lost: 311 bytes in 17 blocks
  61. ==18528== indirectly lost: 17,408 bytes in 76 blocks
  62. ==18528== possibly lost: 0 bytes in 0 blocks
  63. ==18528== still reachable: 183,042 bytes in 1,690 blocks
  64. ==18528== suppressed: 0 bytes in 0 blocks
  65. ==18528== Rerun with --leak-check=full to see details of leaked memory
  66. ==18528==
  67. ==18528== For counts of detected and suppressed errors, rerun with: -v
  68. ==18528== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
Add Comment
Please, Sign In to add comment