mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
5d859f1404
Add changed expected_output for esp32, esp32s2 and esp32c3. coredump tag update.
350 lines
18 KiB
Plaintext
350 lines
18 KiB
Plaintext
espcoredump.py v0.4-dev
|
|
===============================================================
|
|
==================== ESP32 CORE DUMP START ====================
|
|
|
|
Crashed task handle: 0x3ffc35b4, name: 'unaligned_ptr_t', GDB name: 'process 1073493428'
|
|
|
|
================== CURRENT THREAD REGISTERS ===================
|
|
exccause 0x1d (StoreProhibitedCause)
|
|
excvaddr 0x5
|
|
epc1 0x40089e43
|
|
epc2 0x0
|
|
epc3 0x0
|
|
epc4 0x0
|
|
epc5 0x0
|
|
epc6 0x0
|
|
eps2 0x0
|
|
eps3 0x0
|
|
eps4 0x0
|
|
eps5 0x0
|
|
eps6 0x0
|
|
pc 0x40085825 0x40085825 <recur_func+85>
|
|
lbeg 0x0 0
|
|
lend 0x0 0
|
|
lcount 0x0 0
|
|
sar 0x19 25
|
|
ps 0x60d20 396576
|
|
threadptr <unavailable>
|
|
br <unavailable>
|
|
scompare1 <unavailable>
|
|
acclo <unavailable>
|
|
acchi <unavailable>
|
|
m0 <unavailable>
|
|
m1 <unavailable>
|
|
m2 <unavailable>
|
|
m3 <unavailable>
|
|
expstate <unavailable>
|
|
f64r_lo <unavailable>
|
|
f64r_hi <unavailable>
|
|
f64s <unavailable>
|
|
fcr <unavailable>
|
|
fsr <unavailable>
|
|
a0 0x80085800 -2146936832
|
|
a1 0x3ffc34d0 1073493200
|
|
a2 0x2 2
|
|
a3 0x3ffc351c 1073493276
|
|
a4 0x3ffc3510 1073493264
|
|
a5 0x0 0
|
|
a6 0x3ff9e894 1073342612
|
|
a7 0x0 0
|
|
a8 0x5 5
|
|
a9 0xffffffad -83
|
|
a10 0x20 32
|
|
a11 0x3ffc3610 1073493520
|
|
a12 0x3ff9ebb7 1073343415
|
|
a13 0x80 128
|
|
a14 0x1 1
|
|
a15 0x0 0
|
|
|
|
==================== CURRENT THREAD STACK =====================
|
|
#0 0x40085825 in recur_func () at ../main/test_core_dump.c:70
|
|
#1 0x40085800 in recur_func () at ../main/test_core_dump.c:63
|
|
#2 0x40085800 in recur_func () at ../main/test_core_dump.c:63
|
|
#3 0x40085848 in unaligned_ptr_task (pvParameter=0x0) at ../main/test_core_dump.c:80
|
|
#4 0x40028e90 in vPortTaskWrapper (pxCode=0x40085830 <unaligned_ptr_task>, pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:159
|
|
|
|
======================== THREADS INFO =========================
|
|
Id Target Id Frame
|
|
* 1 process 1073493428 0x40085825 in recur_func () at ../main/test_core_dump.c:70
|
|
2 process 1073490944 0x40027c77 in vTaskDelay (xTicksToDelay=100) at ../../../hal/esp32s2/include/hal/cpu_ll.h:33
|
|
3 process 1073487224 0x400958b2 in esp_pm_impl_waiti () at ../../../hal/esp32s2/include/hal/cpu_ll.h:202
|
|
4 process 1073495824 0x40027c77 in vTaskDelay (xTicksToDelay=100) at ../../../hal/esp32s2/include/hal/cpu_ll.h:33
|
|
5 process 1073347944 0x4001a8d4 in ?? ()
|
|
|
|
==================== THREAD 1 (TCB: 0x3ffc35b4, name: 'unaligned_ptr_t') =====================
|
|
#0 0x40085825 in recur_func () at ../main/test_core_dump.c:70
|
|
#1 0x40085800 in recur_func () at ../main/test_core_dump.c:63
|
|
#2 0x40085800 in recur_func () at ../main/test_core_dump.c:63
|
|
#3 0x40085848 in unaligned_ptr_task (pvParameter=0x0) at ../main/test_core_dump.c:80
|
|
#4 0x40028e90 in vPortTaskWrapper (pxCode=0x40085830 <unaligned_ptr_task>, pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:159
|
|
|
|
==================== THREAD 2 (TCB: 0x3ffc2c00, name: 'bad_ptr_task') =====================
|
|
#0 0x40027c77 in vTaskDelay (xTicksToDelay=100) at ../../../hal/esp32s2/include/hal/cpu_ll.h:33
|
|
#1 0x400857c3 in bad_ptr_task (pvParameter=0x0) at ../main/test_core_dump.c:43
|
|
#2 0x40028e90 in vPortTaskWrapper (pxCode=0x400857b4 <bad_ptr_task>, pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:159
|
|
|
|
==================== THREAD 3 (TCB: 0x3ffc1d78, name: 'IDLE') =====================
|
|
#0 0x400958b2 in esp_pm_impl_waiti () at ../../../hal/esp32s2/include/hal/cpu_ll.h:202
|
|
#1 0x4008a0f2 in esp_vApplicationIdleHook () at /builds/espressif/esp-idf/components/esp_system/freertos_hooks.c:63
|
|
#2 0x40027b81 in prvIdleTask (pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/tasks.c:3909
|
|
#3 0x40028e90 in vPortTaskWrapper (pxCode=0x40027b78 <prvIdleTask>, pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:159
|
|
|
|
==================== THREAD 4 (TCB: 0x3ffc3f10, name: 'failed_assert_t') =====================
|
|
#0 0x40027c77 in vTaskDelay (xTicksToDelay=100) at ../../../hal/esp32s2/include/hal/cpu_ll.h:33
|
|
#1 0x40085703 in failed_assert_task (pvParameter=0x0) at ../main/test_core_dump.c:89
|
|
#2 0x40028e90 in vPortTaskWrapper (pxCode=0x400856f4 <failed_assert_task>, pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:159
|
|
|
|
==================== THREAD 5 (TCB: 0x3ff9fd68, name: 'esp_timer') =====================
|
|
#0 0x4001a8d4 in ?? ()
|
|
#1 0x40028fa8 in vPortExitCritical (mux=0x3ffbd918 <xTaskQueueMutex>) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:447
|
|
#2 0x400287fe in ulTaskGenericNotifyTake (uxIndexToWait=0, xClearCountOnExit=1, xTicksToWait=<optimized out>) at /builds/espressif/esp-idf/components/freertos/tasks.c:5303
|
|
#3 0x40084f0b in timer_task (arg=0x0) at /builds/espressif/esp-idf/components/esp_timer/src/esp_timer.c:392
|
|
#4 0x40028e90 in vPortTaskWrapper (pxCode=0x40084efc <timer_task>, pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:159
|
|
|
|
|
|
======================= ALL MEMORY REGIONS ========================
|
|
Name Address Size Attrs
|
|
.rtc.text 0x40070000 0x0 RW
|
|
.rtc.dummy 0x3ff9e000 0x0 RW
|
|
.rtc.force_fast 0x3ff9e000 0x0 RW
|
|
.rtc.data 0x50000000 0x10 RW A
|
|
.rtc_noinit 0x50000010 0x0 RW
|
|
.rtc.force_slow 0x50000010 0x0 RW
|
|
.iram0.vectors 0x40022000 0x403 R XA
|
|
.iram0.text 0x40022404 0xa958 R XA
|
|
.dram0.data 0x3ffbcd60 0x2548 RW A
|
|
.noinit 0x3ffbf2a8 0x0 RW
|
|
.ext_ram.bss 0x3f500000 0x0 RW
|
|
.flash.appdesc 0x3f000020 0x100 R A
|
|
.flash.rodata 0x3f000120 0x37dc RW A
|
|
.flash.rodata_noload 0x3f0038fc 0x0 RW
|
|
.flash.text 0x40080020 0x1611f R XA
|
|
.iram0.text_end 0x4002cd5c 0x0 RW
|
|
.dram0.heap_start 0x3ffbff38 0x0 RW
|
|
.coredump.tasks.data 0x3ffc35b4 0x154 RW
|
|
.coredump.tasks.data 0x3ffc3440 0x16c RW
|
|
.coredump.tasks.data 0x3ffc2c00 0x154 RW
|
|
.coredump.tasks.data 0x3ffc2b00 0xf8 RW
|
|
.coredump.tasks.data 0x3ffc1d78 0x154 RW
|
|
.coredump.tasks.data 0x3ffc1c60 0x110 RW
|
|
.coredump.tasks.data 0x3ffc3f10 0x154 RW
|
|
.coredump.tasks.data 0x3ffc3e10 0xf8 RW
|
|
.coredump.tasks.data 0x3ff9fd68 0x154 RW
|
|
.coredump.tasks.data 0x3ff9fc40 0x120 RW
|
|
|
|
====================== CORE DUMP MEMORY CONTENTS ========================
|
|
.coredump.tasks.data 0x3ffc35b4 0x154 RW
|
|
0x3ffc35b4: 0x3ffc34b0 0x00000065 0x3ffbf5a4 0x3ffbf5a4
|
|
0x3ffc35c4: 0x3ffc35b4 0x3ffbf59c 0x00000012 0x59d00ee6
|
|
0x3ffc35d4: 0x5209b6d9 0x3ffc35b4 0x00000000 0x00000007
|
|
0x3ffc35e4: 0x3ffc2db0 0x6c616e75 0x656e6769 0x74705f64
|
|
0x3ffc35f4: 0x00745f72 0x00000000 0x3ffc35ac 0x00000007
|
|
0x3ffc3604: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc3614: 0x3ff9e82c 0x3ff9e894 0x3ff9e8fc 0x00000000
|
|
0x3ffc3624: 0x00000000 0x00000001 0x00000000 0x00000000
|
|
0x3ffc3634: 0x00000000 0x4001a480 0x00000000 0x00000000
|
|
0x3ffc3644: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc3654: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc3664: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc3674: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc3684: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc3694: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc36a4: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc36b4: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc36c4: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc36d4: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc36e4: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc36f4: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc3704: 0x3ffc0000
|
|
.coredump.tasks.data 0x3ffc3440 0x16c RW
|
|
0x3ffc3440: 0xdeadbeef 0x40085825 0x00060d30 0x80085800
|
|
0x3ffc3450: 0x3ffc34d0 0x00000002 0x3ffc351c 0x3ffc3510
|
|
0x3ffc3460: 0x00000000 0x3ff9e894 0x00000000 0x00000005
|
|
0x3ffc3470: 0xffffffad 0x00000020 0x3ffc3610 0x3ff9ebb7
|
|
0x3ffc3480: 0x00000080 0x00000001 0x00000000 0x00000019
|
|
0x3ffc3490: 0x0000001d 0x00000005 0x3ff9ebb7 0x00000080
|
|
0x3ffc34a0: 0x40023f2d 0x3ffbfdb4 0x3ff9ea28 0x00000000
|
|
0x3ffc34b0: 0x3ff9ebb7 0x00000080 0x00000001 0x00000000
|
|
0x3ffc34c0: 0x80085800 0x3ffc3500 0x00000001 0x3ff9e894
|
|
0x3ffc34d0: 0x00000003 0x3ffbda80 0x00000001 0x00000001
|
|
0x3ffc34e0: 0x3ffc3510 0x00000000 0x3ff9e894 0x00000000
|
|
0x3ffc34f0: 0x80085848 0x3ffc3530 0x0000000a 0x3ffbd918
|
|
0x3ffc3500: 0x00000003 0x0000001e 0x3f002430 0x00000001
|
|
0x3ffc3510: 0x3ffbf704 0x3ffc1550 0x00000800 0x00000000
|
|
0x3ffc3520: 0x80028e90 0x3ffc3560 0x00000000 0x00000000
|
|
0x3ffc3530: 0x00000003 0x3ffc3560 0x00000000 0x00000000
|
|
0x3ffc3540: 0x00060021 0x3ffc2b30 0x3ffbda80 0x00000065
|
|
0x3ffc3550: 0x00000000 0x3ffc3580 0x40085830 0x00000000
|
|
0x3ffc3560: 0x00060023 0x3ffbf460 0x00060c23 0x00000001
|
|
0x3ffc3570: 0x00000000 0x3ffc35a0 0x00000000 0x00000000
|
|
0x3ffc3580: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc3590: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc35a0: 0x00000000 0x00000000 0x00000000
|
|
.coredump.tasks.data 0x3ffc2c00 0x154 RW
|
|
0x3ffc2c00: 0x3ffc2b00 0x00000065 0x3ffbf57c 0x3ffbf57c
|
|
0x3ffc2c10: 0x3ffc2c00 0x3ffbf574 0x00000014 0x950586b2
|
|
0x3ffc2c20: 0x7fe87e09 0x3ffc2c00 0x00000000 0x00000005
|
|
0x3ffc2c30: 0x3ffc23fc 0x5f646162 0x5f727470 0x6b736174
|
|
0x3ffc2c40: 0x00ba4c00 0x00000000 0x3ffc2bf8 0x00000005
|
|
0x3ffc2c50: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc2c60: 0x3ff9e82c 0x3ff9e894 0x3ff9e8fc 0x00000000
|
|
0x3ffc2c70: 0x00000000 0x00000001 0x00000000 0x00000000
|
|
0x3ffc2c80: 0x00000000 0x4001a480 0x00000000 0x00000000
|
|
0x3ffc2c90: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc2ca0: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc2cb0: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc2cc0: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc2cd0: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc2ce0: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc2cf0: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc2d00: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc2d10: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc2d20: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc2d30: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc2d40: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc2d50: 0x3ffc0000
|
|
.coredump.tasks.data 0x3ffc2b00 0xf8 RW
|
|
0x3ffc2b00: 0x40023f88 0x40027c77 0x00060230 0x800857c3
|
|
0x3ffc2b10: 0x3ffc2b90 0x00000064 0x3ffbd918 0x00060021
|
|
0x3ffc2b20: 0x3ffbd860 0x3f420000 0xb83fc000 0x80027c77
|
|
0x3ffc2b30: 0x3ffc2b70 0x00000000 0x00000065 0x3ffbf704
|
|
0x3ffc2b40: 0x3ffc1550 0x00000800 0x00000000 0x0000001b
|
|
0x3ffc2b50: 0x0000ffff 0x00000000 0x40023ff0 0x3ffc1550
|
|
0x3ffc2b60: 0x40026a80 0x3ffbf404 0x00000000 0x00000000
|
|
0x3ffc2b70: 0x00000000 0x3ffc1550 0x00000800 0x00000000
|
|
0x3ffc2b80: 0x80028e90 0x3ffc2bb0 0x00000000 0x00000000
|
|
0x3ffc2b90: 0x00060021 0x3ffbd860 0x3f420000 0xb83fc000
|
|
0x3ffc2ba0: 0x00000000 0x3ffc2bd0 0x400857b4 0x00000000
|
|
0x3ffc2bb0: 0x00060023 0x3ffbf460 0x00060923 0x00000001
|
|
0x3ffc2bc0: 0x00000000 0x3ffc2bf0 0x00000000 0x00000000
|
|
0x3ffc2bd0: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc2be0: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc2bf0: 0x00000000 0x00000000
|
|
.coredump.tasks.data 0x3ffc1d78 0x154 RW
|
|
0x3ffc1d78: 0x3ffc1c60 0x3ffbff4c 0x3ffbf518 0x3ffbf518
|
|
0x3ffc1d88: 0x3ffc1d78 0x3ffbf510 0x00000019 0x82a4bcff
|
|
0x3ffc1d98: 0xae0b91fe 0x3ffc1d78 0x00000000 0x00000000
|
|
0x3ffc1da8: 0x3ffc1774 0x454c4449 0xfa9c7a00 0x472c88cf
|
|
0x3ffc1db8: 0x00b8acc4 0x00000000 0x3ffc1d70 0x00000000
|
|
0x3ffc1dc8: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc1dd8: 0x3ff9e82c 0x3ff9e894 0x3ff9e8fc 0x00000000
|
|
0x3ffc1de8: 0x00000000 0x00000001 0x00000000 0x00000000
|
|
0x3ffc1df8: 0x00000000 0x4001a480 0x00000000 0x00000000
|
|
0x3ffc1e08: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc1e18: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc1e28: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc1e38: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc1e48: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc1e58: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc1e68: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc1e78: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc1e88: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc1e98: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc1ea8: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc1eb8: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc1ec8: 0x3ffc0000
|
|
.coredump.tasks.data 0x3ffc1c60 0x110 RW
|
|
0x3ffc1c60: 0x40023f88 0x400958b2 0x00060530 0x8008a0f2
|
|
0x3ffc1c70: 0x3ffc1cf0 0x00000000 0x00000001 0x00000001
|
|
0x3ffc1c80: 0x80000001 0x00060023 0x00000000 0x8008a5da
|
|
0x3ffc1c90: 0x3ffc1cc0 0x00000000 0x4001a480 0x00060020
|
|
0x3ffc1ca0: 0x6000c000 0x00000000 0x0000004b 0x0000001e
|
|
0x3ffc1cb0: 0x0000ffff 0x00000000 0x40023ff0 0x6000c000
|
|
0x3ffc1cc0: 0x40026a80 0x3ffbe584 0xa5a5a5a5 0xa5a5a5a5
|
|
0x3ffc1cd0: 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5
|
|
0x3ffc1ce0: 0x80027b81 0x3ffc1d10 0x00000008 0x00000001
|
|
0x3ffc1cf0: 0x3ffc1d70 0x00000000 0x00000000 0x00000000
|
|
0x3ffc1d00: 0x80028e90 0x3ffc1d30 0x00000000 0x00000000
|
|
0x3ffc1d10: 0x00060021 0x3ffc1550 0x3ffbda80 0x00000001
|
|
0x3ffc1d20: 0x00000000 0x3ffc1d50 0x40027b78 0x00000000
|
|
0x3ffc1d30: 0x00060023 0x3ffc1570 0x3f4c0058 0x00000001
|
|
0x3ffc1d40: 0x00000000 0x3ffc1d70 0x00000000 0x00000000
|
|
0x3ffc1d50: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc1d60: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
.coredump.tasks.data 0x3ffc3f10 0x154 RW
|
|
0x3ffc3f10: 0x3ffc3e10 0x000000c9 0x3ffbf504 0x3ffbf504
|
|
0x3ffc3f20: 0x3ffc3f10 0x3ffbf4fc 0x0000000f 0x2811aa75
|
|
0x3ffc3f30: 0xabd28ba4 0x3ffc3f10 0x00000000 0x0000000a
|
|
0x3ffc3f40: 0x3ffc370c 0x6c696166 0x615f6465 0x72657373
|
|
0x3ffc3f50: 0x00745f74 0x00000000 0x3ffc3f08 0x0000000a
|
|
0x3ffc3f60: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc3f70: 0x3ff9e82c 0x3ff9e894 0x3ff9e8fc 0x00000000
|
|
0x3ffc3f80: 0x00000000 0x00000001 0x00000000 0x00000000
|
|
0x3ffc3f90: 0x00000000 0x4001a480 0x00000000 0x00000000
|
|
0x3ffc3fa0: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc3fb0: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc3fc0: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc3fd0: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc3fe0: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc3ff0: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc4000: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc4010: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc4020: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc4030: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc4040: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc4050: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc4060: 0x3ffc0000
|
|
.coredump.tasks.data 0x3ffc3e10 0xf8 RW
|
|
0x3ffc3e10: 0x40023f88 0x40027c77 0x00060730 0x80085703
|
|
0x3ffc3e20: 0x3ffc3ea0 0x00000064 0x3ffbd918 0x00060021
|
|
0x3ffc3e30: 0x3ffc34e0 0x3ffbda80 0x00000065 0x80027c77
|
|
0x3ffc3e40: 0x3ffc3e80 0x00000000 0x000000c9 0x3ffbf704
|
|
0x3ffc3e50: 0x3ffc1550 0x00000800 0x00000000 0x00000016
|
|
0x3ffc3e60: 0x0000ffff 0x00000000 0x40023ff0 0x3ffc1550
|
|
0x3ffc3e70: 0x40026a80 0x3ffc0714 0x00000000 0x00000000
|
|
0x3ffc3e80: 0x3ffbf704 0x3ffc1550 0x00000800 0x00000000
|
|
0x3ffc3e90: 0x80028e90 0x3ffc3ec0 0x00000000 0x00000000
|
|
0x3ffc3ea0: 0x00060021 0x3ffc34e0 0x3ffbda80 0x00000065
|
|
0x3ffc3eb0: 0x00000000 0x3ffc3ee0 0x400856f4 0x00000000
|
|
0x3ffc3ec0: 0x00060023 0x3ffbf460 0x00060123 0x00000001
|
|
0x3ffc3ed0: 0x00000000 0x3ffc3f00 0x00000000 0x00000000
|
|
0x3ffc3ee0: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc3ef0: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ffc3f00: 0x00000000 0x00000000
|
|
.coredump.tasks.data 0x3ff9fd68 0x154 RW
|
|
0x3ff9fd68: 0x3ff9fc40 0x3ff9e014 0x3ffbf4a8 0x3ffbf4a8
|
|
0x3ff9fd78: 0x3ff9fd68 0x3ffbf4a0 0x00000003 0x4e7c8f11
|
|
0x3ff9fd88: 0x11c0c12e 0x3ff9fd68 0x00000000 0x00000016
|
|
0x3ff9fd98: 0x3ff9ed64 0x5f707365 0x656d6974 0x0c540072
|
|
0x3ff9fda8: 0x004aa853 0x00000000 0x3ff9fd60 0x00000016
|
|
0x3ff9fdb8: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ff9fdc8: 0x3ff9e82c 0x3ff9e894 0x3ff9e8fc 0x00000000
|
|
0x3ff9fdd8: 0x00000000 0x00000001 0x00000000 0x00000000
|
|
0x3ff9fde8: 0x00000000 0x4001a480 0x00000000 0x00000000
|
|
0x3ff9fdf8: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ff9fe08: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ff9fe18: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ff9fe28: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ff9fe38: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ff9fe48: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ff9fe58: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ff9fe68: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ff9fe78: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ff9fe88: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ff9fe98: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ff9fea8: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ff9feb8: 0x3ff90001
|
|
.coredump.tasks.data 0x3ff9fc40 0x120 RW
|
|
0x3ff9fc40: 0x40023f88 0x4001a8d4 0x00060e30 0x80028fa8
|
|
0x3ff9fc50: 0x3ff9fcd0 0x00060e23 0x00000000 0x00060e20
|
|
0x3ff9fc60: 0x3fffde70 0x3fffdec0 0x00000004 0x80025745
|
|
0x3ff9fc70: 0x3ff9fca0 0x3ffbda80 0x00000000 0x3fffe2d0
|
|
0x3ff9fc80: 0x3fffe2b0 0x3f408000 0x3f000270 0x0000000a
|
|
0x3ff9fc90: 0x0000ffff 0x00000000 0x40023ff0 0x3fffe2b0
|
|
0x3ff9fca0: 0x40026a80 0x3ff9c574 0xa5a5a5a5 0xa5a5a5a5
|
|
0x3ff9fcb0: 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5
|
|
0x3ff9fcc0: 0x800287fe 0x3ff9fce0 0x3ffbd918 0x00000000
|
|
0x3ff9fcd0: 0x80084f0b 0x3ff9fd00 0x00000000 0x00000001
|
|
0x3ff9fce0: 0x00000000 0x3fffe1d0 0x00060123 0x00000000
|
|
0x3ff9fcf0: 0x80028e90 0x3ff9fd20 0x00000000 0x00000000
|
|
0x3ff9fd00: 0x3ffbd918 0x3ffbf468 0x00000000 0x00000000
|
|
0x3ff9fd10: 0x00000000 0x3ff9fd40 0x40084efc 0x00000000
|
|
0x3ff9fd20: 0x00060123 0x3fffe230 0x01a2c356 0x4002cd18
|
|
0x3ff9fd30: 0x00000000 0x3ff9fd60 0x00000000 0x00000000
|
|
0x3ff9fd40: 0x00000000 0x00000000 0x00000000 0x00000000
|
|
0x3ff9fd50: 0x80095f3f 0x3fffe280 0x3ffbf498 0x00000000
|
|
|
|
===================== ESP32 CORE DUMP END =====================
|
|
===============================================================
|
|
Done!
|