Advertisement
Guest User

valgrind openocd

a guest
Dec 4th, 2022
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.19 KB | None | 0 0
  1. ==51283== Memcheck, a memory error detector
  2. ==51283== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
  3. ==51283== Using Valgrind-3.19.0 and LibVEX; rerun with -h for copyright info
  4. ==51283== Command: /home/phil/dev/openocd-code/src/openocd -f ./tools/adafruit.cfg -f ./tools/raspi4.cfg
  5. ==51283==
  6. Open On-Chip Debugger 0.12.0-rc2+dev-00023-g192cf7df1-dirty (2022-12-04-18:46)
  7. Licensed under GNU GPL v2
  8. For bug reports, read
  9. http://openocd.org/doc/doxygen/bugs.html
  10. DEPRECATED! use 'ftdi vid_pid' not 'ftdi_vid_pid'
  11. DEPRECATED! use 'ftdi layout_init' not 'ftdi_layout_init'
  12. DEPRECATED! use 'ftdi layout_signal' not 'ftdi_layout_signal'
  13. DEPRECATED! use 'ftdi layout_signal' not 'ftdi_layout_signal'
  14. Warn : DEPRECATED! use '-baseaddr' not '-ctibase'
  15. Warn : DEPRECATED! use '-baseaddr' not '-ctibase'
  16. Warn : DEPRECATED! use '-baseaddr' not '-ctibase'
  17. Warn : DEPRECATED! use '-baseaddr' not '-ctibase'
  18. Info : Listening on port 6666 for tcl connections
  19. Info : Listening on port 4444 for telnet connections
  20. Info : clock speed 1000 kHz
  21. Error: interface can't tri-state 'nSRST'
  22. Info : JTAG tap: auto0.tap tap/device found: 0x4ba00477 (mfg: 0x23b (ARM Ltd), part: 0xba00, ver: 0x4)
  23. Info : bcm2711.a72.0: hardware has 6 breakpoints, 4 watchpoints
  24. Info : bcm2711.a72.1: hardware has 6 breakpoints, 4 watchpoints
  25. Info : bcm2711.a72.2: hardware has 6 breakpoints, 4 watchpoints
  26. Info : bcm2711.a72.3: hardware has 6 breakpoints, 4 watchpoints
  27. Info : starting gdb server for bcm2711.a72.0 on 3333
  28. Info : Listening on port 3333 for gdb connections
  29. Info : starting gdb server for bcm2711.a72.1 on 3334
  30. Info : Listening on port 3334 for gdb connections
  31. Info : starting gdb server for bcm2711.a72.2 on 3335
  32. Info : Listening on port 3335 for gdb connections
  33. Info : starting gdb server for bcm2711.a72.3 on 3336
  34. Info : Listening on port 3336 for gdb connections
  35. Info : bcm2711.a72.0 cluster 0 core 0 multi core
  36. bcm2711.a72.0 halted in AArch64 state due to debug-request, current mode: EL1H
  37. cpsr: 0x20000145 pc: 0x4000162e80
  38. MMU: disabled, D-Cache: disabled, I-Cache: enabled
  39. Info : accepting 'telnet' connection on tcp/4444
  40. ==51283== Conditional jump or move depends on uninitialised value(s)
  41. ==51283== at 0x4E1FB2C: _itoa_word (in /usr/lib64/libc-2.33.so)
  42. ==51283== by 0x4E3998B: __vfprintf_internal (in /usr/lib64/libc-2.33.so)
  43. ==51283== by 0x4E4BCF9: __vsnprintf_internal (in /usr/lib64/libc-2.33.so)
  44. ==51283== by 0x4E25C65: snprintf (in /usr/lib64/libc-2.33.so)
  45. ==51283== by 0x450BC6: target_jim_read_memory (target.c:4721)
  46. ==51283== by 0x450BC6: target_jim_read_memory (target.c:4589)
  47. ==51283== by 0x47FF46: exec_command (command.c:896)
  48. ==51283== by 0x47FF46: jim_command_dispatch (command.c:967)
  49. ==51283== by 0x5CF899: JimInvokeCommand (jim.c:10682)
  50. ==51283== by 0x5D023B: Jim_EvalObj (jim.c:11175)
  51. ==51283== by 0x5D0E7A: Jim_EvalSource (jim.c:11470)
  52. ==51283== by 0x47FBEE: command_run_line (command.c:580)
  53. ==51283== by 0x47A9BB: telnet_exec_line (telnet_server.c:516)
  54. ==51283== by 0x47A9BB: telnet_input (telnet_server.c:794)
  55. ==51283== by 0x477E81: server_loop (server.c:564)
  56. ==51283==
  57. ==51283== Conditional jump or move depends on uninitialised value(s)
  58. ==51283== at 0x4E3A383: __vfprintf_internal (in /usr/lib64/libc-2.33.so)
  59. ==51283== by 0x4E4BCF9: __vsnprintf_internal (in /usr/lib64/libc-2.33.so)
  60. ==51283== by 0x4E25C65: snprintf (in /usr/lib64/libc-2.33.so)
  61. ==51283== by 0x450BC6: target_jim_read_memory (target.c:4721)
  62. ==51283== by 0x450BC6: target_jim_read_memory (target.c:4589)
  63. ==51283== by 0x47FF46: exec_command (command.c:896)
  64. ==51283== by 0x47FF46: jim_command_dispatch (command.c:967)
  65. ==51283== by 0x5CF899: JimInvokeCommand (jim.c:10682)
  66. ==51283== by 0x5D023B: Jim_EvalObj (jim.c:11175)
  67. ==51283== by 0x5D0E7A: Jim_EvalSource (jim.c:11470)
  68. ==51283== by 0x47FBEE: command_run_line (command.c:580)
  69. ==51283== by 0x47A9BB: telnet_exec_line (telnet_server.c:516)
  70. ==51283== by 0x47A9BB: telnet_input (telnet_server.c:794)
  71. ==51283== by 0x477E81: server_loop (server.c:564)
  72. ==51283== by 0x4057C6: openocd_thread (openocd.c:373)
  73. ==51283== by 0x4057C6: openocd_main (openocd.c:412)
  74. ==51283==
  75. ==51283== Conditional jump or move depends on uninitialised value(s)
  76. ==51283== at 0x4E39AA7: __vfprintf_internal (in /usr/lib64/libc-2.33.so)
  77. ==51283== by 0x4E4BCF9: __vsnprintf_internal (in /usr/lib64/libc-2.33.so)
  78. ==51283== by 0x4E25C65: snprintf (in /usr/lib64/libc-2.33.so)
  79. ==51283== by 0x450BC6: target_jim_read_memory (target.c:4721)
  80. ==51283== by 0x450BC6: target_jim_read_memory (target.c:4589)
  81. ==51283== by 0x47FF46: exec_command (command.c:896)
  82. ==51283== by 0x47FF46: jim_command_dispatch (command.c:967)
  83. ==51283== by 0x5CF899: JimInvokeCommand (jim.c:10682)
  84. ==51283== by 0x5D023B: Jim_EvalObj (jim.c:11175)
  85. ==51283== by 0x5D0E7A: Jim_EvalSource (jim.c:11470)
  86. ==51283== by 0x47FBEE: command_run_line (command.c:580)
  87. ==51283== by 0x47A9BB: telnet_exec_line (telnet_server.c:516)
  88. ==51283== by 0x47A9BB: telnet_input (telnet_server.c:794)
  89. ==51283== by 0x477E81: server_loop (server.c:564)
  90. ==51283== by 0x4057C6: openocd_thread (openocd.c:373)
  91. ==51283== by 0x4057C6: openocd_main (openocd.c:412)
  92. ==51283==
  93. ==51283== Use of uninitialised value of size 8
  94. ==51283== at 0x4E1FB1A: _itoa_word (in /usr/lib64/libc-2.33.so)
  95. ==51283== by 0x4E3998B: __vfprintf_internal (in /usr/lib64/libc-2.33.so)
  96. ==51283== by 0x4E4BCF9: __vsnprintf_internal (in /usr/lib64/libc-2.33.so)
  97. ==51283== by 0x4E25C65: snprintf (in /usr/lib64/libc-2.33.so)
  98. ==51283== by 0x450BC6: target_jim_read_memory (target.c:4721)
  99. ==51283== by 0x450BC6: target_jim_read_memory (target.c:4589)
  100. ==51283== by 0x47FF46: exec_command (command.c:896)
  101. ==51283== by 0x47FF46: jim_command_dispatch (command.c:967)
  102. ==51283== by 0x5CF899: JimInvokeCommand (jim.c:10682)
  103. ==51283== by 0x5D023B: Jim_EvalObj (jim.c:11175)
  104. ==51283== by 0x5D0E7A: Jim_EvalSource (jim.c:11470)
  105. ==51283== by 0x47FBEE: command_run_line (command.c:580)
  106. ==51283== by 0x47A9BB: telnet_exec_line (telnet_server.c:516)
  107. ==51283== by 0x47A9BB: telnet_input (telnet_server.c:794)
  108. ==51283== by 0x477E81: server_loop (server.c:564)
  109.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement