Advertisement
Guest User

esp32 disconnect log 08-06-2017

a guest
Jun 20th, 2017
704
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. I (32881449) Statistics: [09-06-17 01:09:54Z] Uptime: 000.09:07:55 IPv4: 192.168.178.101 Free Heap: 76712 Temperature: 73
  2. I (32928199) wifi: bcn_timout,ap_probe_send_start
  3. I (32930699) wifi: ap_probe_send over, resett wifi status to disassoc
  4. I (32930699) wifi: state: run -> init (1)
  5. I (32930699) wifi: pm stop, total sleep time: 0/-1440493889
  6. I (32930699) wifi: n:1 0, o:1 0, ap:255 255, sta:1 0, prof:1
  7. E (32930709) tlsio_mbedtls: on_underlying_io_error: 3
  8. Task watchdog got triggered. The following tasks did not feed the watchdog in time:
  9. - IDLE (CPU 0)
  10. Tasks currently running:
  11. CPU 0: eventTask
  12. CPU 1: IDLE
  13. Aborting.
  14. 0x400d13a3: esp_crosscore_int_init at C:/IoT/BEASTv3/esp-idf/components/esp32/crosscore_int.c:78
  15. abort() was called at PC 0x400d13a3 on core 0
  16. Guru Meditation Error: Core 0 panic'ed (abort)
  17. 0x40171fbf: IoTHubMessage_GetContentType at C:/IoT/BEASTv3/components/azure_iot/iothub_message.c:396
  18. 0x40122fff: recvCompleteCallback at C:/IoT/BEASTv3/components/azure_iot/mqtt_client.c:33
  19. 0x40081e9d: esp_log_early_timestamp at C:/IoT/BEASTv3/esp-idf/components/log/log.c:107
  20. Backtrace: 0x40171fbf:0x3ffc09d0 0x40122fff:0x3ffc09f0 0x40081e9d:0x3ffc0a10
  21.  
  22.  
  23.  
  24. I (1089099) Statistics: [09-06-17 03:14:13Z] Uptime: 000.00:18:03 IPv4: 192.168.178.101 Free Heap: 76692 Temperature: 73
  25. I (1103589) wifi: bcn_timout,ap_probe_send_start
  26. I (1106089) wifi: ap_probe_send over, resett wifi status to disassoc
  27. I (1106089) wifi: state: run -> init (1)
  28. I (1106089) wifi: pm stop, total sleep time: 0/1094683227
  29. I (1106089) wifi: n:1 0, o:1 0, ap:255 255, sta:1 0, prof:1
  30. E (1106099) tlsio_mbedtls: on_underlying_io_error: 3
  31. Task watchdog got triggered. The following tasks did not feed the watchdog in time:
  32. - IDLE (CPU 0)
  33. Tasks currently running:
  34. CPU 0: eventTask
  35. CPU 1: IDLE
  36. Aborting.
  37. 0x400d13a3: esp_crosscore_int_init at C:/IoT/BEASTv3/esp-idf/components/esp32/crosscore_int.c:78
  38. abort() was called at PC 0x400d13a3 on core 0
  39. Guru Meditation Error: Core 0 panic'ed (abort)
  40. 0x40124879: mqtt_codec_bytesReceived at C:/IoT/BEASTv3/components/azure_iot/mqtt_codec.c:1041
  41. 0x40171fc6: IoTHubMessage_GetContentType at ??:?
  42. 0x40081e9d: esp_log_early_timestamp at C:/IoT/BEASTv3/esp-idf/components/log/log.c:107
  43. Backtrace: 0x40124879:0x3ffc09d0 0x40171fc6:0x3ffc09f0 0x40081e9d:0x3ffc0a10
  44.  
  45.  
  46.  
  47. I (9639779) Statistics: [09-06-17 05:56:11Z] Uptime: 000.02:40:33 IPv4: 192.168.178.101 Free Heap: 76671 Temperature: 72
  48. I (9667329) wifi: bcn_timout,ap_probe_send_start
  49. I (9669829) wifi: ap_probe_send over, resett wifi status to disassoc
  50. I (9669829) wifi: state: run -> init (1)
  51. I (9669829) wifi: pm stop, total sleep time: 0/1068495083
  52. I (9669829) wifi: n:1 0, o:1 0, ap:255 255, sta:1 0, prof:1
  53. E (9669849) tlsio_mbedtls: on_underlying_io_error: 3
  54. Task watchdog got triggered. The following tasks did not feed the watchdog in time:
  55. - IDLE (CPU 0)
  56. Tasks currently running:
  57. CPU 0: eventTask
  58. CPU 1: IDLE
  59. Aborting.
  60. 0x400d13a3: esp_crosscore_int_init at C:/IoT/BEASTv3/esp-idf/components/esp32/crosscore_int.c:78
  61. abort() was called at PC 0x400d13a3 on core 0
  62. Guru Meditation Error: Core 0 panic'ed (abort)
  63. 0x40122ffc: recvCompleteCallback at C:/IoT/BEASTv3/components/azure_iot/mqtt_client.c:33
  64. 0x4014f039: ssl_write_real at C:/IoT/BEASTv3/esp-idf/components/mbedtls/library/ssl_tls.c:6007
  65. 0x40081e9d: esp_log_early_timestamp at C:/IoT/BEASTv3/esp-idf/components/log/log.c:107
  66. Backtrace: 0x40122ffc:0x3ffc09d0 0x4014f039:0x3ffc09f0 0x40081e9d:0x3ffc0a10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement