Skip to content

Instantly share code, notes, and snippets.

@mrandri19
Created May 27, 2018 20:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrandri19/90379775a79edc889a56728d5ed06e63 to your computer and use it in GitHub Desktop.
Save mrandri19/90379775a79edc889a56728d5ed06e63 to your computer and use it in GitHub Desktop.
I (2617) Pinger: Initializing SNTP
I (2617) Pinger: Waiting for system time to be set... (1/10)
I (4627) Pinger: System time was set
I (4627) Pinger: Start pinging
pf->send_count: 1
pf->send_count: 2
pf->send_count: 3
pf->send_count: 4
pf->send_count: 5
pf->send_count: 6
pf->send_count: 7
pf->send_count: 8
pf->send_count: 9
pf->send_count: 10
pf->send_count is equal to 10 and second_final_ping_count: 0
E (6577) wifi: ieee80211_output.c 853
pf->send_count: 10
pf->send_count is equal to 10 and second_final_ping_count: 1
Guru Meditation Error: Core 1 panic'ed (LoadStoreAlignment)
. Exception was unhandled.
Core 1 register dump:
PC : 0x4008b65c PS : 0x00060833 A0 : 0x8008ce43 A1 : 0x3ffc6ea0
0x4008b65c: uxPortCompareSet at /home/andrea/esp/esp-idf/components/freertos/tasks.c:3564
(inlined by) vPortCPUAcquireMutexIntsDisabledInternal at /home/andrea/esp/esp-idf/components/freertos/portmux_impl.inc.h:86
(inlined by) vPortCPUAcquireMutexIntsDisabled at /home/andrea/esp/esp-idf/components/freertos/portmux_impl.h:98
(inlined by) vTaskEnterCritical at /home/andrea/esp/esp-idf/components/freertos/tasks.c:4254
A2 : 0x3831304a A3 : 0x0000035c A4 : 0x00000001 A5 : 0x3ffc6b90
A6 : 0x3ffc6b90 A7 : 0x00000001 A8 : 0x0000abab A9 : 0x0000abab
A10 : 0xb33fffff A11 : 0x0000cdcd A12 : 0x00060820 A13 : 0x00000001
A14 : 0x00060820 A15 : 0x00060023 SAR : 0x00000004 EXCCAUSE: 0x00000009
EXCVADDR: 0x3831304a LBEG : 0x400014fd LEND : 0x4000150d LCOUNT : 0xffffffff
Backtrace: 0x4008b65c:0x3ffc6ea0 0x4008ce40:0x3ffc6ec0 0x400d27c8:0x3ffc6ee0 0x400e622d:0x3ffc6fc0 0x4011c090:0x3ffc6fe0
0x4008b65c: uxPortCompareSet at /home/andrea/esp/esp-idf/components/freertos/tasks.c:3564
(inlined by) vPortCPUAcquireMutexIntsDisabledInternal at /home/andrea/esp/esp-idf/components/freertos/portmux_impl.inc.h:86
(inlined by) vPortCPUAcquireMutexIntsDisabled at /home/andrea/esp/esp-idf/components/freertos/portmux_impl.h:98
(inlined by) vTaskEnterCritical at /home/andrea/esp/esp-idf/components/freertos/tasks.c:4254
0x4008ce40: xEventGroupSetBits at /home/andrea/esp/esp-idf/components/freertos/event_groups.c:567
0x400d27c8: ping_results_callback at /home/andrea/esp/hello_world/main/hello_world_main.c:151
0x400e622d: esp_ping_result at /home/andrea/esp/hello_world/main/OLD/hello_world_main.c:154
0x4011c090: ping_thread at /home/andrea/esp/esp-idf/components/lwip/apps/ping/ping.c:295
Rebooting...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment