Advertisement
adde88

valgrind1

Oct 1st, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.22 KB | None | 0 0
  1. {root@Pineapple:~_1}$ cat valgrind1.log
  2. ==2893== Memcheck, a memory error detector
  3. ==2893== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
  4. ==2893== Using Valgrind-3.15.0-608cb11914-20190413 and LibVEX; rerun with -h for copyright info
  5. ==2893== Command: wash -i wlan1mon
  6. ==2893== Parent PID: 25551
  7. ==2893==
  8. --2893--
  9. --2893-- Valgrind options:
  10. --2893-- --leak-check=full
  11. --2893-- --read-var-info=yes
  12. --2893-- --log-file=./valgrind1.log
  13. --2893-- -v
  14. --2893-- Contents of /proc/version:
  15. --2893-- Linux version 4.14.134 (@4708b150a871) (gcc version 7.4.0 (OpenWrt GCC 7.4.0 r0+10558-a2cbcfcdff)) #0 Sat Aug 31 00:30:39 2019
  16. --2893--
  17. --2893-- Arch and hwcaps: MIPS32, BigEndian, MIPS-baseline-dspr2
  18. --2893-- Page sizes: currently 4096, max supported 65536
  19. --2893-- Valgrind library directory: /usr/lib/valgrind
  20. --2893-- Reading syms from /usr/bin/wash
  21. --2893-- Reading syms from /lib/libc.so
  22. --2893-- warning: addVar: unknown size (name)
  23. --2893-- warning: addVar: unknown size (name)
  24. --2893-- warning: addVar: unknown size (name)
  25. --2893-- warning: addVar: unknown size (name)
  26. --2893-- warning: addVar: unknown size (name)
  27. --2893-- warning: addVar: unknown size (name)
  28. --2893-- warning: addVar: unknown size (argv)
  29. --2893-- warning: addVar: unknown size (argv)
  30. --2893-- warning: addVar: unknown size (argv)
  31. --2893-- warning: addVar: unknown size (argv)
  32. --2893-- Scheduler: using generic scheduler lock implementation.
  33. --2893-- Reading suppressions file: /usr/lib/valgrind/default.supp
  34. ==2893== embedded gdbserver: reading from /tmp/vgdb-pipe-from-vgdb-to-2893-by-root-on-???
  35. ==2893== embedded gdbserver: writing to /tmp/vgdb-pipe-to-vgdb-from-2893-by-root-on-???
  36. ==2893== embedded gdbserver: shared mem /tmp/vgdb-pipe-shared-mem-vgdb-2893-by-root-on-???
  37. ==2893==
  38. ==2893== TO CONTROL THIS PROCESS USING vgdb (which you probably
  39. ==2893== don't want to do, unless you know exactly what you're doing,
  40. ==2893== or are doing some strange experiment):
  41. ==2893== /usr/lib/valgrind/../../bin/vgdb --pid=2893 ...command...
  42. ==2893==
  43. ==2893== TO DEBUG THIS PROCESS USING GDB: start GDB like this
  44. ==2893== /path/to/gdb wash
  45. ==2893== and then give GDB the following command
  46. ==2893== target remote | /usr/lib/valgrind/../../bin/vgdb --pid=2893
  47. ==2893== --pid is optional if only one valgrind process is running
  48. ==2893==
  49. --2893-- Reading syms from /usr/lib/libpcap.so.1
  50. ==2893== Conditional jump or move depends on uninitialised value(s)
  51. ==2893== at 0x4072884: stpcpy (stpcpy.c:20)
  52. ==2893== by 0x4072E34: strcpy (strcpy.c:5)
  53. ==2893== by 0x4084768: load_library (dynlink.c:1130)
  54. ==2893== by 0x4084A6C: load_direct_deps (dynlink.c:1189)
  55. ==2893== by 0x4084A6C: load_deps (dynlink.c:1206)
  56. ==2893== by 0x4084A6C: load_deps (dynlink.c:1202)
  57. ==2893== by 0x4085280: __dls3 (dynlink.c:1842)
  58. ==2893== by 0x4084E74: __dls2 (dynlink.c:1647)
  59. ==2893== by 0x400D8AC: ??? (in /lib/libc.so)
  60. ==2893==
  61. --2893-- Reading syms from /lib/libgcc_s.so.1
  62. vex mips->IR: unhandled instruction bytes: 0x4 0x99 0x47 0x9A
  63.  
  64. vex: priv/guest_mips_toIR.c:1304 (jmp_lit32): Assertion `dres->whatNext == Dis_Continue' failed.
  65. vex storage: T total 31735496 bytes allocated
  66. vex storage: P total 0 bytes allocated
  67.  
  68. valgrind: the 'impossible' happened:
  69. LibVEX called failure_exit().
  70.  
  71. host stacktrace:
  72. ==2893== at 0x5803DB98: ??? (in /usr/lib/valgrind/memcheck-mips32-linux)
  73. ==2893== by 0x5803DB84: ??? (in /usr/lib/valgrind/memcheck-mips32-linux)
  74.  
  75. sched status:
  76. running_tid=1
  77.  
  78. Thread 1: status = VgTs_Runnable (lwpid 2893)
  79. ==2893== at 0x409B61: main (main.c:9)
  80. client stack range: [0x7ED17000 0x7ED17FFF] client SP: 0x7ED17C78
  81. valgrind stack range: [0x43244000 0x43343FFF] top usage: 9492 of 1048576
  82.  
  83.  
  84. Note: see also the FAQ in the source distribution.
  85. It contains workarounds to several common problems.
  86. In particular, if Valgrind aborted or crashed after
  87. identifying problems in your program, there's a good chance
  88. that fixing those problems will prevent Valgrind aborting or
  89. crashing, especially if it happened in m_mallocfree.c.
  90.  
  91. If that doesn't help, please report this bug to: www.valgrind.org
  92.  
  93. In the bug report, send all the above text, the valgrind
  94. version, and what OS and version you are using. Thanks.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement