Advertisement
Guest User

Untitled

a guest
Aug 20th, 2014
5
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.81 KB | None | 0 0
  1. valgrind --leak-check=yes tvheadend
  2. ==7432== Memcheck, a memory error detector
  3. ==7432== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
  4. ==7432== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
  5. ==7432== Command: tvheadend
  6. ==7432==
  7. disInstr(arm): unhandled instruction: 0xF26EE1FE
  8. cond=15(0xF) 27:20=38(0x26) 4:4=1 3:0=14(0xE)
  9. ==7432== valgrind: Unrecognised instruction at address 0x48f5600.
  10. ==7432== at 0x48F5600: ??? (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.0.0)
  11. ==7432== Your program just tried to execute an instruction that Valgrind
  12. ==7432== did not recognise. There are two possible reasons for this.
  13. ==7432== 1. Your program has a bug and erroneously jumped to a non-code
  14. ==7432== location. If you are running Memcheck and you just saw a
  15. ==7432== warning about a bad jump, it's probably your program's fault.
  16. ==7432== 2. The instruction is legitimate but Valgrind doesn't handle it,
  17. ==7432== i.e. it's Valgrind's fault. If you think this is the case or
  18. ==7432== you are not sure, please let us know and we'll try to fix it.
  19. ==7432== Either way, Valgrind will now raise a SIGILL signal which will
  20. ==7432== probably kill your program.
  21. disInstr(arm): unhandled instruction: 0xEE190F1D
  22. cond=14(0xE) 27:20=225(0xE1) 4:4=1 3:0=13(0xD)
  23. ==7432== valgrind: Unrecognised instruction at address 0x48f5608.
  24. ==7432== at 0x48F5608: ??? (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.0.0)
  25. ==7432== Your program just tried to execute an instruction that Valgrind
  26. ==7432== did not recognise. There are two possible reasons for this.
  27. ==7432== 1. Your program has a bug and erroneously jumped to a non-code
  28. ==7432== location. If you are running Memcheck and you just saw a
  29. ==7432== warning about a bad jump, it's probably your program's fault.
  30. ==7432== 2. The instruction is legitimate but Valgrind doesn't handle it,
  31. ==7432== i.e. it's Valgrind's fault. If you think this is the case or
  32. ==7432== you are not sure, please let us know and we'll try to fix it.
  33. ==7432== Either way, Valgrind will now raise a SIGILL signal which will
  34. ==7432== probably kill your program.
  35. disInstr(arm): unhandled instruction: 0xF1010200
  36. cond=15(0xF) 27:20=16(0x10) 4:4=0 3:0=0(0x0)
  37. ==7432== valgrind: Unrecognised instruction at address 0x4843588.
  38. ==7432== at 0x4843588: ??? (in /usr/lib/arm-linux-gnueabihf/libcofi_rpi.so)
  39. ==7432== Your program just tried to execute an instruction that Valgrind
  40. ==7432== did not recognise. There are two possible reasons for this.
  41. ==7432== 1. Your program has a bug and erroneously jumped to a non-code
  42. ==7432== location. If you are running Memcheck and you just saw a
  43. ==7432== warning about a bad jump, it's probably your program's fault.
  44. ==7432== 2. The instruction is legitimate but Valgrind doesn't handle it,
  45. ==7432== i.e. it's Valgrind's fault. If you think this is the case or
  46. ==7432== you are not sure, please let us know and we'll try to fix it.
  47. ==7432== Either way, Valgrind will now raise a SIGILL signal which will
  48. ==7432== probably kill your program.
  49. ==7432==
  50. ==7432== Process terminating with default action of signal 4 (SIGILL)
  51. ==7432== Illegal opcode at address 0x4843588
  52. ==7432== at 0x4843588: ??? (in /usr/lib/arm-linux-gnueabihf/libcofi_rpi.so)
  53. ==7432==
  54. ==7432== HEAP SUMMARY:
  55. ==7432== in use at exit: 62,975 bytes in 159 blocks
  56. ==7432== total heap usage: 201 allocs, 42 frees, 67,123 bytes allocated
  57. ==7432==
  58. ==7432== 17 bytes in 1 blocks are possibly lost in loss record 1 of 12
  59. ==7432== at 0x48353C4: operator new(unsigned int) (vg_replace_malloc.c:282)
  60. ==7432== by 0x6224F9B: std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.17)
  61. ==7432==
  62. ==7432== 152 bytes in 1 blocks are possibly lost in loss record 9 of 12
  63. ==7432== at 0x4833C54: calloc (vg_replace_malloc.c:566)
  64. ==7432== by 0x40117F3: allocate_dtv (dl-tls.c:300)
  65. ==7432== by 0x4011ED3: _dl_allocate_tls (dl-tls.c:464)
  66. ==7432== by 0x57377B7: pthread_create@@GLIBC_2.4 (allocatestack.c:580)
  67. ==7432== by 0x113D7: tvhlog_start (tvhlog.c:425)
  68. ==7432== by 0xFA67: main (main.c:755)
  69. ==7432==
  70. ==7432== LEAK SUMMARY:
  71. ==7432== definitely lost: 0 bytes in 0 blocks
  72. ==7432== indirectly lost: 0 bytes in 0 blocks
  73. ==7432== possibly lost: 169 bytes in 2 blocks
  74. ==7432== still reachable: 62,806 bytes in 157 blocks
  75. ==7432== suppressed: 0 bytes in 0 blocks
  76. ==7432== Reachable blocks (those to which a pointer was found) are not shown.
  77. ==7432== To see them, rerun with: --leak-check=full --show-reachable=yes
  78. ==7432==
  79. ==7432== For counts of detected and suppressed errors, rerun with: -v
  80. ==7432== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 93 from 6)
  81. Killed
  82. hts@(none):/home/pi$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement