-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMONITOR_OUTPUT.txt
More file actions
914 lines (792 loc) · 45.5 KB
/
MONITOR_OUTPUT.txt
File metadata and controls
914 lines (792 loc) · 45.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
➜ stack_trace_fault idf.py build flash monitor
Executing action: all (aliases: build)
Running ninja in directory /Users/mdobryakov/Projects/my/AGV/experiments/stack_trace_fault/build
Executing "ninja all"...
[1/4] cd /Users/mdobryakov/Projects/my/AGV/experiments/stack_trace_fault/build/esp-idf/partition_table && /usr/local/Cellar/cmake/3.1...&& /usr/local/Cellar/cmake/3.18.4/bin/cmake -E echo "*******************************************************************************"
Partition table binary generated. Contents:
*******************************************************************************
# Espressif ESP32 Partition Table
# Name, Type, SubType, Offset, Size, Flags
nvs,data,nvs,0x9000,24K,
phy_init,data,phy,0xf000,4K,
factory,app,factory,0x10000,1M,
*******************************************************************************
[2/4] Performing build step for 'bootloader'
ninja: no work to do.
Executing action: flash
Choosing default port /dev/cu.SLAB_USBtoUART (use '-p PORT' option to set a specific serial port)
Running esptool.py in directory /Users/mdobryakov/Projects/my/AGV/experiments/stack_trace_fault/build
Executing "/Users/mdobryakov/.espressif/python_env/idf4.1_py2.7_env/bin/python /Users/mdobryakov/.esp-idf/components/esptool_py/esptool/esptool.py -p /dev/cu.SLAB_USBtoUART -b 460800 --before default_reset --after hard_reset --chip esp32 write_flash @flash_project_args"...
esptool.py -p /dev/cu.SLAB_USBtoUART -b 460800 --before default_reset --after hard_reset --chip esp32 write_flash --flash_mode dio --flash_freq 40m --flash_size 2MB 0x8000 partition_table/partition-table.bin 0x1000 bootloader/bootloader.bin 0x10000 stack_trace_fault.bin
esptool.py v2.9-dev
Serial port /dev/cu.SLAB_USBtoUART
Connecting.....
Chip is ESP32D0WDQ5 (revision 1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: 8c:aa:b5:b5:60:cc
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 460800
Changed.
Configuring flash size...
Compressed 3072 bytes to 103...
Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.0 seconds (effective 2514.4 kbit/s)...
Hash of data verified.
Compressed 24016 bytes to 14872...
Wrote 24016 bytes (14872 compressed) at 0x00001000 in 0.3 seconds (effective 566.5 kbit/s)...
Hash of data verified.
Compressed 726544 bytes to 440173...
Wrote 726544 bytes (440173 compressed) at 0x00010000 in 10.8 seconds (effective 537.9 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting via RTS pin...
Executing action: monitor
Running idf_monitor in directory /Users/mdobryakov/Projects/my/AGV/experiments/stack_trace_fault
Executing "/Users/mdobryakov/.espressif/python_env/idf4.1_py2.7_env/bin/python /Users/mdobryakov/.esp-idf/tools/idf_monitor.py -p /dev/cu.SLAB_USBtoUART -b 115200 --toolchain-prefix xtensa-esp32-elf- /Users/mdobryakov/Projects/my/AGV/experiments/stack_trace_fault/build/stack_trace_fault.elf -m '/Users/mdobryakov/.espressif/python_env/idf4.1_py2.7_env/bin/python' '/Users/mdobryakov/.esp-idf/tools/idf.py'"...
--- idf_monitor on /dev/cu.SLAB_USBtoUART 115200 ---
--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---
ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:4
load:0x3fff0034,len:6952
load:0x40078000,len:13072
ho 0 tail 12 room 4
load:0x40080400,len:3896
0x40080400: _init at ??:?
entry 0x40080688
I (30) boot: ESP-IDF v4.1 2nd stage bootloader
I (31) boot: compile time 10:16:04
I (31) boot: chip revision: 1
I (33) boot_comm: chip revision: 1, min. bootloader chip revision: 0
I (40) boot.esp32: SPI Speed : 40MHz
I (45) boot.esp32: SPI Mode : DIO
I (49) boot.esp32: SPI Flash Size : 2MB
I (54) boot: Enabling RNG early entropy source...
I (59) boot: Partition Table:
I (63) boot: ## Label Usage Type ST Offset Length
I (70) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (78) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (85) boot: 2 factory factory app 00 00 00010000 00100000
I (93) boot: End of partition table
I (97) boot_comm: chip revision: 1, min. application chip revision: 0
I (104) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x19ad0 (105168) map
I (153) esp_image: segment 1: paddr=0x00029af8 vaddr=0x3ffb0000 size=0x038dc ( 14556) load
I (159) esp_image: segment 2: paddr=0x0002d3dc vaddr=0x40080000 size=0x00404 ( 1028) load
0x40080000: _WindowOverflow4 at /Users/mdobryakov/.esp-idf/components/freertos/xtensa_vectors.S:1778
I (160) esp_image: segment 3: paddr=0x0002d7e8 vaddr=0x40080404 size=0x02830 ( 10288) load
I (173) esp_image: segment 4: paddr=0x00030020 vaddr=0x400d0020 size=0x7bbf4 (506868) map
0x400d0020: _stext at ??:?
I (371) esp_image: segment 5: paddr=0x000abc1c vaddr=0x40082c34 size=0x159cc ( 88524) load
0x40082c34: _xt_syscall_exc at /Users/mdobryakov/.esp-idf/components/freertos/xtensa_vectors.S:827
I (422) boot: Loaded app from partition at offset 0x10000
I (422) boot: Disabling RNG early entropy source...
I (423) cpu_start: Pro cpu up.
I (426) cpu_start: Application information:
I (431) cpu_start: Project name: stack_trace_fault
I (437) cpu_start: App version: 1
I (441) cpu_start: Compile time: Oct 15 2020 10:15:55
I (448) cpu_start: ELF file SHA256: dcacbb36167eb951...
I (454) cpu_start: ESP-IDF: v4.1
I (458) cpu_start: Starting app cpu, entry point is 0x40081348
0x40081348: call_start_cpu1 at /Users/mdobryakov/.esp-idf/components/esp32/cpu_start.c:271
I (0) cpu_start: App cpu up.
I (469) heap_init: Initializing. RAM available for dynamic allocation:
I (476) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
I (482) heap_init: At 3FFB91C8 len 00026E38 (155 KiB): DRAM
I (488) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (494) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (501) heap_init: At 40098600 len 00007A00 (30 KiB): IRAM
I (507) cpu_start: Pro cpu start user code
I (525) spi_flash: detected chip: generic
I (526) spi_flash: flash io: dio
W (526) spi_flash: Detected size(4096k) larger than the size in the binary image header(2048k). Using the size in the binary image header.
I (536) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (547) WiFiManager: Initialization of Wi-Fi system
I (557) WiFiManager: Start STA Wi-Fi client
I (567) wifi:wifi driver task: 3ffc1478, prio:23, stack:6656, core=0
I (567) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
I (577) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
I (587) wifi:wifi firmware version: 3ea4c76
I (587) wifi:config NVS flash: disabled
I (587) wifi:config nano formating: disabled
I (597) wifi:Init dynamic tx buffer num: 32
I (597) wifi:Init data frame dynamic rx buffer num: 32
I (607) wifi:Init management frame dynamic rx buffer num: 32
I (607) wifi:Init management short buffer num: 32
I (617) wifi:Init static rx buffer size: 1600
I (617) wifi:Init static rx buffer num: 10
I (617) wifi:Init dynamic rx buffer num: 32
E (627) phy_init: esp_phy_load_cal_data_from_nvs: NVS has not been initialized. Call nvs_flash_init before starting WiFi/BT.
W (637) phy_init: failed to load RF calibration data (0x1101), falling back to full calibration
I (777) phy: phy_version: 4180, cb3948e, Sep 12 2019, 16:39:13, 0, 2
I (777) wifi:mode : sta (8c:aa:b5:b5:60:cc)
I (1287) WiFiManager: Connect to Wi-Fi with SSID and password
I (1407) wifi:new:<1,0>, old:<1,0>, ap:<255,255>, sta:<1,0>, prof:1
I (3577) wifi:state: init -> auth (b0)
I (3587) wifi:state: auth -> assoc (0)
I (3587) wifi:state: assoc -> run (10)
I (3597) wifi:connected with ???, aid = 1, channel 1, BW20, bssid = 4c:5e:0c:32:b4:17
I (3597) wifi:security: WPA2-PSK, phy: bgn, rssi: -55
I (3607) wifi:pm start, type: 1
I (3687) wifi:AP's beacon interval = 102400 us, DTIM period = 1
I (4557) esp_netif_handlers: sta ip: 192.168.1.9, mask: 255.255.255.0, gw: 192.168.1.1
W (4607) STACK POSITION: p0: 0x3ffbc8d0
W (4607) STACK POSITION: p1: 0x3ffbc8d4
W (4607) STACK POSITION: p2: 0x3ffbc8d8
I (4607) LOG_TAG: Wi-Fi RSSI:***ERROR*** A stack overflow in task Tmr Svc has been detected.
abort() was called at PC 0x40088451 on core 0
0x40088451: vApplicationStackOverflowHook at /Users/mdobryakov/.esp-idf/components/esp32/panic.c:125
ELF file SHA256: dcacbb36167eb951
Backtrace: 0x40087fec:0x3ffbc210 0x4008842c:0x3ffbc240 0x40088451:0x3ffbc270 0x4008a208:0x3ffbc2a0 0x40088f40:0x3ffbc2d0 0x40088ef6:0xa5a5a5a5 |<-CORRUPTED
0x40087fec: invoke_abort at /Users/mdobryakov/.esp-idf/components/esp32/panic.c:157
0x4008842c: abort at /Users/mdobryakov/.esp-idf/components/esp32/panic.c:174
0x40088451: vApplicationStackOverflowHook at /Users/mdobryakov/.esp-idf/components/esp32/panic.c:125
0x4008a208: vTaskSwitchContext at /Users/mdobryakov/.esp-idf/components/freertos/tasks.c:2770
0x40088f40: _frxt_dispatch at /Users/mdobryakov/.esp-idf/components/freertos/portasm.S:406
0x40088ef6: _frxt_int_exit at /Users/mdobryakov/.esp-idf/components/freertos/portasm.S:206
Rebooting...
ets Jun 8 2016 00:22:57
rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:4
load:0x3fff0034,len:6952
load:0x40078000,len:13072
ho 0 tail 12 room 4
load:0x40080400,len:3896
0x40080400: _init at ??:?
entry 0x40080688
I (31) boot: ESP-IDF v4.1 2nd stage bootloader
I (31) boot: compile time 10:16:04
I (31) boot: chip revision: 1
I (33) boot_comm: chip revision: 1, min. bootloader chip revision: 0
I (41) boot.esp32: SPI Speed : 40MHz
I (45) boot.esp32: SPI Mode : DIO
I (50) boot.esp32: SPI Flash Size : 2MB
I (54) boot: Enabling RNG early entropy source...
I (60) boot: Partition Table:
I (63) boot: ## Label Usage Type ST Offset Length
I (71) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (78) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (85) boot: 2 factory factory app 00 00 00010000 00100000
I (93) boot: End of partition table
I (97) boot_comm: chip revision: 1, min. application chip revision: 0
I (104) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x19ad0 (105168) map
I (153) esp_image: segment 1: paddr=0x00029af8 vaddr=0x3ffb0000 size=0x038dc ( 14556) load
I (160) esp_image: segment 2: paddr=0x0002d3dc vaddr=0x40080000 size=0x00404 ( 1028) load
0x40080000: _WindowOverflow4 at /Users/mdobryakov/.esp-idf/components/freertos/xtensa_vectors.S:1778
I (161) esp_image: segment 3: paddr=0x0002d7e8 vaddr=0x40080404 size=0x02830 ( 10288) load
I (173) esp_image: segment 4: paddr=0x00030020 vaddr=0x400d0020 size=0x7bbf4 (506868) map
0x400d0020: _stext at ??:?
I (371) esp_image: segment 5: paddr=0x000abc1c vaddr=0x40082c34 size=0x159cc ( 88524) load
0x40082c34: _xt_syscall_exc at /Users/mdobryakov/.esp-idf/components/freertos/xtensa_vectors.S:827
I (422) boot: Loaded app from partition at offset 0x10000
I (423) boot: Disabling RNG early entropy source...
I (423) cpu_start: Pro cpu up.
I (427) cpu_start: Application information:
I (431) cpu_start: Project name: stack_trace_fault
I (437) cpu_start: App version: 1
I (442) cpu_start: Compile time: Oct 15 2020 10:15:55
I (448) cpu_start: ELF file SHA256: dcacbb36167eb951...
I (454) cpu_start: ESP-IDF: v4.1
I (458) cpu_start: Starting app cpu, entry point is 0x40081348
0x40081348: call_start_cpu1 at /Users/mdobryakov/.esp-idf/components/esp32/cpu_start.c:271
I (450) cpu_start: App cpu up.
I (469) heap_init: Initializing. RAM available for dynamic allocation:
I (476) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
I (482) heap_init: At 3FFB91C8 len 00026E38 (155 KiB): DRAM
I (488) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (495) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (501) heap_init: At 40098600 len 00007A00 (30 KiB): IRAM
I (507) cpu_start: Pro cpu start user code
I (526) spi_flash: detected chip: generic
I (527) spi_flash: flash io: dio
W (527) spi_flash: Detected size(4096k) larger than the size in the binary image header(2048k). Using the size in the binary image header.
I (537) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (548) WiFiManager: Initialization of Wi-Fi system
I (558) WiFiManager: Start STA Wi-Fi client
I (568) wifi:wifi driver task: 3ffc1478, prio:23, stack:6656, core=0
I (568) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
I (578) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
I (588) wifi:wifi firmware version: 3ea4c76
I (588) wifi:config NVS flash: disabled
I (588) wifi:config nano formating: disabled
I (598) wifi:Init dynamic tx buffer num: 32
I (598) wifi:Init data frame dynamic rx buffer num: 32
I (608) wifi:Init management frame dynamic rx buffer num: 32
I (608) wifi:Init management short buffer num: 32
I (618) wifi:Init static rx buffer size: 1600
I (618) wifi:Init static rx buffer num: 10
I (618) wifi:Init dynamic rx buffer num: 32
E (628) phy_init: esp_phy_load_cal_data_from_nvs: NVS has not been initialized. Call nvs_flash_init before starting WiFi/BT.
W (638) phy_init: failed to load RF calibration data (0x1101), falling back to full calibration
I (778) phy: phy_version: 4180, cb3948e, Sep 12 2019, 16:39:13, 0, 2
I (778) wifi:mode : sta (8c:aa:b5:b5:60:cc)
I (1288) WiFiManager: Connect to Wi-Fi with SSID and password
I (1408) wifi:new:<1,0>, old:<1,0>, ap:<255,255>, sta:<1,0>, prof:1
I (3578) wifi:state: init -> auth (b0)
I (3588) wifi:state: auth -> assoc (0)
I (3588) wifi:state: assoc -> run (10)
I (3598) wifi:connected with ???, aid = 1, channel 1, BW20, bssid = 4c:5e:0c:32:b4:17
I (3598) wifi:security: WPA2-PSK, phy: bgn, rssi: -54
I (3608) wifi:pm start, type: 1
I (3648) wifi:AP's beacon interval = 102400 us, DTIM period = 1
I (4558) esp_netif_handlers: sta ip: 192.168.1.9, mask: 255.255.255.0, gw: 192.168.1.1
W (4608) STACK POSITION: p0: 0x3ffbc8d0
W (4608) STACK POSITION: p1: 0x3ffbc8d4
W (4608) STACK POSITION: p2: 0x3ffbc8d8
I (4608) LOG_TAG: Wi-Fi RSSI: -***ERROR*** A stack overflow in task Tmr Svc has been detected.
abort() was called at PC 0x40088451 on core 0
0x40088451: vApplicationStackOverflowHook at /Users/mdobryakov/.esp-idf/components/esp32/panic.c:125
ELF file SHA256: dcacbb36167eb951
Backtrace: 0x40087fec:0x3ffbc210 0x4008842c:0x3ffbc240 0x40088451:0x3ffbc270 0x4008a208:0x3ffbc2a0 0x40088f40:0x3ffbc2d0 0x40088ef6:0xa5a5a5a5 |<-CORRUPTED
0x40087fec: invoke_abort at /Users/mdobryakov/.esp-idf/components/esp32/panic.c:157
0x4008842c: abort at /Users/mdobryakov/.esp-idf/components/esp32/panic.c:174
0x40088451: vApplicationStackOverflowHook at /Users/mdobryakov/.esp-idf/components/esp32/panic.c:125
0x4008a208: vTaskSwitchContext at /Users/mdobryakov/.esp-idf/components/freertos/tasks.c:2770
0x40088f40: _frxt_dispatch at /Users/mdobryakov/.esp-idf/components/freertos/portasm.S:406
0x40088ef6: _frxt_int_exit at /Users/mdobryakov/.esp-idf/components/freertos/portasm.S:206
Rebooting...
ets Jun 8 2016 00:22:57
rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:4
load:0x3fff0034,len:6952
load:0x40078000,len:13072
ho 0 tail 12 room 4
load:0x40080400,len:3896
0x40080400: _init at ??:?
entry 0x40080688
I (31) boot: ESP-IDF v4.1 2nd stage bootloader
I (31) boot: compile time 10:16:04
I (31) boot: chip revision: 1
I (33) boot_comm: chip revision: 1, min. bootloader chip revision: 0
I (41) boot.esp32: SPI Speed : 40MHz
I (45) boot.esp32: SPI Mode : DIO
I (50) boot.esp32: SPI Flash Size : 2MB
I (54) boot: Enabling RNG early entropy source...
I (60) boot: Partition Table:
I (63) boot: ## Label Usage Type ST Offset Length
I (71) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (78) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (85) boot: 2 factory factory app 00 00 00010000 00100000
I (93) boot: End of partition table
I (97) boot_comm: chip revision: 1, min. application chip revision: 0
I (104) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x19ad0 (105168) map
I (153) esp_image: segment 1: paddr=0x00029af8 vaddr=0x3ffb0000 size=0x038dc ( 14556) load
I (160) esp_image: segment 2: paddr=0x0002d3dc vaddr=0x40080000 size=0x00404 ( 1028) load
0x40080000: _WindowOverflow4 at /Users/mdobryakov/.esp-idf/components/freertos/xtensa_vectors.S:1778
I (161) esp_image: segment 3: paddr=0x0002d7e8 vaddr=0x40080404 size=0x02830 ( 10288) load
I (173) esp_image: segment 4: paddr=0x00030020 vaddr=0x400d0020 size=0x7bbf4 (506868) map
0x400d0020: _stext at ??:?
I (371) esp_image: segment 5: paddr=0x000abc1c vaddr=0x40082c34 size=0x159cc ( 88524) load
0x40082c34: _xt_syscall_exc at /Users/mdobryakov/.esp-idf/components/freertos/xtensa_vectors.S:827
I (422) boot: Loaded app from partition at offset 0x10000
I (423) boot: Disabling RNG early entropy source...
I (423) cpu_start: Pro cpu up.
I (427) cpu_start: Application information:
I (431) cpu_start: Project name: stack_trace_fault
I (437) cpu_start: App version: 1
I (442) cpu_start: Compile time: Oct 15 2020 10:15:55
I (448) cpu_start: ELF file SHA256: dcacbb36167eb951...
I (454) cpu_start: ESP-IDF: v4.1
I (458) cpu_start: Starting app cpu, entry point is 0x40081348
0x40081348: call_start_cpu1 at /Users/mdobryakov/.esp-idf/components/esp32/cpu_start.c:271
I (450) cpu_start: App cpu up.
I (469) heap_init: Initializing. RAM available for dynamic allocation:
I (476) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
I (482) heap_init: At 3FFB91C8 len 00026E38 (155 KiB): DRAM
I (488) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (495) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (501) heap_init: At 40098600 len 00007A00 (30 KiB): IRAM
I (507) cpu_start: Pro cpu start user code
I (526) spi_flash: detected chip: generic
I (527) spi_flash: flash io: dio
W (527) spi_flash: Detected size(4096k) larger than the size in the binary image header(2048k). Using the size in the binary image header.
I (537) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (548) WiFiManager: Initialization of Wi-Fi system
I (558) WiFiManager: Start STA Wi-Fi client
I (568) wifi:wifi driver task: 3ffc1478, prio:23, stack:6656, core=0
I (568) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
I (578) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
I (588) wifi:wifi firmware version: 3ea4c76
I (588) wifi:config NVS flash: disabled
I (588) wifi:config nano formating: disabled
I (598) wifi:Init dynamic tx buffer num: 32
I (598) wifi:Init data frame dynamic rx buffer num: 32
I (608) wifi:Init management frame dynamic rx buffer num: 32
I (608) wifi:Init management short buffer num: 32
I (618) wifi:Init static rx buffer size: 1600
I (618) wifi:Init static rx buffer num: 10
I (618) wifi:Init dynamic rx buffer num: 32
E (628) phy_init: esp_phy_load_cal_data_from_nvs: NVS has not been initialized. Call nvs_flash_init before starting WiFi/BT.
W (638) phy_init: failed to load RF calibration data (0x1101), falling back to full calibration
I (848) phy: phy_version: 4180, cb3948e, Sep 12 2019, 16:39:13, 0, 2
I (858) wifi:mode : sta (8c:aa:b5:b5:60:cc)
I (1358) WiFiManager: Connect to Wi-Fi with SSID and password
I (1478) wifi:new:<1,0>, old:<1,0>, ap:<255,255>, sta:<1,0>, prof:1
I (3648) wifi:state: init -> auth (b0)
I (3658) wifi:state: auth -> assoc (0)
I (3658) wifi:state: assoc -> run (10)
I (3668) wifi:connected with ???, aid = 1, channel 1, BW20, bssid = 4c:5e:0c:32:b4:17
I (3668) wifi:security: WPA2-PSK, phy: bgn, rssi: -56
I (3678) wifi:pm start, type: 1
I (3708) wifi:AP's beacon interval = 102400 us, DTIM period = 1
I (4558) esp_netif_handlers: sta ip: 192.168.1.9, mask: 255.255.255.0, gw: 192.168.1.1
W (4678) STACK POSITION: p0: 0x3ffbc8d0
W (4678) STACK POSITION: p1: 0x3ffbc8d4
W (4678) STACK POSITION: p2: 0x3ffbc8d8
I (4678) LOG_TAG: Wi-Fi RSSI: -57
W (5678) STACK POSITION: p0: 0x3ffbc8d0
W (5678) STACK POSITION: p1: 0x3ffbc8d4
W (5678) STACK POSITION: p2: 0x3ffbc8d8
I (5678) LOG_TAG: Wi-Fi RSSI: -57
W (6678) STACK POSITION: p0: 0x3ffbc8d0
W (6678) STACK POSITION: p1: 0x3ffbc8d4
W (6678) STACK POSITION: p2: 0x3ffbc8d8
I (6678) LOG_TAG: Wi-Fi R***ERROR*** A stack overflow in task Tmr Svc has been detected.
abort() was called at PC 0x40088451 on core 0
0x40088451: vApplicationStackOverflowHook at /Users/mdobryakov/.esp-idf/components/esp32/panic.c:125
ELF file SHA256: dcacbb36167eb951
Backtrace: 0x40087fec:0x3ffbc210 0x4008842c:0x3ffbc240 0x40088451:0x3ffbc270 0x4008a208:0x3ffbc2a0 0x40088f40:0x3ffbc2d0 0x40088ef6:0xa5a5a5a5 |<-CORRUPTED
0x40087fec: invoke_abort at /Users/mdobryakov/.esp-idf/components/esp32/panic.c:157
0x4008842c: abort at /Users/mdobryakov/.esp-idf/components/esp32/panic.c:174
0x40088451: vApplicationStackOverflowHook at /Users/mdobryakov/.esp-idf/components/esp32/panic.c:125
0x4008a208: vTaskSwitchContext at /Users/mdobryakov/.esp-idf/components/freertos/tasks.c:2770
0x40088f40: _frxt_dispatch at /Users/mdobryakov/.esp-idf/components/freertos/portasm.S:406
0x40088ef6: _frxt_int_exit at /Users/mdobryakov/.esp-idf/components/freertos/portasm.S:206
Rebooting...
ets Jun 8 2016 00:22:57
rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:4
load:0x3fff0034,len:6952
load:0x40078000,len:13072
ho 0 tail 12 room 4
load:0x40080400,len:3896
0x40080400: _init at ??:?
entry 0x40080688
I (31) boot: ESP-IDF v4.1 2nd stage bootloader
I (31) boot: compile time 10:16:04
I (31) boot: chip revision: 1
I (33) boot_comm: chip revision: 1, min. bootloader chip revision: 0
I (41) boot.esp32: SPI Speed : 40MHz
I (45) boot.esp32: SPI Mode : DIO
I (50) boot.esp32: SPI Flash Size : 2MB
I (54) boot: Enabling RNG early entropy source...
I (60) boot: Partition Table:
I (63) boot: ## Label Usage Type ST Offset Length
I (71) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (78) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (85) boot: 2 factory factory app 00 00 00010000 00100000
I (93) boot: End of partition table
I (97) boot_comm: chip revision: 1, min. application chip revision: 0
I (104) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x19ad0 (105168) map
I (153) esp_image: segment 1: paddr=0x00029af8 vaddr=0x3ffb0000 size=0x038dc ( 14556) load
I (160) esp_image: segment 2: paddr=0x0002d3dc vaddr=0x40080000 size=0x00404 ( 1028) load
0x40080000: _WindowOverflow4 at /Users/mdobryakov/.esp-idf/components/freertos/xtensa_vectors.S:1778
I (161) esp_image: segment 3: paddr=0x0002d7e8 vaddr=0x40080404 size=0x02830 ( 10288) load
I (173) esp_image: segment 4: paddr=0x00030020 vaddr=0x400d0020 size=0x7bbf4 (506868) map
0x400d0020: _stext at ??:?
I (371) esp_image: segment 5: paddr=0x000abc1c vaddr=0x40082c34 size=0x159cc ( 88524) load
0x40082c34: _xt_syscall_exc at /Users/mdobryakov/.esp-idf/components/freertos/xtensa_vectors.S:827
I (422) boot: Loaded app from partition at offset 0x10000
I (423) boot: Disabling RNG early entropy source...
I (423) cpu_start: Pro cpu up.
I (427) cpu_start: Application information:
I (431) cpu_start: Project name: stack_trace_fault
I (437) cpu_start: App version: 1
I (442) cpu_start: Compile time: Oct 15 2020 10:15:55
I (448) cpu_start: ELF file SHA256: dcacbb36167eb951...
I (454) cpu_start: ESP-IDF: v4.1
I (458) cpu_start: Starting app cpu, entry point is 0x40081348
0x40081348: call_start_cpu1 at /Users/mdobryakov/.esp-idf/components/esp32/cpu_start.c:271
I (450) cpu_start: App cpu up.
I (469) heap_init: Initializing. RAM available for dynamic allocation:
I (476) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
I (482) heap_init: At 3FFB91C8 len 00026E38 (155 KiB): DRAM
I (488) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (495) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (501) heap_init: At 40098600 len 00007A00 (30 KiB): IRAM
I (507) cpu_start: Pro cpu start user code
I (526) spi_flash: detected chip: generic
I (527) spi_flash: flash io: dio
W (527) spi_flash: Detected size(4096k) larger than the size in the binary image header(2048k). Using the size in the binary image header.
I (537) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (548) WiFiManager: Initialization of Wi-Fi system
I (558) WiFiManager: Start STA Wi-Fi client
I (568) wifi:wifi driver task: 3ffc1478, prio:23, stack:6656, core=0
I (568) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
I (578) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
I (588) wifi:wifi firmware version: 3ea4c76
I (588) wifi:config NVS flash: disabled
I (588) wifi:config nano formating: disabled
I (598) wifi:Init dynamic tx buffer num: 32
I (598) wifi:Init data frame dynamic rx buffer num: 32
I (608) wifi:Init management frame dynamic rx buffer num: 32
I (608) wifi:Init management short buffer num: 32
I (618) wifi:Init static rx buffer size: 1600
I (618) wifi:Init static rx buffer num: 10
I (618) wifi:Init dynamic rx buffer num: 32
E (628) phy_init: esp_phy_load_cal_data_from_nvs: NVS has not been initialized. Call nvs_flash_init before starting WiFi/BT.
W (638) phy_init: failed to load RF calibration data (0x1101), falling back to full calibration
I (778) phy: phy_version: 4180, cb3948e, Sep 12 2019, 16:39:13, 0, 2
I (788) wifi:mode : sta (8c:aa:b5:b5:60:cc)
I (1288) WiFiManager: Connect to Wi-Fi with SSID and password
I (1408) wifi:new:<1,0>, old:<1,0>, ap:<255,255>, sta:<1,0>, prof:1
I (3578) wifi:state: init -> auth (b0)
I (3588) wifi:state: auth -> assoc (0)
I (3588) wifi:state: assoc -> run (10)
I (3598) wifi:connected with ???, aid = 1, channel 1, BW20, bssid = 4c:5e:0c:32:b4:17
I (3598) wifi:security: WPA2-PSK, phy: bgn, rssi: -56
I (3608) wifi:pm start, type: 1
I (3648) wifi:AP's beacon interval = 102400 us, DTIM period = 1
I (4558) esp_netif_handlers: sta ip: 192.168.1.9, mask: 255.255.255.0, gw: 192.168.1.1
W (4608) STACK POSITION: p0: 0x3ffbc8d0
W (4608) STACK POSITION: p1: 0x3ffbc8d4
W (4608) STACK POSITION: p2: 0x3ffbc8d8
I (4608) LOG_TAG: Wi-Fi RSSI: -58
***ERROR*** A stack overflow in task Tmr Svc has been detected.
abort() was called at PC 0x40088451 on core 0
0x40088451: vApplicationStackOverflowHook at /Users/mdobryakov/.esp-idf/components/esp32/panic.c:125
ELF file SHA256: dcacbb36167eb951
Backtrace: 0x40087fec:0x3ffbc7a0 0x4008842c:0x3ffbc7d0 0x40088451:0x3ffbc800 0x4008a208:0x3ffbc830 0x40088f40:0x3ffbc860 0x40088ef6:0x3ffbc890 0x400ff6b3:0x00000001 |<-CORRUPTED
0x40087fec: invoke_abort at /Users/mdobryakov/.esp-idf/components/esp32/panic.c:157
0x4008842c: abort at /Users/mdobryakov/.esp-idf/components/esp32/panic.c:174
0x40088451: vApplicationStackOverflowHook at /Users/mdobryakov/.esp-idf/components/esp32/panic.c:125
0x4008a208: vTaskSwitchContext at /Users/mdobryakov/.esp-idf/components/freertos/tasks.c:2770
0x40088f40: _frxt_dispatch at /Users/mdobryakov/.esp-idf/components/freertos/portasm.S:406
0x40088ef6: _frxt_int_exit at /Users/mdobryakov/.esp-idf/components/freertos/portasm.S:206
0x400ff6b3: esp_wifi_sta_get_ap_info at ??:?
Rebooting...
ets Jun 8 2016 00:22:57
rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:4
load:0x3fff0034,len:6952
load:0x40078000,len:13072
ho 0 tail 12 room 4
load:0x40080400,len:3896
0x40080400: _init at ??:?
entry 0x40080688
I (31) boot: ESP-IDF v4.1 2nd stage bootloader
I (31) boot: compile time 10:16:04
I (31) boot: chip revision: 1
I (33) boot_comm: chip revision: 1, min. bootloader chip revision: 0
I (41) boot.esp32: SPI Speed : 40MHz
I (45) boot.esp32: SPI Mode : DIO
I (50) boot.esp32: SPI Flash Size : 2MB
I (54) boot: Enabling RNG early entropy source...
I (60) boot: Partition Table:
I (63) boot: ## Label Usage Type ST Offset Length
I (71) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (78) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (85) boot: 2 factory factory app 00 00 00010000 00100000
I (93) boot: End of partition table
I (97) boot_comm: chip revision: 1, min. application chip revision: 0
I (104) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x19ad0 (105168) map
I (153) esp_image: segment 1: paddr=0x00029af8 vaddr=0x3ffb0000 size=0x038dc ( 14556) load
I (160) esp_image: segment 2: paddr=0x0002d3dc vaddr=0x40080000 size=0x00404 ( 1028) load
0x40080000: _WindowOverflow4 at /Users/mdobryakov/.esp-idf/components/freertos/xtensa_vectors.S:1778
I (161) esp_image: segment 3: paddr=0x0002d7e8 vaddr=0x40080404 size=0x02830 ( 10288) load
I (173) esp_image: segment 4: paddr=0x00030020 vaddr=0x400d0020 size=0x7bbf4 (506868) map
0x400d0020: _stext at ??:?
I (371) esp_image: segment 5: paddr=0x000abc1c vaddr=0x40082c34 size=0x159cc ( 88524) load
0x40082c34: _xt_syscall_exc at /Users/mdobryakov/.esp-idf/components/freertos/xtensa_vectors.S:827
I (422) boot: Loaded app from partition at offset 0x10000
I (423) boot: Disabling RNG early entropy source...
I (423) cpu_start: Pro cpu up.
I (427) cpu_start: Application information:
I (431) cpu_start: Project name: stack_trace_fault
I (437) cpu_start: App version: 1
I (442) cpu_start: Compile time: Oct 15 2020 10:15:55
I (448) cpu_start: ELF file SHA256: dcacbb36167eb951...
I (454) cpu_start: ESP-IDF: v4.1
I (458) cpu_start: Starting app cpu, entry point is 0x40081348
0x40081348: call_start_cpu1 at /Users/mdobryakov/.esp-idf/components/esp32/cpu_start.c:271
I (450) cpu_start: App cpu up.
I (469) heap_init: Initializing. RAM available for dynamic allocation:
I (476) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
I (482) heap_init: At 3FFB91C8 len 00026E38 (155 KiB): DRAM
I (488) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (495) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (501) heap_init: At 40098600 len 00007A00 (30 KiB): IRAM
I (507) cpu_start: Pro cpu start user code
I (526) spi_flash: detected chip: generic
I (527) spi_flash: flash io: dio
W (527) spi_flash: Detected size(4096k) larger than the size in the binary image header(2048k). Using the size in the binary image header.
I (537) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (548) WiFiManager: Initialization of Wi-Fi system
I (558) WiFiManager: Start STA Wi-Fi client
I (568) wifi:wifi driver task: 3ffc1478, prio:23, stack:6656, core=0
I (568) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
I (578) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
I (588) wifi:wifi firmware version: 3ea4c76
I (588) wifi:config NVS flash: disabled
I (588) wifi:config nano formating: disabled
I (598) wifi:Init dynamic tx buffer num: 32
I (598) wifi:Init data frame dynamic rx buffer num: 32
I (608) wifi:Init management frame dynamic rx buffer num: 32
I (608) wifi:Init management short buffer num: 32
I (618) wifi:Init static rx buffer size: 1600
I (618) wifi:Init static rx buffer num: 10
I (618) wifi:Init dynamic rx buffer num: 32
E (628) phy_init: esp_phy_load_cal_data_from_nvs: NVS has not been initialized. Call nvs_flash_init before starting WiFi/BT.
W (638) phy_init: failed to load RF calibration data (0x1101), falling back to full calibration
I (798) phy: phy_version: 4180, cb3948e, Sep 12 2019, 16:39:13, 0, 2
I (798) wifi:mode : sta (8c:aa:b5:b5:60:cc)
I (1298) WiFiManager: Connect to Wi-Fi with SSID and password
I (1418) wifi:new:<1,0>, old:<1,0>, ap:<255,255>, sta:<1,0>, prof:1
I (3588) wifi:state: init -> auth (b0)
I (3598) wifi:state: auth -> assoc (0)
I (3598) wifi:state: assoc -> run (10)
I (3618) wifi:connected with ???, aid = 1, channel 1, BW20, bssid = 4c:5e:0c:32:b4:17
I (3618) wifi:security: WPA2-PSK, phy: bgn, rssi: -57
I (3618) wifi:pm start, type: 1
I (3708) wifi:AP's beacon interval = 102400 us, DTIM period = 1
I (4558) esp_netif_handlers: sta ip: 192.168.1.9, mask: 255.255.255.0, gw: 192.168.1.1
W (4618) STACK POSITION: p0: 0x3ffbc8d0
W (4618) STACK POSITION: p1: 0x3ffbc8d4
W (4618) STACK POSITION: p2: 0x3ffbc8d8
I (4618) LOG_TAG: Wi-Fi RSSI: -57
***ERROR*** A stack overflow in task Tmr Svc has been detected.
abort() was called at PC 0x40088451 on core 0
0x40088451: vApplicationStackOverflowHook at /Users/mdobryakov/.esp-idf/components/esp32/panic.c:125
ELF file SHA256: dcacbb36167eb951
Backtrace: 0x40087fec:0x3ffbc7a0 0x4008842c:0x3ffbc7d0 0x40088451:0x3ffbc800 0x4008a208:0x3ffbc830 0x40088f40:0x3ffbc860 0x40088ef6:0x3ffbc890 0x400ff6b3:0x456f7b22 |<-CORRUPTED
0x40087fec: invoke_abort at /Users/mdobryakov/.esp-idf/components/esp32/panic.c:157
0x4008842c: abort at /Users/mdobryakov/.esp-idf/components/esp32/panic.c:174
0x40088451: vApplicationStackOverflowHook at /Users/mdobryakov/.esp-idf/components/esp32/panic.c:125
0x4008a208: vTaskSwitchContext at /Users/mdobryakov/.esp-idf/components/freertos/tasks.c:2770
0x40088f40: _frxt_dispatch at /Users/mdobryakov/.esp-idf/components/freertos/portasm.S:406
0x40088ef6: _frxt_int_exit at /Users/mdobryakov/.esp-idf/components/freertos/portasm.S:206
0x400ff6b3: esp_wifi_sta_get_ap_info at ??:?
Rebooting...
ets Jun 8 2016 00:22:57
rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:4
load:0x3fff0034,len:6952
load:0x40078000,len:13072
ho 0 tail 12 room 4
load:0x40080400,len:3896
0x40080400: _init at ??:?
entry 0x40080688
I (31) boot: ESP-IDF v4.1 2nd stage bootloader
I (31) boot: compile time 10:16:04
I (31) boot: chip revision: 1
I (33) boot_comm: chip revision: 1, min. bootloader chip revision: 0
I (41) boot.esp32: SPI Speed : 40MHz
I (45) boot.esp32: SPI Mode : DIO
I (50) boot.esp32: SPI Flash Size : 2MB
I (54) boot: Enabling RNG early entropy source...
I (60) boot: Partition Table:
I (63) boot: ## Label Usage Type ST Offset Length
I (71) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (78) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (85) boot: 2 factory factory app 00 00 00010000 00100000
I (93) boot: End of partition table
I (97) boot_comm: chip revision: 1, min. application chip revision: 0
I (104) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x19ad0 (105168) map
I (153) esp_image: segment 1: paddr=0x00029af8 vaddr=0x3ffb0000 size=0x038dc ( 14556) load
I (160) esp_image: segment 2: paddr=0x0002d3dc vaddr=0x40080000 size=0x00404 ( 1028) load
0x40080000: _WindowOverflow4 at /Users/mdobryakov/.esp-idf/components/freertos/xtensa_vectors.S:1778
I (161) esp_image: segment 3: paddr=0x0002d7e8 vaddr=0x40080404 size=0x02830 ( 10288) load
I (173) esp_image: segment 4: paddr=0x00030020 vaddr=0x400d0020 size=0x7bbf4 (506868) map
0x400d0020: _stext at ??:?
I (371) esp_image: segment 5: paddr=0x000abc1c vaddr=0x40082c34 size=0x159cc ( 88524) load
0x40082c34: _xt_syscall_exc at /Users/mdobryakov/.esp-idf/components/freertos/xtensa_vectors.S:827
I (422) boot: Loaded app from partition at offset 0x10000
I (423) boot: Disabling RNG early entropy source...
I (423) cpu_start: Pro cpu up.
I (427) cpu_start: Application information:
I (431) cpu_start: Project name: stack_trace_fault
I (437) cpu_start: App version: 1
I (442) cpu_start: Compile time: Oct 15 2020 10:15:55
I (448) cpu_start: ELF file SHA256: dcacbb36167eb951...
I (454) cpu_start: ESP-IDF: v4.1
I (458) cpu_start: Starting app cpu, entry point is 0x40081348
0x40081348: call_start_cpu1 at /Users/mdobryakov/.esp-idf/components/esp32/cpu_start.c:271
I (450) cpu_start: App cpu up.
I (469) heap_init: Initializing. RAM available for dynamic allocation:
I (476) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
I (482) heap_init: At 3FFB91C8 len 00026E38 (155 KiB): DRAM
I (488) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (495) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (501) heap_init: At 40098600 len 00007A00 (30 KiB): IRAM
I (507) cpu_start: Pro cpu start user code
I (526) spi_flash: detected chip: generic
I (527) spi_flash: flash io: dio
W (527) spi_flash: Detected size(4096k) larger than the size in the binary image header(2048k). Using the size in the binary image header.
I (537) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (548) WiFiManager: Initialization of Wi-Fi system
I (558) WiFiManager: Start STA Wi-Fi client
I (568) wifi:wifi driver task: 3ffc1478, prio:23, stack:6656, core=0
I (568) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
I (578) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
I (588) wifi:wifi firmware version: 3ea4c76
I (588) wifi:config NVS flash: disabled
I (588) wifi:config nano formating: disabled
I (598) wifi:Init dynamic tx buffer num: 32
I (598) wifi:Init data frame dynamic rx buffer num: 32
I (608) wifi:Init management frame dynamic rx buffer num: 32
I (608) wifi:Init management short buffer num: 32
I (618) wifi:Init static rx buffer size: 1600
I (618) wifi:Init static rx buffer num: 10
I (618) wifi:Init dynamic rx buffer num: 32
E (628) phy_init: esp_phy_load_cal_data_from_nvs: NVS has not been initialized. Call nvs_flash_init before starting WiFi/BT.
W (638) phy_init: failed to load RF calibration data (0x1101), falling back to full calibration
I (778) phy: phy_version: 4180, cb3948e, Sep 12 2019, 16:39:13, 0, 2
I (788) wifi:mode : sta (8c:aa:b5:b5:60:cc)
I (1288) WiFiManager: Connect to Wi-Fi with SSID and password
I (1408) wifi:new:<1,0>, old:<1,0>, ap:<255,255>, sta:<1,0>, prof:1
I (3578) wifi:state: init -> auth (b0)
I (3588) wifi:state: auth -> assoc (0)
I (3588) wifi:state: assoc -> run (10)
I (3598) wifi:connected with ???, aid = 1, channel 1, BW20, bssid = 4c:5e:0c:32:b4:17
I (3608) wifi:security: WPA2-PSK, phy: bgn, rssi: -56
I (3608) wifi:pm start, type: 1
I (3658) wifi:AP's beacon interval = 102400 us, DTIM period = 1
I (4558) esp_netif_handlers: sta ip: 192.168.1.9, mask: 255.255.255.0, gw: 192.168.1.1
W (4608) STACK POSITION: p0: 0x3ffbc8d0
W (4608) STACK POSITION: p1: 0x3ffbc8d4
W (4608) STACK POSITION: p2: 0x3ffbc8d8
I (4608) LOG_TAG: Wi-Fi RSSI: -58
***ERROR*** A stack overflow in task Tmr Svc has been detected.
abort() was called at PC 0x40088451 on core 0
0x40088451: vApplicationStackOverflowHook at /Users/mdobryakov/.esp-idf/components/esp32/panic.c:125
ELF file SHA256: dcacbb36167eb951
Backtrace: 0x40087fec:0x3ffbc7a0 0x4008842c:0x3ffbc7d0 0x40088451:0x3ffbc800 0x4008a208:0x3ffbc830 0x40088f40:0x3ffbc860 0x40088ef6:0x3ffbc890 0x400ff6b3:0x00000001 |<-CORRUPTED
0x40087fec: invoke_abort at /Users/mdobryakov/.esp-idf/components/esp32/panic.c:157
0x4008842c: abort at /Users/mdobryakov/.esp-idf/components/esp32/panic.c:174
0x40088451: vApplicationStackOverflowHook at /Users/mdobryakov/.esp-idf/components/esp32/panic.c:125
0x4008a208: vTaskSwitchContext at /Users/mdobryakov/.esp-idf/components/freertos/tasks.c:2770
0x40088f40: _frxt_dispatch at /Users/mdobryakov/.esp-idf/components/freertos/portasm.S:406
0x40088ef6: _frxt_int_exit at /Users/mdobryakov/.esp-idf/components/freertos/portasm.S:206
0x400ff6b3: esp_wifi_sta_get_ap_info at ??:?
Rebooting...
ets Jun 8 2016 00:22:57
rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:4
load:0x3fff0034,len:6952
load:0x40078000,len:13072
ho 0 tail 12 room 4
load:0x40080400,len:3896
0x40080400: _init at ??:?
entry 0x40080688
I (31) boot: ESP-IDF v4.1 2nd stage bootloader
I (31) boot: compile time 10:16:04
I (31) boot: chip revision: 1
I (33) boot_comm: chip revision: 1, min. bootloader chip revision: 0
I (41) boot.esp32: SPI Speed : 40MHz
I (45) boot.esp32: SPI Mode : DIO
I (50) boot.esp32: SPI Flash Size : 2MB
I (54) boot: Enabling RNG early entropy source...
I (60) boot: Partition Table:
I (63) boot: ## Label Usage Type ST Offset Length
I (71) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (78) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (85) boot: 2 factory factory app 00 00 00010000 00100000
I (93) boot: End of partition table
I (97) boot_comm: chip revision: 1, min. application chip revision: 0
I (104) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x19ad0 (105168) map
I (153) esp_image: segment 1: paddr=0x00029af8 vaddr=0x3ffb0000 size=0x038dc ( 14556) load
I (160) esp_image: segment 2: paddr=0x0002d3dc vaddr=0x40080000 size=0x00404 ( 1028) load
0x40080000: _WindowOverflow4 at /Users/mdobryakov/.esp-idf/components/freertos/xtensa_vectors.S:1778
I (161) esp_image: segment 3: paddr=0x0002d7e8 vaddr=0x40080404 size=0x02830 ( 10288) load
I (173) esp_image: segment 4: paddr=0x00030020 vaddr=0x400d0020 size=0x7bbf4 (506868) map
0x400d0020: _stext at ??:?
I (371) esp_image: segment 5: paddr=0x000abc1c vaddr=0x40082c34 size=0x159cc ( 88524) load
0x40082c34: _xt_syscall_exc at /Users/mdobryakov/.esp-idf/components/freertos/xtensa_vectors.S:827
I (422) boot: Loaded app from partition at offset 0x10000
I (423) boot: Disabling RNG early entropy source...
I (423) cpu_start: Pro cpu up.
I (427) cpu_start: Application information:
I (431) cpu_start: Project name: stack_trace_fault
I (437) cpu_start: App version: 1
I (442) cpu_start: Compile time: Oct 15 2020 10:15:55
I (448) cpu_start: ELF file SHA256: dcacbb36167eb951...
I (454) cpu_start: ESP-IDF: v4.1
I (458) cpu_start: Starting app cpu, entry point is 0x40081348
0x40081348: call_start_cpu1 at /Users/mdobryakov/.esp-idf/components/esp32/cpu_start.c:271
I (450) cpu_start: App cpu up.
I (469) heap_init: Initializing. RAM available for dynamic allocation:
I (476) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
I (482) heap_init: At 3FFB91C8 len 00026E38 (155 KiB): DRAM
I (488) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (495) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (501) heap_init: At 40098600 len 00007A00 (30 KiB): IRAM
I (507) cpu_start: Pro cpu start user code
I (526) spi_flash: detected chip: generic
I (527) spi_flash: flash io: dio
W (527) spi_flash: Detected size(4096k) larger than the size in the binary image header(2048k). Using the size in the binary image header.
I (537) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (548) WiFiManager: Initialization of Wi-Fi system
I (558) WiFiManager: Start STA Wi-Fi client
I (568) wifi:wifi driver task: 3ffc1478, prio:23, stack:6656, core=0
I (568) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
I (578) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
I (588) wifi:wifi firmware version: 3ea4c76
I (588) wifi:config NVS flash: disabled
I (588) wifi:config nano formating: disabled
I (598) wifi:Init dynamic tx buffer num: 32
I (598) wifi:Init data frame dynamic rx buffer num: 32
I (608) wifi:Init management frame dynamic rx buffer num: 32
I (608) wifi:Init management short buffer num: 32
I (618) wifi:Init static rx buffer size: 1600
I (618) wifi:Init static rx buffer num: 10
I (618) wifi:Init dynamic rx buffer num: 32
E (628) phy_init: esp_phy_load_cal_data_from_nvs: NVS has not been initialized. Call nvs_flash_init before starting WiFi/BT.
W (638) phy_init: failed to load RF calibration data (0x1101), falling back to full calibration
I (788) phy: phy_version: 4180, cb3948e, Sep 12 2019, 16:39:13, 0, 2
I (788) wifi:mode : sta (8c:aa:b5:b5:60:cc)
I (1288) WiFiManager: Connect to Wi-Fi with SSID and password
I (1408) wifi:new:<1,0>, old:<1,0>, ap:<255,255>, sta:<1,0>, prof:1
I (3578) wifi:state: init -> auth (b0)
I (3588) wifi:state: auth -> assoc (0)
I (3588) wifi:state: assoc -> run (10)
I (3608) wifi:connected with ???, aid = 1, channel 1, BW20, bssid = 4c:5e:0c:32:b4:17
I (3608) wifi:security: WPA2-PSK, phy: bgn, rssi: -57
I (3608) wifi:pm start, type: 1
I (3608) wifi:AP's beacon interval = 102400 us, DTIM period = 1
I (4558) esp_netif_handlers: sta ip: 192.168.1.9, mask: 255.255.255.0, gw: 192.168.1.1
W (4618) STACK POSITION: p0: 0x3ffbc8d0
W (4618) STACK POSITION: p1: 0x3ffbc8d4
W (4618) STACK POSITION: p2: 0x3ffbc8d8
I (4618) LOG_TAG: Wi-Fi RSSI: -58
***ERROR*** A stack overflow in task Tmr Svc has been detected.
abort() was called at PC 0x40088451 on core 0
0x40088451: vApplicationStackOverflowHook at /Users/mdobryakov/.esp-idf/components/esp32/panic.c:125
ELF file SHA256: dcacbb36167eb951
Backtrace: 0x40087fec:0x3ffbc7a0 0x4008842c:0x3ffbc7d0 0x40088451:0x3ffbc800 0x4008a208:0x3ffbc830 0x40088f40:0x3ffbc860 0x40088ef6:0x3ffbc890 0x400ff6b3:0x00000001 |<-CORRUPTED
0x40087fec: invoke_abort at /Users/mdobryakov/.esp-idf/components/esp32/panic.c:157
0x4008842c: abort at /Users/mdobryakov/.esp-idf/components/esp32/panic.c:174
0x40088451: vApplicationStackOverflowHook at /Users/mdobryakov/.esp-idf/components/esp32/panic.c:125
0x4008a208: vTaskSwitchContext at /Users/mdobryakov/.esp-idf/components/freertos/tasks.c:2770
0x40088f40: _frxt_dispatch at /Users/mdobryakov/.esp-idf/components/freertos/portasm.S:406
0x40088ef6: _frxt_int_exit at /Users/mdobryakov/.esp-idf/components/freertos/portasm.S:206
0x400ff6b3: esp_wifi_sta_get_ap_info at ??:?