Advertisement
adde88

valgrind wash -i wlan1mon

Sep 21st, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. valgrind wash -i wlan1mon
  2. ==23248== Memcheck, a memory error detector
  3. ==23248== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
  4. ==23248== Using Valgrind-3.15.0 and LibVEX; rerun with -h for copyright info
  5. ==23248== Command: wash -i wlan1mon
  6. ==23248==
  7. ==23248== Conditional jump or move depends on uninitialised value(s)
  8. ==23248== at 0x407364C: ??? (in /lib/libc.so)
  9. ==23248== by 0x408492C: ??? (in /lib/libc.so)
  10. ==23248==
  11. ==23248== Conditional jump or move depends on uninitialised value(s)
  12. ==23248== at 0x4072AD8: ??? (in /lib/libc.so)
  13. ==23248== by 0x40730A0: ??? (in /lib/libc.so)
  14. ==23248==
  15. ==23248== Conditional jump or move depends on uninitialised value(s)
  16. ==23248== at 0x407366C: ??? (in /lib/libc.so)
  17. ==23248== by 0x408492C: ??? (in /lib/libc.so)
  18. ==23248==
  19. vex mips->IR: unhandled instruction bytes: 0x4 0x64 0xF5 0x9D
  20. ==23248== valgrind: Unrecognised instruction at address 0x401b71.
  21. ==23248== at 0x401B71: ??? (in /usr/bin/wash)
  22. ==23248== by 0x401CE20: ??? (in /lib/libc.so)
  23. ==23248== Your program just tried to execute an instruction that Valgrind
  24. ==23248== did not recognise. There are two possible reasons for this.
  25. ==23248== 1. Your program has a bug and erroneously jumped to a non-code
  26. ==23248== location. If you are running Memcheck and you just saw a
  27. ==23248== warning about a bad jump, it's probably your program's fault.
  28. ==23248== 2. The instruction is legitimate but Valgrind doesn't handle it,
  29. ==23248== i.e. it's Valgrind's fault. If you think this is the case or
  30. ==23248== you are not sure, please let us know and we'll try to fix it.
  31. ==23248== Either way, Valgrind will now raise a SIGILL signal which will
  32. ==23248== probably kill your program.
  33. ==23248==
  34. ==23248== Process terminating with default action of signal 4 (SIGILL)
  35. ==23248== Illegal opcode at address 0x401B71
  36. ==23248== at 0x401B71: ??? (in /usr/bin/wash)
  37. ==23248== by 0x401CE20: ??? (in /lib/libc.so)
  38. ==23248==
  39. ==23248== HEAP SUMMARY:
  40. ==23248== in use at exit: 0 bytes in 0 blocks
  41. ==23248== total heap usage: 0 allocs, 0 frees, 0 bytes allocated
  42. ==23248==
  43. ==23248== All heap blocks were freed -- no leaks are possible
  44. ==23248==
  45. ==23248== Use --track-origins=yes to see where uninitialised values come from
  46. ==23248== For lists of detected and suppressed errors, rerun with: -s
  47. ==23248== ERROR SUMMARY: 4 errors from 3 contexts (suppressed: 0 from 0)
  48. Illegal instruction
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement