Advertisement
Guest User

coredump

a guest
Aug 8th, 2021
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. GNU gdb (crosstool-NG esp-2020r3) 8.1.0.20180627-git
  2. Copyright (C) 2018 Free Software Foundation, Inc.
  3. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  4. This is free software: you are free to change and redistribute it.
  5. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  6. and "show warranty" for details.
  7. This GDB was configured as "--host=x86_64-build_pc-linux-gnu --target=xtensa-esp32-elf".
  8. Type "show configuration" for configuration details.
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>.
  11. Find the GDB manual and other documentation resources online at:
  12. <http://www.gnu.org/software/gdb/documentation/>.
  13. For help, type "help".
  14. Type "apropos word" to search for commands related to "word"...
  15. Reading symbols from /fw.elf...Waiting for gdb on 1234
  16. done.
  17. Remote debugging using 127.0.0.1:1234
  18. Found core at 23 - 461655
  19. Mapping DRAM: 335872 @ 0x3ffae000
  20. Mapping /opt/Espressif/rom/rom.bin at 0x40000000
  21. Mapping /fw.elf .iram0.vectors: 1024 @ 0x40080000
  22. Mapping /fw.elf .iram0.text: 116104 @ 0x40080400
  23. Mapping /fw.elf .dram0.data: 14264 @ 0x3ffbdb60
  24. Mapping /fw.elf .dram0.bss: 79960 @ 0x3ffc1318
  25. Mapping /fw.elf .flash.rodata: 262736 @ 0x3f400020
  26. Mapping /fw.elf .flash.text: 1089819 @ 0x400d0020
  27. Dump contains FreeRTOS task info
  28. Loaded core dump from last snippet in /core
  29. 0x4008e22d in panic_abort (
  30. details=0x3ffd0700 <mgos_task_stack+7476> "abort() was called at PC 0x4009191f on core 0") at /opt/Espressif/esp-idf/components/esp_system/panic.c:341
  31. 341 *((int *) 0) = 0; // NOLINT(clang-analyzer-core.NullDereference) should be an invalid operation on targets
  32. #0 0x4008e22d in panic_abort (
  33. ---Type <return> to continue, or q <return> to quit---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement