Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core 0 panic'ed (IllegalInstruction) on the bt component (IDFGH-12664) #13656

Closed
3 tasks done
yayugu opened this issue Apr 21, 2024 · 15 comments
Closed
3 tasks done

Core 0 panic'ed (IllegalInstruction) on the bt component (IDFGH-12664) #13656

yayugu opened this issue Apr 21, 2024 · 15 comments
Assignees
Labels
Resolution: NA Issue resolution is unavailable Status: Done Issue is done internally Type: Bug bugs in IDF

Comments

@yayugu
Copy link

yayugu commented Apr 21, 2024

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

IDF version.

v5.2.1

Espressif SoC revision.

ESP32-D0WD-V3 (revision v3.0)

Operating System used.

Windows

How did you build your project?

CLion IDE

If you are using Windows, please specify command line type.

None

Development Kit.

Custom Board

Power Supply used.

USB

What is the expected behavior?

Keep running without the crash

What is the actual behavior?

It suddenly crash when running 1 - 12 hours.

Steps to reproduce.

  1. Run with Bluedroid SPP acceptor (classic only, disabled BLE) along with Wifi Station (coexistence).
  2. Keep the connection and sending / receiving packets for 1 - 12 hours.
  3. Crash on the completely random timing.

Debug Logs.

2024-04-21 22:07:46 I (36602792) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=42
2024-04-21 22:07:46 I (36602912) UartItf: xPortGetFreeHeapSize=46268 minimum_free_heap_size=38844 stack=1844
2024-04-21 22:07:46 I (36602912) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=100
2024-04-21 22:07:46 I (36602912) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=280
2024-04-21 22:07:46 I (36602922) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=42
2024-04-21 22:07:46 I (36602972) NTC: xPortGetFreeHeapSize=46500 minimum_free_heap_size=38844 stack=1932
2024-04-21 22:07:46 I (36602982) LED_Task: xPortGetFreeHeapSize=46476 minimum_free_heap_size=38844 stack=252
2024-04-21 22:07:46 I (36602982) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=25
2024-04-21 22:07:46 I (36603022) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=100
2024-04-21 22:07:46 I (36603022) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=42
2024-04-21 22:07:46 I (36603132) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=100
2024-04-21 22:07:46 I (36603132) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=42
2024-04-21 22:07:46 I (36603212) sd_card: esp_get_minimum_free_heap_size=38844 stack=752
2024-04-21 22:07:46 I (36603242) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=100
2024-04-21 22:07:46 I (36603242) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=42
2024-04-21 22:07:46 I (36603352) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=100
2024-04-21 22:07:46 I (36603352) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=42
2024-04-21 22:07:47 I (36603432) spp_TASK: esp_get_minimum_free_heap_size=38844 stack=1080
2024-04-21 22:07:47 I (36603462) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=100
2024-04-21 22:07:47 I (36603462) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=42
2024-04-21 22:07:47 I (36603572) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=100
2024-04-21 22:07:47 I (36603572) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=42
2024-04-21 22:07:47 I (36603682) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=100
2024-04-21 22:07:47 I (36603682) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=42
2024-04-21 22:07:47 I (36603792) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=100
2024-04-21 22:07:47 I (36603792) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=42
2024-04-21 22:07:47 I (36603902) UartItf: xPortGetFreeHeapSize=46284 minimum_free_heap_size=38844 stack=1844
2024-04-21 22:07:47 I (36603902) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=100
2024-04-21 22:07:47 I (36603902) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=280
2024-04-21 22:07:47 I (36603912) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=42
2024-04-21 22:07:47 I (36603962) LED_Task: xPortGetFreeHeapSize=46524 minimum_free_heap_size=38844 stack=252
2024-04-21 22:07:47 I (36604012) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=100
2024-04-21 22:07:47 I (36604012) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=42
2024-04-21 22:07:47 I (36604132) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=100
2024-04-21 22:07:47 I (36604132) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=42
2024-04-21 22:07:47 I (36604202) NTC: xPortGetFreeHeapSize=46548 minimum_free_heap_size=38844 stack=1932
2024-04-21 22:07:47 I (36604202) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=25
2024-04-21 22:07:47 I (36604212) sd_card: esp_get_minimum_free_heap_size=38844 stack=752
2024-04-21 22:07:47 I (36604242) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=100
2024-04-21 22:07:47 I (36604242) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=42
2024-04-21 22:07:47 I (36604352) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=100
2024-04-21 22:07:47 I (36604352) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=42
2024-04-21 22:07:48 I (36604442) spp_TASK: esp_get_minimum_free_heap_size=38844 stack=1080
2024-04-21 22:07:48 I (36604462) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=100
2024-04-21 22:07:48 I (36604462) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=42
2024-04-21 22:07:48 I (36604572) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=100
2024-04-21 22:07:48 I (36604572) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=42
2024-04-21 22:07:48 I (36604682) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=100
2024-04-21 22:07:48 I (36604682) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=42
2024-04-21 22:07:48 I (36604792) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=100
2024-04-21 22:07:48 I (36604792) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=42
2024-04-21 22:07:48 I (36604902) UartItf: xPortGetFreeHeapSize=46284 minimum_free_heap_size=38844 stack=1844
2024-04-21 22:07:48 I (36604902) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=100
2024-04-21 22:07:48 I (36604902) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=280
2024-04-21 22:07:48 I (36604912) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=42
2024-04-21 22:07:48 I (36604932) LED_Task: xPortGetFreeHeapSize=46500 minimum_free_heap_size=38844 stack=252
2024-04-21 22:07:48 I (36605002) NTC: xPortGetFreeHeapSize=46696 minimum_free_heap_size=38844 stack=1932
2024-04-21 22:07:48 I (36605002) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=25
2024-04-21 22:07:48 I (36605012) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=100
2024-04-21 22:07:48 I (36605012) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=42
2024-04-21 22:07:48 I (36605132) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=100
2024-04-21 22:07:48 I (36605132) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=42
2024-04-21 22:07:48 I (36605212) sd_card: esp_get_minimum_free_heap_size=38844 stack=752
2024-04-21 22:07:48 I (36605242) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=100
2024-04-21 22:07:48 I (36605242) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=42
2024-04-21 22:07:48 I (36605352) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=100
2024-04-21 22:07:48 I (36605352) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=42
2024-04-21 22:07:49 I (36605452) spp_TASK: esp_get_minimum_free_heap_size=38844 stack=1080
2024-04-21 22:07:49 I (36605462) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=100
2024-04-21 22:07:49 I (36605462) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=42
2024-04-21 22:07:49 I (36605572) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=100
2024-04-21 22:07:49 I (36605572) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=42
2024-04-21 22:07:49 I (36605682) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=100
2024-04-21 22:07:49 I (36605682) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=42
2024-04-21 22:07:49 I (36605792) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=100
2024-04-21 22:07:49 I (36605792) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=42
2024-04-21 22:07:49 I (36605902) LED_Task: xPortGetFreeHeapSize=46384 minimum_free_heap_size=38844 stack=252
2024-04-21 22:07:49 I (36605902) UartItf: xPortGetFreeHeapSize=46028 minimum_free_heap_size=38844 stack=1844
2024-04-21 22:07:49 I (36605902) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=100
2024-04-21 22:07:49 I (36605912) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=280
2024-04-21 22:07:49 I (36605912) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=42
2024-04-21 22:07:49 I (36606012) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=100
2024-04-21 22:07:49 I (36606012) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=42
2024-04-21 22:07:49 I (36606122) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=100
2024-04-21 22:07:49 I (36606122) SPP_ACCEPTOR: ESP_SPP_WRITE_EVT len=42
2024-04-21 22:07:49 ASSERT_PARAM(1024 0), in rwbt.c at line 393
2024-04-21 22:07:49 Guru Meditation Error: Core  0 panic'ed (IllegalInstruction). Exception was unhandled.
2024-04-21 22:07:49 Memory dump at 0x40092ecc: 00f01d12 00004136 f01d0000
2024-04-21 22:07:50 0x40092ecc: btdm_sleep_check_duration at C:/esp-idf/components/bt/controller/esp32/bt.c:915
2024-04-21 22:07:50 Core  0 register dump:
2024-04-21 22:07:50 PC      : 0x40092ed3  PS      : 0x00060734  A0      : 0x8008b6ce  A1      : 0x3ffc1f40
2024-04-21 22:07:50 0x40092ed3: r_assert at C:/esp-idf/components/bt/controller/esp32/bt.c:1848
2024-04-21 22:07:50 A2      : 0x00000000  A3      : 0x00000400  A4      : 0x00000000  A5      : 0x3f40ea60
2024-04-21 22:07:50 A6      : 0x00000189  A7      : 0xfffffffc  A8      : 0x8000814b  A9      : 0x3ffc1eb0
2024-04-21 22:07:50 A10     : 0x00000000  A11     : 0x3ffc1ed3  A12     : 0x3ffc1e7f  A13     : 0x00000033
2024-04-21 22:07:50 A14     : 0x00000000  A15     : 0x3ffc1e84  SAR     : 0x00000004  EXCCAUSE: 0x00000000
2024-04-21 22:07:50 EXCVADDR: 0x00000000  LBEG    : 0x00000000  LEND    : 0x00000000  LCOUNT  : 0x00000000
2024-04-21 22:07:50
2024-04-21 22:07:50
2024-04-21 22:07:50 Backtrace: 0x40092ed0:0x3ffc1f40 0x4008b6cb:0x3ffc1f60 0x400924d9:0x3ffc1f80 0x40092a5f:0x3ffc1fa0 0x40082b7e:0x3ffc1fc0 0x40082af5:0x3ffc1fe0 0x40082ad7:0x00000000 |<-CORRUPTED
2024-04-21 22:07:51 0x40092ed0: r_assert at C:/esp-idf/components/bt/controller/esp32/bt.c:1847
2024-04-21 22:07:51 0x4008b6cb: r_assert_param at ??:?
2024-04-21 22:07:51 0x400924d9: r_rwbt_isr at ??:?
2024-04-21 22:07:51 0x40092a5f: r_rwbtdm_isr_wrapper at intc.c:?
2024-04-21 22:07:51 0x40082b7e: hli_c_handler at C:/esp-idf/components/bt/controller/esp32/hli_api.c:92
2024-04-21 22:07:51 0x40082af5: _highint4_stack_switch at C:/esp-idf/components/bt/controller/esp32/hli_vectors.S:177
2024-04-21 22:07:51 0x40082ad7: xt_highint4 at C:/esp-idf/components/bt/controller/esp32/hli_vectors.S:161
2024-04-21 22:07:51
2024-04-21 22:07:51
2024-04-21 22:07:51
2024-04-21 22:07:51
2024-04-21 22:07:51 ELF file SHA256: ec4329bb8b112ca5
2024-04-21 22:07:51
2024-04-21 22:07:51 Rebooting...

More Information.

This error started happening after I upgraded ESP-IDF from v4.0 to v5.2.1.
I uploaded the sdkconfig (gist)

@yayugu yayugu added the Type: Bug bugs in IDF label Apr 21, 2024
@espressif-bot espressif-bot added the Status: Opened Issue is new label Apr 21, 2024
@github-actions github-actions bot changed the title Core 0 panic'ed (IllegalInstruction) on the bt component Core 0 panic'ed (IllegalInstruction) on the bt component (IDFGH-12664) Apr 21, 2024
@ESP-YTGerd
Copy link
Collaborator

Hi, @yayugu
Thanks for your reporting. It's a known issue and we are currently internally assessing approaches to resolve it.
If there are any developments, they will also be updated here.

@yayugu
Copy link
Author

yayugu commented Apr 25, 2024

Hi @ESP-YTGerd,
Thank you for the response. That's great to hear and I'm very looking for the update!

@ESP-YTGerd
Copy link
Collaborator

Hi, @yayugu
Can try again with the attached new lib? in which some changes were added and let's see if the issue can reproduce. It's also suggested deleting the old build via rm -rf build in project path before re-building your project with the new lib.
libbtdm_app.zip

@yayugu
Copy link
Author

yayugu commented Apr 30, 2024

@ESP-YTGerd Thank you for working on this issue!
I've tried the new libbtdm_app.a, but the new build failed on esp_bt_controller_init(). Here is the code and output:

Code (bluetooth.cpp, based on the SPP acceptor example

void initBluetooth()
{
    esp_err_t ret;

    ESP_ERROR_CHECK(esp_bt_controller_mem_release(ESP_BT_MODE_BLE));
    esp_bt_controller_config_t bt_cfg = BT_CONTROLLER_INIT_CONFIG_DEFAULT();
    if ((ret = esp_bt_controller_init(&bt_cfg)) != ESP_OK)
    {
        LOG_BT_E(SPP_TAG, "%s initialize controller failed: %s\n", __func__, esp_err_to_name(ret));
        return;
    }
...

Output

2024-04-30 13:35:58 I (339) cpu_start: Multicore app
2024-04-30 13:35:58 I (347) cpu_start: Pro cpu start user code
2024-04-30 13:35:58 I (347) cpu_start: cpu freq: 240000000 Hz
2024-04-30 13:35:58 I (348) cpu_start: Application information:
2024-04-30 13:35:58 I (351) cpu_start: Project name:     rws2
2024-04-30 13:35:58 I (355) cpu_start: App version:      3.0.1c
2024-04-30 13:35:58 I (360) cpu_start: Compile time:     Apr 30 2024 13:20:16
2024-04-30 13:35:58 I (366) cpu_start: ELF file SHA256:  a5d7ed994e60e52b...
2024-04-30 13:35:58 I (372) cpu_start: ESP-IDF:          v5.2.1-1-g766a415056-dirty
2024-04-30 13:35:58 I (379) cpu_start: Min chip rev:     v1.0
2024-04-30 13:35:58 I (383) cpu_start: Max chip rev:     v3.99
2024-04-30 13:35:58 I (388) cpu_start: Chip rev:         v3.0
2024-04-30 13:35:58 I (393) heap_init: Initializing. RAM available for dynamic allocation:
2024-04-30 13:35:58 I (400) heap_init: At 3FFAFF10 len 000000F0 (0 KiB): DRAM
2024-04-30 13:35:58 I (406) heap_init: At 3FFB6388 len 00001C78 (7 KiB): DRAM
2024-04-30 13:35:58 I (412) heap_init: At 3FFB9A20 len 00004108 (16 KiB): DRAM
2024-04-30 13:35:58 I (419) heap_init: At 3FFD4058 len 0000BFA8 (47 KiB): DRAM
2024-04-30 13:35:58 I (425) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
2024-04-30 13:35:58 I (431) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
2024-04-30 13:35:58 I (437) heap_init: At 40099204 len 00006DFC (27 KiB): IRAM
2024-04-30 13:35:58 I (445) spi_flash: detected chip: generic
2024-04-30 13:35:58 I (448) spi_flash: flash io: dout
2024-04-30 13:35:58 W (453) i2c: This driver is an old driver, please migrate your application code to adapt `driver/i2c_master.h`
2024-04-30 13:35:58 I (464) coexist: coex firmware version: 77cd7f8
2024-04-30 13:35:58 I (469) main_task: Started on CPU0
2024-04-30 13:35:58 I (479) main_task: Calling app_main()
2024-04-30 13:35:58 W (529) vfs: esp_vfs_register_fd_range is successful for range <54; 64) and VFS ID 2
...
2024-04-30 13:36:03 E (6069) SPP_ACCEPTOR: initBluetooth initialize controller failed: ESP_ERR_INVALID_ARG
2024-04-30 13:36:03
...
2024-04-30 13:36:03 I (6069) main_task: Returned from app_main()

@ESP-YTGerd
Copy link
Collaborator

@yayugu
Oh, I have uploaded the lib that is inconsistent with version v5.2.1. Can try again with the new attached lib?
libbtdm_app.zip

@yayugu
Copy link
Author

yayugu commented Apr 30, 2024

@ESP-YTGerd Thanks, it worked for the booting up and the initial connection. I'll run the load test for several days and share the result to you!

@yayugu
Copy link
Author

yayugu commented May 2, 2024

Hi @ESP-YTGerd your new lib is much more stable than before. I haven't seen any errors for 2 days. However, today I observed the error. Here is the dump:

2024-05-02 12:07:47 ASSERT_PARAM(-218959118 0), in arch_main.c at line 371
2024-05-02 12:07:47 Guru Meditation Error: Core  0 panic'ed (IllegalInstruction). Exception was unhandled.
2024-05-02 12:07:47 Memory dump at 0x40092d48: 00f01d12 00004136 f01d0000
2024-05-02 12:07:47 0x40092d48: btdm_sleep_check_duration at C:/esp-idf/components/bt/controller/esp32/bt.c:915

2024-05-02 12:07:47 Core  0 register dump:
2024-05-02 12:07:47 PC      : 0x40092d4f  PS      : 0x00060d34  A0      : 0x8008b546  A1      : 0x3ffc1dc4
2024-05-02 12:07:47 0x40092d4f: r_assert at C:/esp-idf/components/bt/controller/esp32/bt.c:1848

2024-05-02 12:07:47 A2      : 0x00000000  A3      : 0xf2f2f2f2  A4      : 0x00000000  A5      : 0x3f40d7de
2024-05-02 12:07:47 A6      : 0x00000173  A7      : 0xfffffffc  A8      : 0x8000814b  A9      : 0x3ffc1d34
2024-05-02 12:07:47 A10     : 0x00000000  A11     : 0x3ffc1d57  A12     : 0x3ffc1d03  A13     : 0x00000031
2024-05-02 12:07:47 A14     : 0x00000000  A15     : 0x3ffc1d08  SAR     : 0x00000004  EXCCAUSE: 0x00000000
2024-05-02 12:07:47 EXCVADDR: 0x00000000  LBEG    : 0x4000c2e0  LEND    : 0x4000c2f6  LCOUNT  : 0x00000000
2024-05-02 12:07:47
2024-05-02 12:07:47
2024-05-02 12:07:47 Backtrace: 0x40092d4c:0x3ffc1dc4 |<-CORRUPTED
2024-05-02 12:07:48 0x40092d4c: r_assert at C:/esp-idf/components/bt/controller/esp32/bt.c:1847

2024-05-02 12:07:48
2024-05-02 12:07:48
2024-05-02 12:07:48
2024-05-02 12:07:48
2024-05-02 12:07:48 ELF file SHA256: 95087b0a6152646f
2024-05-02 12:07:48
2024-05-02 12:07:48 Rebooting...

I hope my experiments help you to solve the issue. Thank you

@ESP-YTGerd
Copy link
Collaborator

Hi, @yayugu
Thank you for providing the dump information. The issue ASSERT_PARAM(-218959118 0) should be unrelated to the problem you previously raised. I added some debug prints, but the changes also involve modifications to both our controller and bluedroid. So could I trouble you to run the test again with the attached lib and patch? Maybe the debug info could help us to solve the newly arising issue. Thanks~
patch.zip

@espressif-bot espressif-bot added Status: In Progress Work is in progress and removed Status: Opened Issue is new labels May 6, 2024
@yayugu
Copy link
Author

yayugu commented May 6, 2024

Hi @ESP-YTGerd
I'm keep running the ESP32, but that have no OOMEs since I reported, more than a week. I think the original patch solves my issue perfectly and can't wait the new ESP-IDF release with this fix, really appreciate it.

I'll also try with your new patch and report when I found the panic dump again. Thank you so much.

@yayugu
Copy link
Author

yayugu commented May 6, 2024

Hey, I got the error after running 40min with the new patch. Here is the log:

2024-05-06 20:56:07 ets Jul 29 2019 12:21:46
2024-05-06 20:56:07
2024-05-06 20:56:07 rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
2024-05-06 20:56:07 configsip: 0, SPIWP:0xee
2024-05-06 20:56:07 clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
2024-05-06 20:56:07 mode:DOUT, clock div:1
2024-05-06 20:56:07 load:0x3fff0030,len:268
2024-05-06 20:56:07 ho 0 tail 12 room 4
2024-05-06 20:56:07 load:0x40078000,len:12956
2024-05-06 20:56:07 load:0x40080400,len:4
2024-05-06 20:56:07 0x40080400: _init at ??:?

2024-05-06 20:56:07 ho 8 tail 4 room 4
2024-05-06 20:56:07 load:0x40080404,len:2928
2024-05-06 20:56:08 entry 0x4008055c
2024-05-06 20:56:08 I (417) cpu_start: Multicore app
2024-05-06 20:56:08 I (425) cpu_start: Pro cpu start user code
2024-05-06 20:56:08 I (425) cpu_start: cpu freq: 240000000 Hz
2024-05-06 20:56:08 I (425) cpu_start: Application information:
2024-05-06 20:56:08 I (428) cpu_start: Project name:     rws2
2024-05-06 20:56:08 I (433) cpu_start: App version:      3.0.1c
2024-05-06 20:56:08 I (438) cpu_start: Compile time:     May  6 2024 20:54:14
2024-05-06 20:56:08 I (444) cpu_start: ELF file SHA256:  895edf1a2572a036...
2024-05-06 20:56:08 I (450) cpu_start: ESP-IDF:          v5.2.1-1-g766a415056-dirty
2024-05-06 20:56:08 I (456) cpu_start: Min chip rev:     v1.0
2024-05-06 20:56:08 I (461) cpu_start: Max chip rev:     v3.99
2024-05-06 20:56:08 I (466) cpu_start: Chip rev:         v3.0
2024-05-06 20:56:08 I (471) heap_init: Initializing. RAM available for dynamic allocation:
2024-05-06 20:56:08 I (478) heap_init: At 3FFAFF10 len 000000F0 (0 KiB): DRAM
2024-05-06 20:56:08 I (484) heap_init: At 3FFB6388 len 00001C78 (7 KiB): DRAM
2024-05-06 20:56:08 I (490) heap_init: At 3FFB9A20 len 00004108 (16 KiB): DRAM
2024-05-06 20:56:08 I (496) heap_init: At 3FFD6D50 len 000092B0 (36 KiB): DRAM
2024-05-06 20:56:08 I (502) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
2024-05-06 20:56:08 I (509) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
2024-05-06 20:56:08 I (515) heap_init: At 4009FDC0 len 00000240 (0 KiB): IRAM
2024-05-06 20:56:08 I (522) spi_flash: detected chip: generic
2024-05-06 20:56:08 I (526) spi_flash: flash io: dout
2024-05-06 20:56:08 W (530) i2c: This driver is an old driver, please migrate your application code to adapt `driver/i2c_master.h`
2024-05-06 20:56:08 I (541) coexist: coex firmware version: 77cd7f8
2024-05-06 20:56:08 I (546) main_task: Started on CPU0
2024-05-06 20:56:08 I (556) main_task: Calling app_main()
2024-05-06 20:56:08 W (616) vfs: esp_vfs_register_fd_range is successful for range <54; 64) and VFS ID 2
2024-05-06 20:56:08 I (626) wifi:wifi driver task: 3ffd8f84, prio:23, stack:3072, core=1
2024-05-06 20:56:08 I (626) wifi:wifi firmware version: a9f5b59
2024-05-06 20:56:08 I (626) wifi:wifi certification version: v7.0
2024-05-06 20:56:08 I (626) wifi:config NVS flash: disabled
2024-05-06 20:56:08 I (626) wifi:config nano formating: enabled
2024-05-06 20:56:08 I (636) wifi:Init data frame dynamic rx buffer num: 4
2024-05-06 20:56:08 I (636) wifi:Init static rx mgmt buffer num: 5
2024-05-06 20:56:08 I (636) wifi:Init management short buffer num: 6
2024-05-06 20:56:08 I (646) wifi:Init static tx buffer num: 4
2024-05-06 20:56:08 I (646) wifi:Init static rx buffer size: 1600
2024-05-06 20:56:08 I (656) wifi:Init static rx buffer num: 2
2024-05-06 20:56:08 I (656) wifi:Init dynamic rx buffer num: 4
2024-05-06 20:56:08 I (666) wifi_init: rx ba win: 2
2024-05-06 20:56:08 I (666) wifi_init: tcpip mbox: 32
2024-05-06 20:56:08 I (666) wifi_init: udp mbox: 6
2024-05-06 20:56:08 I (676) wifi_init: tcp mbox: 6
2024-05-06 20:56:08 I (676) wifi_init: tcp tx win: 2880
2024-05-06 20:56:08 I (676) wifi_init: tcp rx win: 2880
2024-05-06 20:56:08 I (686) wifi_init: tcp mss: 1440
2024-05-06 20:56:08 I (686) wifi_init: WiFi IRAM OP enabled
2024-05-06 20:56:08 I (696) wifi_init: WiFi RX IRAM OP enabled
...
2024-05-06 20:56:13 I (6256) BTDM_INIT: BT controller compile version [ecf14fe]
2024-05-06 20:56:13 ##C##: mem pool: 524 + 2060 + 1036
2024-05-06 20:56:13 I (6256) BTDM_INIT: Bluetooth MAC: 0c:8b:95:45:32:02
2024-05-06 20:56:13 I (6266) phy_init: phy_version 4791,2c4672b,Dec 20 2023,16:06:06
2024-05-06 20:56:14 I (6786) main_task: Returned from app_main()
2024-05-06 20:56:14 I (6786) spp_TASK: Start!
2024-05-06 20:56:23 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:25 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:27 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:31 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:35 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:36 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:37 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:38 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:41 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:43 I (36186) wifi:Set ps type: 0, coexist: 0
2024-05-06 20:56:43
2024-05-06 20:56:43 I (36186) wifi:ifx:0, phymode(new:0x1, nvs:0x3)
2024-05-06 20:56:43 I (36186) wifi:mode : sta (0c:8b:95:45:32:00)
2024-05-06 20:56:43 I (36196) wifi:enable tsf
2024-05-06 20:56:44 I (36376) wifi:new:<2,0>, old:<1,0>, ap:<255,255>, sta:<2,0>, prof:1
2024-05-06 20:56:44 I (36556) wifi:state: init -> auth (b0)
2024-05-06 20:56:44 I (36566) wifi:state: auth -> assoc (0)
2024-05-06 20:56:44 I (36566) wifi:state: assoc -> run (10)
2024-05-06 20:56:44 I (36576) wifi:connected with XXXXXX, aid = 2, channel 2, BW20, bssid = 0a:10:86:9b:31:93
2024-05-06 20:56:44 I (36576) wifi:security: WPA2-PSK, phy: b, rssi: -50
2024-05-06 20:56:44 I (36576) wifi:pm start, type: 0
2024-05-06 20:56:44
2024-05-06 20:56:44 I (36586) wifi:dp: 1, bi: 102400, li: 3, scale listen interval from 307200 us to 307200 us
2024-05-06 20:56:44 I (36596) WIFI_STATION: Success to set static IP
2024-05-06 20:56:44 I (36596) esp_netif_handlers: sta ip: 10.11.34.125, mask: 255.255.255.224, gw: 10.11.34.97
2024-05-06 20:56:44 I (36666) wifi:AP's beacon interval = 102400 us, DTIM period = 1
2024-05-06 20:56:45 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:46 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:47 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:48 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:49 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:50 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:51 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:52 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:53 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:54 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:55 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:56 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:57 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:58 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:59 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:01 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:02 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:03 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:04 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:06 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:07 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:08 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:09 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:10 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:12 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:13 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:14 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:15 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:16 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:17 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:18 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:19 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:21 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:22 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:23 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:24 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:25 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:26 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:27 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:29 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:30 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:31 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:32 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:33 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:35 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:36 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:17:58 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:03 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:04 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:05 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:07 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:08 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:09 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:10 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:11 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:12 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:13 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:15 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:16 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:17 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:18 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:19 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:20 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:21 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:22 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:23 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:24 lc_pwr_max_ind_handler_hack:lc state 1
... (similar messages)
2024-05-06 22:34:45 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 22:34:46 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 22:34:47 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 22:34:48 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 22:34:49 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 22:34:50 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 22:34:50 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 22:34:52 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 22:34:53 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 22:34:55 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 22:34:56 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 22:34:57 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 22:34:58 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 22:35:25 E (5930966) msgReader: tcpReader::native_read recv failed. errno=104 (error on the Wifi/TCP client)
2024-05-06 22:36:46 I (5930966) wifi:state: run -> init (fc0)
2024-05-06 22:36:46 I (5930966) wifi:pm stop, total sleep time: lu us / lu us
2024-05-06 22:36:46
2024-05-06 22:36:46 I (5930966) wifi:new:<2,0>, old:<2,0>, ap:<255,255>, sta:<2,0>, prof:1
2024-05-06 22:37:00 <--------------------
2024-05-06 22:37:00 --> p 0x3ffb1870, s 15, t 0,mt 255,mid ffff,did ffff,sid ffff,time 6269
2024-05-06 22:37:00 --> p 0x3ffb1834, s 60, t 0,mt 255,mid ffff,did ffff,sid ffff,time 6279
2024-05-06 22:37:00 --> p 0x3ffb1060, s 16, t 1,mt 255,mid ffff,did ffff,sid ffff,time 5929640
2024-05-06 22:37:00 --> p 0x3ffb14dc, s 856, t 0,mt 255,mid ffff,did ffff,sid ffff,time 3683953
2024-05-06 22:37:00 --> p 0x3ffb13dc, s 256, t 0,mt 255,mid ffff,did ffff,sid ffff,time 3683953
2024-05-06 22:37:00 --> p 0x3ffb1050, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5932434
2024-05-06 22:37:00 --> p 0x3ffb1034, s 27, t 1,mt 13,mid 524,did 1,sid ff,time 5935034
2024-05-06 22:37:00 --> p 0x3ffb1024, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5935176
2024-05-06 22:37:00 --> p 0x3ffb1014, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5937401
2024-05-06 22:37:00 --> p 0x3ffb0ff0, s 33, t 1,mt 13,mid 524,did 1,sid ff,time 5938339
2024-05-06 22:37:00 --> p 0x3ffb0fe0, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5939026
2024-05-06 22:37:00 --> p 0x3ffb0fd0, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5939722
2024-05-06 22:37:00 --> p 0x3ffb0fc0, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5940686
2024-05-06 22:37:00 --> p 0x3ffb0fb0, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5941431
2024-05-06 22:37:00 --> p 0x3ffb0fa0, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5942184
2024-05-06 22:37:00 --> p 0x3ffb0f90, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5943217
2024-05-06 22:37:00 --> p 0x3ffb0f80, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5944141
2024-05-06 22:37:00 --> p 0x3ffb0f70, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5944937
2024-05-06 22:37:00 --> p 0x3ffb0f60, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5945666
2024-05-06 22:37:00 --> p 0x3ffb0f50, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5946608
2024-05-06 22:37:00 --> p 0x3ffb0f40, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5947371
2024-05-06 22:37:00 --> p 0x3ffb0f30, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5948122
2024-05-06 22:37:00 --> p 0x3ffb0f20, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5948993
2024-05-06 22:37:00 --> p 0x3ffb0f10, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5949822
2024-05-06 22:37:00 --> p 0x3ffb0f00, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5950509
2024-05-06 22:37:00 --> p 0x3ffb0ef0, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5951428
2024-05-06 22:37:00 --> p 0x3ffb0ee0, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5952268
2024-05-06 22:37:00 --> p 0x3ffb0ed0, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5953173
2024-05-06 22:37:00 --> p 0x3ffb0ec0, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5953891
2024-05-06 22:37:00 --> p 0x3ffb0eb0, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5954766
2024-05-06 22:37:00 --> p 0x3ffb0e8c, s 33, t 1,mt 13,mid 524,did 1,sid ff,time 5955153
2024-05-06 22:37:00 --> p 0x3ffb0e7c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5955448
2024-05-06 22:37:00 --> p 0x3ffb1c80, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5956286
2024-05-06 22:37:00 --> p 0x3ffb1c70, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5957159
2024-05-06 22:37:00 --> p 0x3ffb1c60, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5958016
2024-05-06 22:37:00 --> p 0x3ffb1c50, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5958707
2024-05-06 22:37:00 --> p 0x3ffb1c40, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5959646
2024-05-06 22:37:00 --> p 0x3ffb1c30, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5960287
2024-05-06 22:37:00 --> p 0x3ffb1c20, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5960944
2024-05-06 22:37:00 --> p 0x3ffb1c10, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5961749
2024-05-06 22:37:00 --> p 0x3ffb1c00, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5962536
2024-05-06 22:37:00 --> p 0x3ffb1bf0, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5963214
2024-05-06 22:37:00 --> p 0x3ffb1be0, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5964179
2024-05-06 22:37:00 --> p 0x3ffb1bd0, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5965251
2024-05-06 22:37:00 --> p 0x3ffb1bc0, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5965991
2024-05-06 22:37:00 --> p 0x3ffb1bb0, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5966993
2024-05-06 22:37:00 --> p 0x3ffb1ba0, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5967866
2024-05-06 22:37:00 --> p 0x3ffb1b90, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5968569
2024-05-06 22:37:00 --> p 0x3ffb1b80, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5969336
2024-05-06 22:37:00 --> p 0x3ffb1b5c, s 33, t 1,mt 13,mid 524,did 1,sid ff,time 5969449
2024-05-06 22:37:00 --> p 0x3ffb1b4c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5969947
2024-05-06 22:37:00 --> p 0x3ffb1b3c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5970976
2024-05-06 22:37:00 --> p 0x3ffb1b2c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5971857
2024-05-06 22:37:00 --> p 0x3ffb1b1c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5972567
2024-05-06 22:37:00 --> p 0x3ffb1b0c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5973374
2024-05-06 22:37:00 --> p 0x3ffb1afc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5974031
2024-05-06 22:37:00 --> p 0x3ffb1aec, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5974754
2024-05-06 22:37:00 --> p 0x3ffb1adc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5975664
2024-05-06 22:37:00 --> p 0x3ffb1acc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5976388
2024-05-06 22:37:00 --> p 0x3ffb1abc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5977262
2024-05-06 22:37:00 --> p 0x3ffb1aac, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5978224
2024-05-06 22:37:00 --> p 0x3ffb1a9c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5979331
2024-05-06 22:37:00 --> p 0x3ffb1a8c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5980196
2024-05-06 22:37:00 --> p 0x3ffb1a7c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5981112
2024-05-06 22:37:00 --> p 0x3ffb1a6c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5982013
2024-05-06 22:37:00 --> p 0x3ffb1a5c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5982808
2024-05-06 22:37:00 --> p 0x3ffb1a4c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5983562
2024-05-06 22:37:00 --> p 0x3ffb1a3c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5984553
2024-05-06 22:37:00 --> p 0x3ffb1a2c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5985267
2024-05-06 22:37:00 --> p 0x3ffb1a1c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5986074
2024-05-06 22:37:00 --> p 0x3ffb1a0c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5986959
2024-05-06 22:37:00 --> p 0x3ffb19fc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5987797
2024-05-06 22:37:00 --> p 0x3ffb19ec, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5988607
2024-05-06 22:37:00 --> p 0x3ffb19dc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5989493
2024-05-06 22:37:00 --> p 0x3ffb19cc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5990541
2024-05-06 22:37:00 --> p 0x3ffb19bc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5991466
2024-05-06 22:37:00 --> p 0x3ffb19ac, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5992342
2024-05-06 22:37:00 --> p 0x3ffb199c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5993007
2024-05-06 22:37:00 --> p 0x3ffb198c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5993827
2024-05-06 22:37:00 --> p 0x3ffb197c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5994782
2024-05-06 22:37:00 --> p 0x3ffb196c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5995747
2024-05-06 22:37:00 --> p 0x3ffb195c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5996557
2024-05-06 22:37:00 --> p 0x3ffb194c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5997333
2024-05-06 22:37:00 --> p 0x3ffb193c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5998121
2024-05-06 22:37:00 --> p 0x3ffb192c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5998873
2024-05-06 22:37:00 --> p 0x3ffb191c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6000028
2024-05-06 22:37:00 --> p 0x3ffb190c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6000848
2024-05-06 22:37:00 --> p 0x3ffb18fc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6001624
2024-05-06 22:37:00 --> p 0x3ffb18ec, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6002657
2024-05-06 22:37:00 --> p 0x3ffb18dc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6003336
2024-05-06 22:37:00 --> p 0x3ffb18cc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6004113
2024-05-06 22:37:00 --> p 0x3ffb18bc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6004904
2024-05-06 22:37:00 --> p 0x3ffb18ac, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6005742
2024-05-06 22:37:00 --> p 0x3ffb189c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6006637
2024-05-06 22:37:00 --> p 0x3ffb13cc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6007679
2024-05-06 22:37:00 --> p 0x3ffb13bc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6008479
2024-05-06 22:37:00 --> p 0x3ffb13ac, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6009157
2024-05-06 22:37:00 --> p 0x3ffb139c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6010052
2024-05-06 22:37:00 --> p 0x3ffb138c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6010704
2024-05-06 22:37:00 --> p 0x3ffb137c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6011564
2024-05-06 22:37:00 --> p 0x3ffb136c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6012282
2024-05-06 22:37:00 --> p 0x3ffb135c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6013044
2024-05-06 22:37:00 --> p 0x3ffb134c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6013674
2024-05-06 22:37:00 --> p 0x3ffb133c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6014438
2024-05-06 22:37:00 --> p 0x3ffb132c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6015183
2024-05-06 22:37:00 --> p 0x3ffb131c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6016144
2024-05-06 22:37:00 --> p 0x3ffb130c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6017052
2024-05-06 22:37:00 --> p 0x3ffb12fc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6017672
2024-05-06 22:37:00 --> p 0x3ffb12ec, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6018291
2024-05-06 22:37:00 --> p 0x3ffb12dc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6019071
2024-05-06 22:37:00 --> p 0x3ffb12cc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6019742
2024-05-06 22:37:00 --> p 0x3ffb12bc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6020859
2024-05-06 22:37:00 --> p 0x3ffb12ac, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6021592
2024-05-06 22:37:00 --> p 0x3ffb129c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6022426
2024-05-06 22:37:00 --> p 0x3ffb128c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6023299
2024-05-06 22:37:01 --> p 0x3ffb127c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6024222
2024-05-06 22:37:01 --> p 0x3ffb126c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6025053
2024-05-06 22:37:01 --> p 0x3ffb125c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6026097
2024-05-06 22:37:01 --> p 0x3ffb124c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6026903
2024-05-06 22:37:01 --> p 0x3ffb123c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6027799
2024-05-06 22:37:01 --> p 0x3ffb122c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6028717
2024-05-06 22:37:01 --> p 0x3ffb121c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6029702
2024-05-06 22:37:01 --> p 0x3ffb120c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6030552
2024-05-06 22:37:01 --> p 0x3ffb11fc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6031497
2024-05-06 22:37:01 --> p 0x3ffb11ec, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6032224
2024-05-06 22:37:01 --> p 0x3ffb11dc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6033048
2024-05-06 22:37:01 --> p 0x3ffb11cc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6033934
2024-05-06 22:37:01 --> p 0x3ffb11bc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6034809
2024-05-06 22:37:01 --> p 0x3ffb11ac, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6035818
2024-05-06 22:37:01 --> p 0x3ffb119c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6036649
2024-05-06 22:37:01 --> p 0x3ffb118c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6037359
2024-05-06 22:37:01 --> p 0x3ffb117c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6038344
2024-05-06 22:37:01 --> p 0x3ffb116c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6039978
2024-05-06 22:37:01 --> p 0x3ffb115c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6040914
2024-05-06 22:37:01 --> p 0x3ffb114c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6041697
2024-05-06 22:37:01 --> p 0x3ffb113c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6042534
2024-05-06 22:37:01 --> p 0x3ffb112c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6043517
2024-05-06 22:37:01 --> p 0x3ffb111c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6044426
2024-05-06 22:37:01 --> p 0x3ffb110c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6045331
2024-05-06 22:37:01 --> p 0x3ffb10fc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6045999
2024-05-06 22:37:01 --> p 0x3ffb10ec, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6046636
2024-05-06 22:37:01 --> p 0x3ffb10dc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6047203
2024-05-06 22:37:01 --> p 0x3ffb10cc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6048147
2024-05-06 22:37:01 --> p 0x3ffb10bc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6048971
2024-05-06 22:37:01 --> p 0x3ffb10ac, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6049824
2024-05-06 22:37:01 --> p 0x3ffb109c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6050784
2024-05-06 22:37:01 --> p 0x3ffb108c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6051484
2024-05-06 22:37:01 --> count 147
2024-05-06 22:37:01 --> size 3537B
2024-05-06 22:37:01 --> max size 3537B
2024-05-06 22:37:01 T 0: 0, 0
2024-05-06 22:37:01 T 1: 0, 0
2024-05-06 22:37:01 T 2: 0, 0
2024-05-06 22:37:01 T 3: 0, 0
2024-05-06 22:37:01 T 4: 0, 16
2024-05-06 22:37:01 T 5: 0, 0
2024-05-06 22:37:01 T 6: 0, 0
2024-05-06 22:37:01 T 7: 0, 0
2024-05-06 22:37:01 T 8: 0, 0
2024-05-06 22:37:01 T 9: 0, 0
2024-05-06 22:37:01 T 10: 0, 0
2024-05-06 22:37:01 T 11: 0, 0
2024-05-06 22:37:01 T 12: 0, 0
2024-05-06 22:37:01 T 13: 2334, 2334
2024-05-06 22:37:01 -------------------->
2024-05-06 22:37:01 ASSERT_PARAM(-218959118 0), in arch_main.c at line 373
2024-05-06 22:37:01 Guru Meditation Error: Core  0 panic'ed (IllegalInstruction). Exception was unhandled.
2024-05-06 22:37:01 Memory dump at 0x4009300c: 00f01d12 00004136 f01d0000
2024-05-06 22:37:01 0x4009300c: btdm_sleep_check_duration at C:/esp-idf/components/bt/controller/esp32/bt.c:922

2024-05-06 22:37:01 Core  0 register dump:
2024-05-06 22:37:01 PC      : 0x40093013  PS      : 0x00060e34  A0      : 0x8008b5da  A1      : 0x3ffc46e4
2024-05-06 22:37:01 0x40093013: r_assert at C:/esp-idf/components/bt/controller/esp32/bt.c:1857

2024-05-06 22:37:01 A2      : 0x00000000  A3      : 0xf2f2f2f2  A4      : 0x00000000  A5      : 0x3f40ab48
2024-05-06 22:37:01 A6      : 0x00000175  A7      : 0xfffffffc  A8      : 0x8000814b  A9      : 0x3ffc4654
2024-05-06 22:37:01 A10     : 0x00000000  A11     : 0x3ffc4677  A12     : 0x3ffc4623  A13     : 0x00000033
2024-05-06 22:37:01 A14     : 0x00000000  A15     : 0x3ffc4628  SAR     : 0x00000004  EXCCAUSE: 0x00000000
2024-05-06 22:37:01 EXCVADDR: 0x00000000  LBEG    : 0x4000c2e0  LEND    : 0x4000c2f6  LCOUNT  : 0x00000000
2024-05-06 22:37:01
2024-05-06 22:37:01
2024-05-06 22:37:01 Backtrace: 0x40093010:0x3ffc46e4 |<-CORRUPTED
2024-05-06 22:37:01 0x40093010: r_assert at C:/esp-idf/components/bt/controller/esp32/bt.c:1856

2024-05-06 22:37:01
2024-05-06 22:37:01
2024-05-06 22:37:01
2024-05-06 22:37:01
2024-05-06 22:37:01 ELF file SHA256: 895edf1a2572a036
2024-05-06 22:37:01
2024-05-06 22:37:01 Rebooting...

@ESP-YTGerd
Copy link
Collaborator

Hey, I got the error after running 40min with the new patch. Here is the log:

2024-05-06 20:56:07 ets Jul 29 2019 12:21:46
2024-05-06 20:56:07
2024-05-06 20:56:07 rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
2024-05-06 20:56:07 configsip: 0, SPIWP:0xee
2024-05-06 20:56:07 clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
2024-05-06 20:56:07 mode:DOUT, clock div:1
2024-05-06 20:56:07 load:0x3fff0030,len:268
2024-05-06 20:56:07 ho 0 tail 12 room 4
2024-05-06 20:56:07 load:0x40078000,len:12956
2024-05-06 20:56:07 load:0x40080400,len:4
2024-05-06 20:56:07 0x40080400: _init at ??:?

2024-05-06 20:56:07 ho 8 tail 4 room 4
2024-05-06 20:56:07 load:0x40080404,len:2928
2024-05-06 20:56:08 entry 0x4008055c
2024-05-06 20:56:08 I (417) cpu_start: Multicore app
2024-05-06 20:56:08 I (425) cpu_start: Pro cpu start user code
2024-05-06 20:56:08 I (425) cpu_start: cpu freq: 240000000 Hz
2024-05-06 20:56:08 I (425) cpu_start: Application information:
2024-05-06 20:56:08 I (428) cpu_start: Project name:     rws2
2024-05-06 20:56:08 I (433) cpu_start: App version:      3.0.1c
2024-05-06 20:56:08 I (438) cpu_start: Compile time:     May  6 2024 20:54:14
2024-05-06 20:56:08 I (444) cpu_start: ELF file SHA256:  895edf1a2572a036...
2024-05-06 20:56:08 I (450) cpu_start: ESP-IDF:          v5.2.1-1-g766a415056-dirty
2024-05-06 20:56:08 I (456) cpu_start: Min chip rev:     v1.0
2024-05-06 20:56:08 I (461) cpu_start: Max chip rev:     v3.99
2024-05-06 20:56:08 I (466) cpu_start: Chip rev:         v3.0
2024-05-06 20:56:08 I (471) heap_init: Initializing. RAM available for dynamic allocation:
2024-05-06 20:56:08 I (478) heap_init: At 3FFAFF10 len 000000F0 (0 KiB): DRAM
2024-05-06 20:56:08 I (484) heap_init: At 3FFB6388 len 00001C78 (7 KiB): DRAM
2024-05-06 20:56:08 I (490) heap_init: At 3FFB9A20 len 00004108 (16 KiB): DRAM
2024-05-06 20:56:08 I (496) heap_init: At 3FFD6D50 len 000092B0 (36 KiB): DRAM
2024-05-06 20:56:08 I (502) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
2024-05-06 20:56:08 I (509) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
2024-05-06 20:56:08 I (515) heap_init: At 4009FDC0 len 00000240 (0 KiB): IRAM
2024-05-06 20:56:08 I (522) spi_flash: detected chip: generic
2024-05-06 20:56:08 I (526) spi_flash: flash io: dout
2024-05-06 20:56:08 W (530) i2c: This driver is an old driver, please migrate your application code to adapt `driver/i2c_master.h`
2024-05-06 20:56:08 I (541) coexist: coex firmware version: 77cd7f8
2024-05-06 20:56:08 I (546) main_task: Started on CPU0
2024-05-06 20:56:08 I (556) main_task: Calling app_main()
2024-05-06 20:56:08 W (616) vfs: esp_vfs_register_fd_range is successful for range <54; 64) and VFS ID 2
2024-05-06 20:56:08 I (626) wifi:wifi driver task: 3ffd8f84, prio:23, stack:3072, core=1
2024-05-06 20:56:08 I (626) wifi:wifi firmware version: a9f5b59
2024-05-06 20:56:08 I (626) wifi:wifi certification version: v7.0
2024-05-06 20:56:08 I (626) wifi:config NVS flash: disabled
2024-05-06 20:56:08 I (626) wifi:config nano formating: enabled
2024-05-06 20:56:08 I (636) wifi:Init data frame dynamic rx buffer num: 4
2024-05-06 20:56:08 I (636) wifi:Init static rx mgmt buffer num: 5
2024-05-06 20:56:08 I (636) wifi:Init management short buffer num: 6
2024-05-06 20:56:08 I (646) wifi:Init static tx buffer num: 4
2024-05-06 20:56:08 I (646) wifi:Init static rx buffer size: 1600
2024-05-06 20:56:08 I (656) wifi:Init static rx buffer num: 2
2024-05-06 20:56:08 I (656) wifi:Init dynamic rx buffer num: 4
2024-05-06 20:56:08 I (666) wifi_init: rx ba win: 2
2024-05-06 20:56:08 I (666) wifi_init: tcpip mbox: 32
2024-05-06 20:56:08 I (666) wifi_init: udp mbox: 6
2024-05-06 20:56:08 I (676) wifi_init: tcp mbox: 6
2024-05-06 20:56:08 I (676) wifi_init: tcp tx win: 2880
2024-05-06 20:56:08 I (676) wifi_init: tcp rx win: 2880
2024-05-06 20:56:08 I (686) wifi_init: tcp mss: 1440
2024-05-06 20:56:08 I (686) wifi_init: WiFi IRAM OP enabled
2024-05-06 20:56:08 I (696) wifi_init: WiFi RX IRAM OP enabled
...
2024-05-06 20:56:13 I (6256) BTDM_INIT: BT controller compile version [ecf14fe]
2024-05-06 20:56:13 ##C##: mem pool: 524 + 2060 + 1036
2024-05-06 20:56:13 I (6256) BTDM_INIT: Bluetooth MAC: 0c:8b:95:45:32:02
2024-05-06 20:56:13 I (6266) phy_init: phy_version 4791,2c4672b,Dec 20 2023,16:06:06
2024-05-06 20:56:14 I (6786) main_task: Returned from app_main()
2024-05-06 20:56:14 I (6786) spp_TASK: Start!
2024-05-06 20:56:23 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:25 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:27 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:31 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:35 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:36 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:37 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:38 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:41 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:43 I (36186) wifi:Set ps type: 0, coexist: 0
2024-05-06 20:56:43
2024-05-06 20:56:43 I (36186) wifi:ifx:0, phymode(new:0x1, nvs:0x3)
2024-05-06 20:56:43 I (36186) wifi:mode : sta (0c:8b:95:45:32:00)
2024-05-06 20:56:43 I (36196) wifi:enable tsf
2024-05-06 20:56:44 I (36376) wifi:new:<2,0>, old:<1,0>, ap:<255,255>, sta:<2,0>, prof:1
2024-05-06 20:56:44 I (36556) wifi:state: init -> auth (b0)
2024-05-06 20:56:44 I (36566) wifi:state: auth -> assoc (0)
2024-05-06 20:56:44 I (36566) wifi:state: assoc -> run (10)
2024-05-06 20:56:44 I (36576) wifi:connected with XXXXXX, aid = 2, channel 2, BW20, bssid = 0a:10:86:9b:31:93
2024-05-06 20:56:44 I (36576) wifi:security: WPA2-PSK, phy: b, rssi: -50
2024-05-06 20:56:44 I (36576) wifi:pm start, type: 0
2024-05-06 20:56:44
2024-05-06 20:56:44 I (36586) wifi:dp: 1, bi: 102400, li: 3, scale listen interval from 307200 us to 307200 us
2024-05-06 20:56:44 I (36596) WIFI_STATION: Success to set static IP
2024-05-06 20:56:44 I (36596) esp_netif_handlers: sta ip: 10.11.34.125, mask: 255.255.255.224, gw: 10.11.34.97
2024-05-06 20:56:44 I (36666) wifi:AP's beacon interval = 102400 us, DTIM period = 1
2024-05-06 20:56:45 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:46 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:47 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:48 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:49 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:50 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:51 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:52 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:53 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:54 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:55 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:56 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:57 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:58 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:56:59 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:01 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:02 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:03 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:04 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:06 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:07 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:08 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:09 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:10 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:12 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:13 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:14 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:15 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:16 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:17 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:18 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:19 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:21 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:22 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:23 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:24 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:25 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:26 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:27 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:29 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:30 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:31 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:32 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:33 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:35 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 20:57:36 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:17:58 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:03 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:04 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:05 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:07 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:08 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:09 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:10 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:11 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:12 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:13 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:15 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:16 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:17 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:18 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:19 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:20 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:21 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:22 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:23 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 21:18:24 lc_pwr_max_ind_handler_hack:lc state 1
... (similar messages)
2024-05-06 22:34:45 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 22:34:46 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 22:34:47 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 22:34:48 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 22:34:49 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 22:34:50 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 22:34:50 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 22:34:52 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 22:34:53 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 22:34:55 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 22:34:56 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 22:34:57 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 22:34:58 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-06 22:35:25 E (5930966) msgReader: tcpReader::native_read recv failed. errno=104 (error on the Wifi/TCP client)
2024-05-06 22:36:46 I (5930966) wifi:state: run -> init (fc0)
2024-05-06 22:36:46 I (5930966) wifi:pm stop, total sleep time: lu us / lu us
2024-05-06 22:36:46
2024-05-06 22:36:46 I (5930966) wifi:new:<2,0>, old:<2,0>, ap:<255,255>, sta:<2,0>, prof:1
2024-05-06 22:37:00 <--------------------
2024-05-06 22:37:00 --> p 0x3ffb1870, s 15, t 0,mt 255,mid ffff,did ffff,sid ffff,time 6269
2024-05-06 22:37:00 --> p 0x3ffb1834, s 60, t 0,mt 255,mid ffff,did ffff,sid ffff,time 6279
2024-05-06 22:37:00 --> p 0x3ffb1060, s 16, t 1,mt 255,mid ffff,did ffff,sid ffff,time 5929640
2024-05-06 22:37:00 --> p 0x3ffb14dc, s 856, t 0,mt 255,mid ffff,did ffff,sid ffff,time 3683953
2024-05-06 22:37:00 --> p 0x3ffb13dc, s 256, t 0,mt 255,mid ffff,did ffff,sid ffff,time 3683953
2024-05-06 22:37:00 --> p 0x3ffb1050, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5932434
2024-05-06 22:37:00 --> p 0x3ffb1034, s 27, t 1,mt 13,mid 524,did 1,sid ff,time 5935034
2024-05-06 22:37:00 --> p 0x3ffb1024, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5935176
2024-05-06 22:37:00 --> p 0x3ffb1014, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5937401
2024-05-06 22:37:00 --> p 0x3ffb0ff0, s 33, t 1,mt 13,mid 524,did 1,sid ff,time 5938339
2024-05-06 22:37:00 --> p 0x3ffb0fe0, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5939026
2024-05-06 22:37:00 --> p 0x3ffb0fd0, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5939722
2024-05-06 22:37:00 --> p 0x3ffb0fc0, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5940686
2024-05-06 22:37:00 --> p 0x3ffb0fb0, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5941431
2024-05-06 22:37:00 --> p 0x3ffb0fa0, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5942184
2024-05-06 22:37:00 --> p 0x3ffb0f90, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5943217
2024-05-06 22:37:00 --> p 0x3ffb0f80, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5944141
2024-05-06 22:37:00 --> p 0x3ffb0f70, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5944937
2024-05-06 22:37:00 --> p 0x3ffb0f60, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5945666
2024-05-06 22:37:00 --> p 0x3ffb0f50, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5946608
2024-05-06 22:37:00 --> p 0x3ffb0f40, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5947371
2024-05-06 22:37:00 --> p 0x3ffb0f30, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5948122
2024-05-06 22:37:00 --> p 0x3ffb0f20, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5948993
2024-05-06 22:37:00 --> p 0x3ffb0f10, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5949822
2024-05-06 22:37:00 --> p 0x3ffb0f00, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5950509
2024-05-06 22:37:00 --> p 0x3ffb0ef0, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5951428
2024-05-06 22:37:00 --> p 0x3ffb0ee0, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5952268
2024-05-06 22:37:00 --> p 0x3ffb0ed0, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5953173
2024-05-06 22:37:00 --> p 0x3ffb0ec0, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5953891
2024-05-06 22:37:00 --> p 0x3ffb0eb0, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5954766
2024-05-06 22:37:00 --> p 0x3ffb0e8c, s 33, t 1,mt 13,mid 524,did 1,sid ff,time 5955153
2024-05-06 22:37:00 --> p 0x3ffb0e7c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5955448
2024-05-06 22:37:00 --> p 0x3ffb1c80, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5956286
2024-05-06 22:37:00 --> p 0x3ffb1c70, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5957159
2024-05-06 22:37:00 --> p 0x3ffb1c60, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5958016
2024-05-06 22:37:00 --> p 0x3ffb1c50, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5958707
2024-05-06 22:37:00 --> p 0x3ffb1c40, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5959646
2024-05-06 22:37:00 --> p 0x3ffb1c30, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5960287
2024-05-06 22:37:00 --> p 0x3ffb1c20, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5960944
2024-05-06 22:37:00 --> p 0x3ffb1c10, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5961749
2024-05-06 22:37:00 --> p 0x3ffb1c00, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5962536
2024-05-06 22:37:00 --> p 0x3ffb1bf0, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5963214
2024-05-06 22:37:00 --> p 0x3ffb1be0, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5964179
2024-05-06 22:37:00 --> p 0x3ffb1bd0, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5965251
2024-05-06 22:37:00 --> p 0x3ffb1bc0, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5965991
2024-05-06 22:37:00 --> p 0x3ffb1bb0, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5966993
2024-05-06 22:37:00 --> p 0x3ffb1ba0, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5967866
2024-05-06 22:37:00 --> p 0x3ffb1b90, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5968569
2024-05-06 22:37:00 --> p 0x3ffb1b80, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5969336
2024-05-06 22:37:00 --> p 0x3ffb1b5c, s 33, t 1,mt 13,mid 524,did 1,sid ff,time 5969449
2024-05-06 22:37:00 --> p 0x3ffb1b4c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5969947
2024-05-06 22:37:00 --> p 0x3ffb1b3c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5970976
2024-05-06 22:37:00 --> p 0x3ffb1b2c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5971857
2024-05-06 22:37:00 --> p 0x3ffb1b1c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5972567
2024-05-06 22:37:00 --> p 0x3ffb1b0c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5973374
2024-05-06 22:37:00 --> p 0x3ffb1afc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5974031
2024-05-06 22:37:00 --> p 0x3ffb1aec, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5974754
2024-05-06 22:37:00 --> p 0x3ffb1adc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5975664
2024-05-06 22:37:00 --> p 0x3ffb1acc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5976388
2024-05-06 22:37:00 --> p 0x3ffb1abc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5977262
2024-05-06 22:37:00 --> p 0x3ffb1aac, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5978224
2024-05-06 22:37:00 --> p 0x3ffb1a9c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5979331
2024-05-06 22:37:00 --> p 0x3ffb1a8c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5980196
2024-05-06 22:37:00 --> p 0x3ffb1a7c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5981112
2024-05-06 22:37:00 --> p 0x3ffb1a6c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5982013
2024-05-06 22:37:00 --> p 0x3ffb1a5c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5982808
2024-05-06 22:37:00 --> p 0x3ffb1a4c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5983562
2024-05-06 22:37:00 --> p 0x3ffb1a3c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5984553
2024-05-06 22:37:00 --> p 0x3ffb1a2c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5985267
2024-05-06 22:37:00 --> p 0x3ffb1a1c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5986074
2024-05-06 22:37:00 --> p 0x3ffb1a0c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5986959
2024-05-06 22:37:00 --> p 0x3ffb19fc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5987797
2024-05-06 22:37:00 --> p 0x3ffb19ec, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5988607
2024-05-06 22:37:00 --> p 0x3ffb19dc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5989493
2024-05-06 22:37:00 --> p 0x3ffb19cc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5990541
2024-05-06 22:37:00 --> p 0x3ffb19bc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5991466
2024-05-06 22:37:00 --> p 0x3ffb19ac, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5992342
2024-05-06 22:37:00 --> p 0x3ffb199c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5993007
2024-05-06 22:37:00 --> p 0x3ffb198c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5993827
2024-05-06 22:37:00 --> p 0x3ffb197c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5994782
2024-05-06 22:37:00 --> p 0x3ffb196c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5995747
2024-05-06 22:37:00 --> p 0x3ffb195c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5996557
2024-05-06 22:37:00 --> p 0x3ffb194c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 5997333
2024-05-06 22:37:00 --> p 0x3ffb193c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5998121
2024-05-06 22:37:00 --> p 0x3ffb192c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 5998873
2024-05-06 22:37:00 --> p 0x3ffb191c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6000028
2024-05-06 22:37:00 --> p 0x3ffb190c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6000848
2024-05-06 22:37:00 --> p 0x3ffb18fc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6001624
2024-05-06 22:37:00 --> p 0x3ffb18ec, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6002657
2024-05-06 22:37:00 --> p 0x3ffb18dc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6003336
2024-05-06 22:37:00 --> p 0x3ffb18cc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6004113
2024-05-06 22:37:00 --> p 0x3ffb18bc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6004904
2024-05-06 22:37:00 --> p 0x3ffb18ac, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6005742
2024-05-06 22:37:00 --> p 0x3ffb189c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6006637
2024-05-06 22:37:00 --> p 0x3ffb13cc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6007679
2024-05-06 22:37:00 --> p 0x3ffb13bc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6008479
2024-05-06 22:37:00 --> p 0x3ffb13ac, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6009157
2024-05-06 22:37:00 --> p 0x3ffb139c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6010052
2024-05-06 22:37:00 --> p 0x3ffb138c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6010704
2024-05-06 22:37:00 --> p 0x3ffb137c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6011564
2024-05-06 22:37:00 --> p 0x3ffb136c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6012282
2024-05-06 22:37:00 --> p 0x3ffb135c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6013044
2024-05-06 22:37:00 --> p 0x3ffb134c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6013674
2024-05-06 22:37:00 --> p 0x3ffb133c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6014438
2024-05-06 22:37:00 --> p 0x3ffb132c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6015183
2024-05-06 22:37:00 --> p 0x3ffb131c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6016144
2024-05-06 22:37:00 --> p 0x3ffb130c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6017052
2024-05-06 22:37:00 --> p 0x3ffb12fc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6017672
2024-05-06 22:37:00 --> p 0x3ffb12ec, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6018291
2024-05-06 22:37:00 --> p 0x3ffb12dc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6019071
2024-05-06 22:37:00 --> p 0x3ffb12cc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6019742
2024-05-06 22:37:00 --> p 0x3ffb12bc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6020859
2024-05-06 22:37:00 --> p 0x3ffb12ac, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6021592
2024-05-06 22:37:00 --> p 0x3ffb129c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6022426
2024-05-06 22:37:00 --> p 0x3ffb128c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6023299
2024-05-06 22:37:01 --> p 0x3ffb127c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6024222
2024-05-06 22:37:01 --> p 0x3ffb126c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6025053
2024-05-06 22:37:01 --> p 0x3ffb125c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6026097
2024-05-06 22:37:01 --> p 0x3ffb124c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6026903
2024-05-06 22:37:01 --> p 0x3ffb123c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6027799
2024-05-06 22:37:01 --> p 0x3ffb122c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6028717
2024-05-06 22:37:01 --> p 0x3ffb121c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6029702
2024-05-06 22:37:01 --> p 0x3ffb120c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6030552
2024-05-06 22:37:01 --> p 0x3ffb11fc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6031497
2024-05-06 22:37:01 --> p 0x3ffb11ec, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6032224
2024-05-06 22:37:01 --> p 0x3ffb11dc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6033048
2024-05-06 22:37:01 --> p 0x3ffb11cc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6033934
2024-05-06 22:37:01 --> p 0x3ffb11bc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6034809
2024-05-06 22:37:01 --> p 0x3ffb11ac, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6035818
2024-05-06 22:37:01 --> p 0x3ffb119c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6036649
2024-05-06 22:37:01 --> p 0x3ffb118c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6037359
2024-05-06 22:37:01 --> p 0x3ffb117c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6038344
2024-05-06 22:37:01 --> p 0x3ffb116c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6039978
2024-05-06 22:37:01 --> p 0x3ffb115c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6040914
2024-05-06 22:37:01 --> p 0x3ffb114c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6041697
2024-05-06 22:37:01 --> p 0x3ffb113c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6042534
2024-05-06 22:37:01 --> p 0x3ffb112c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6043517
2024-05-06 22:37:01 --> p 0x3ffb111c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6044426
2024-05-06 22:37:01 --> p 0x3ffb110c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6045331
2024-05-06 22:37:01 --> p 0x3ffb10fc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6045999
2024-05-06 22:37:01 --> p 0x3ffb10ec, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6046636
2024-05-06 22:37:01 --> p 0x3ffb10dc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6047203
2024-05-06 22:37:01 --> p 0x3ffb10cc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6048147
2024-05-06 22:37:01 --> p 0x3ffb10bc, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6048971
2024-05-06 22:37:01 --> p 0x3ffb10ac, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6049824
2024-05-06 22:37:01 --> p 0x3ffb109c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 6050784
2024-05-06 22:37:01 --> p 0x3ffb108c, s 16, t 1,mt 13,mid 52d,did 1,sid ff,time 6051484
2024-05-06 22:37:01 --> count 147
2024-05-06 22:37:01 --> size 3537B
2024-05-06 22:37:01 --> max size 3537B
2024-05-06 22:37:01 T 0: 0, 0
2024-05-06 22:37:01 T 1: 0, 0
2024-05-06 22:37:01 T 2: 0, 0
2024-05-06 22:37:01 T 3: 0, 0
2024-05-06 22:37:01 T 4: 0, 16
2024-05-06 22:37:01 T 5: 0, 0
2024-05-06 22:37:01 T 6: 0, 0
2024-05-06 22:37:01 T 7: 0, 0
2024-05-06 22:37:01 T 8: 0, 0
2024-05-06 22:37:01 T 9: 0, 0
2024-05-06 22:37:01 T 10: 0, 0
2024-05-06 22:37:01 T 11: 0, 0
2024-05-06 22:37:01 T 12: 0, 0
2024-05-06 22:37:01 T 13: 2334, 2334
2024-05-06 22:37:01 -------------------->
2024-05-06 22:37:01 ASSERT_PARAM(-218959118 0), in arch_main.c at line 373
2024-05-06 22:37:01 Guru Meditation Error: Core  0 panic'ed (IllegalInstruction). Exception was unhandled.
2024-05-06 22:37:01 Memory dump at 0x4009300c: 00f01d12 00004136 f01d0000
2024-05-06 22:37:01 0x4009300c: btdm_sleep_check_duration at C:/esp-idf/components/bt/controller/esp32/bt.c:922

2024-05-06 22:37:01 Core  0 register dump:
2024-05-06 22:37:01 PC      : 0x40093013  PS      : 0x00060e34  A0      : 0x8008b5da  A1      : 0x3ffc46e4
2024-05-06 22:37:01 0x40093013: r_assert at C:/esp-idf/components/bt/controller/esp32/bt.c:1857

2024-05-06 22:37:01 A2      : 0x00000000  A3      : 0xf2f2f2f2  A4      : 0x00000000  A5      : 0x3f40ab48
2024-05-06 22:37:01 A6      : 0x00000175  A7      : 0xfffffffc  A8      : 0x8000814b  A9      : 0x3ffc4654
2024-05-06 22:37:01 A10     : 0x00000000  A11     : 0x3ffc4677  A12     : 0x3ffc4623  A13     : 0x00000033
2024-05-06 22:37:01 A14     : 0x00000000  A15     : 0x3ffc4628  SAR     : 0x00000004  EXCCAUSE: 0x00000000
2024-05-06 22:37:01 EXCVADDR: 0x00000000  LBEG    : 0x4000c2e0  LEND    : 0x4000c2f6  LCOUNT  : 0x00000000
2024-05-06 22:37:01
2024-05-06 22:37:01
2024-05-06 22:37:01 Backtrace: 0x40093010:0x3ffc46e4 |<-CORRUPTED
2024-05-06 22:37:01 0x40093010: r_assert at C:/esp-idf/components/bt/controller/esp32/bt.c:1856

2024-05-06 22:37:01
2024-05-06 22:37:01
2024-05-06 22:37:01
2024-05-06 22:37:01
2024-05-06 22:37:01 ELF file SHA256: 895edf1a2572a036
2024-05-06 22:37:01
2024-05-06 22:37:01 Rebooting...

Thanks for the information. This issue will be fixed in release/v5.2.2. In order not to affect your testing, the attached lib should resovle both of these issues simultaneously. Additionally, the fix for assert_1024 will also be included in the upcoming official release version.
libbtdm_app.zip

@yayugu
Copy link
Author

yayugu commented May 7, 2024

Hi @ESP-YTGerd, I tried the newest libbtdm_app.a (with the debugging git patch) and got the new error after running 7 hours.

(log head is missing)
2024-05-07 16:38:07 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 16:38:08 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 16:38:09 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 16:38:10 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 16:38:11 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 16:38:12 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 16:38:13 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 16:38:15 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 16:38:16 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 16:38:17 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 16:38:18 lc_pwr_incr_ind_handler_hack:lc state 1
(stable for 7 hours)
2024-05-07 23:46:07 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:46:08 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:46:09 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:46:10 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:46:10 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:46:11 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:46:12 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:46:13 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:46:14 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:46:15 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:46:16 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:46:17 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:46:18 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:46:19 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:46:20 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:46:22 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:46:23 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:46:24 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:46:25 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:46:26 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:46:27 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:46:28 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:46:29 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:46:30 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:46:31 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:46:32 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:46:33 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:46:34 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:46:35 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:46:36 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:46:37 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:46:38 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:46:39 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:46:40 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:46:41 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:46:42 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:46:43 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:46:44 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:46:45 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:46:46 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:46:47 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:46:48 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:46:48 E (25745629) msgReader: tcpReader::native_read recv failed. errno=11 (WiFi/TCP task shows the error since this message, 10mins before crash)
2024-05-07 23:46:49 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:46:50 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:46:51 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:46:52 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:46:53 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:46:54 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:46:55 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:46:56 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:46:57 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:46:58 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:46:58 E (25755729) msgReader: tcpReader::native_read recv failed. errno=11
2024-05-07 23:46:59 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:47:00 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:47:01 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:47:02 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:47:03 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:47:04 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:47:05 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:47:06 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:47:07 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:47:08 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:47:08 E (25765829) msgReader: tcpReader::native_read recv failed. errno=11
2024-05-07 23:47:09 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:47:10 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:47:10 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:47:11 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:47:12 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:47:14 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:15 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:47:16 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:17 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:18 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:19 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:20 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:21 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:22 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:23 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:24 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:25 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:26 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:47:27 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:28 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:29 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:30 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:31 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:32 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:33 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:34 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:35 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:36 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:37 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:38 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:39 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:40 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:41 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:42 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:43 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:44 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:45 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:46 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:47 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:47 E (25804699) msgReader: tcpReader::native_read recv failed. errno=11
2024-05-07 23:47:48 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:49 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:50 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:51 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:52 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:53 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:54 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:54 E (25811579) msgReader: tcpReader::native_read recv failed. errno=104
2024-05-07 23:47:54 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:56 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:47:56 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:47:57 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:47:59 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:00 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:01 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:01 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:03 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:04 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:05 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:06 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:07 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:08 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:09 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:10 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:11 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:12 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:12 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:13 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:14 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:15 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:16 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:17 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:18 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:19 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:20 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:21 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:22 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:23 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:24 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:25 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:26 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:27 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:28 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:29 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:30 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:30 E (25847749) msgReader: tcpReader::native_read recv failed. errno=11
2024-05-07 23:48:31 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:32 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:33 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:34 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:35 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:36 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:37 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:37 E (25854619) msgReader: tcpReader::native_read recv failed. errno=104
2024-05-07 23:48:38 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:39 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:40 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:41 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:42 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:43 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:44 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:45 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:46 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:47 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:48 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:49 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:50 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:51 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:52 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:53 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:54 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:55 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:56 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:57 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:58 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:48:59 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:00 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:01 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:02 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:03 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:04 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:05 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:06 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:07 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:08 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:09 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:10 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:11 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:11 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:13 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:14 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:14 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:16 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:17 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:18 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:19 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:20 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:21 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:21 E (25898699) msgReader: tcpReader::native_read recv failed. errno=11
2024-05-07 23:49:22 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:23 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:24 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:25 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:26 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:27 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:28 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:28 E (25905519) msgReader: tcpReader::native_read recv failed. errno=104
2024-05-07 23:49:29 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:30 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:31 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:31 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:32 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:34 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:35 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:36 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:37 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:38 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:39 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:40 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:41 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:42 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:43 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:44 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:45 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:46 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:47 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:48 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:49 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:50 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:51 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:52 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:53 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:54 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:55 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:56 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:57 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:58 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:49:59 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:50:00 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:50:01 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:50:02 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:50:03 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:50:04 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:50:05 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:50:06 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:50:07 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:50:08 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:50:09 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:10 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:10 E (25947749) msgReader: tcpReader::native_read recv failed. errno=11
2024-05-07 23:50:11 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:12 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:13 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:14 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:15 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:16 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:17 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:18 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:19 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:20 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:20 E (25957849) msgReader: tcpReader::native_read recv failed. errno=11
2024-05-07 23:50:21 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:22 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:23 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:24 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:25 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:26 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:27 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:28 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:29 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:30 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:31 E (25967949) msgReader: tcpReader::native_read recv failed. errno=11
2024-05-07 23:50:31 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:32 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:33 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:35 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:36 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:37 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:38 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:39 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:40 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:41 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:42 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:43 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:50:44 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:50:45 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:50:46 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:50:47 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:50:48 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:50:49 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:50:50 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:50:51 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:50:52 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:50:53 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:50:54 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:50:55 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:50:57 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:50:58 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:50:58 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:50:59 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:00 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:02 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:02 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:03 E (26000289) msgReader: tcpReader::native_read recv failed. errno=11
2024-05-07 23:51:03 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:04 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:05 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:07 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:08 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:08 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:09 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:10 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:11 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:12 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:13 E (26010389) msgReader: tcpReader::native_read recv failed. errno=11
2024-05-07 23:51:13 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:14 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:15 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:16 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:17 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:18 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:19 E (26015919) msgReader: tcpReader::native_read recv failed. errno=104
2024-05-07 23:51:19 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:20 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:21 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:22 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:23 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:24 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:25 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:27 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:27 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:29 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:29 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:30 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:31 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:33 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:34 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:34 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:36 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:36 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:37 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:38 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:39 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:40 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:41 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:42 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:43 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:44 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:45 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:46 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:47 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:48 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:49 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:50 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:51 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:52 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:53 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:54 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:55 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:56 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:57 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:58 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:51:58 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:00 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:00 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:01 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:02 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:03 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:04 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:05 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:06 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:07 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:08 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:09 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:10 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:11 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:12 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:13 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:13 E (26070229) msgReader: tcpReader::native_read recv failed. errno=11
2024-05-07 23:52:14 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:15 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:16 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:16 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:17 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:18 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:19 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:20 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:21 E (26078169) msgReader: tcpReader::native_read recv failed. errno=104
2024-05-07 23:52:21 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:22 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:23 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:24 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:25 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:27 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:28 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:29 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:30 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:31 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:32 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:33 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:34 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:35 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:52:36 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:52:38 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:38 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:52:39 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:52:40 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:52:41 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:52:42 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:52:44 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:52:45 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:52:46 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:52:47 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:52:48 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:52:49 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:52:49 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:52:51 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:52:52 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:52:52 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:52:53 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:52:54 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:52:55 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:52:56 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:52:57 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:52:58 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:52:59 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:00 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:01 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:02 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:02 E (26119759) msgReader: tcpReader::native_read recv failed. errno=11
2024-05-07 23:53:03 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:04 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:04 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:05 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:06 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:07 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:08 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:09 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:10 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:11 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:12 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:12 E (26129859) msgReader: tcpReader::native_read recv failed. errno=11
2024-05-07 23:53:13 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:14 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:15 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:16 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:17 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:18 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:18 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:20 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:20 lc_pwr_max_ind_handler_hack:lc state 1
2024-05-07 23:53:21 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:23 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:23 E (26139959) msgReader: tcpReader::native_read recv failed. errno=11
2024-05-07 23:53:24 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:24 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:25 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:26 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:27 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:28 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:29 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:30 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:31 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:32 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:33 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:34 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:35 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:36 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:37 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:38 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:39 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:40 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:40 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:41 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:42 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:43 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:44 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:45 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:46 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:47 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:48 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:49 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:49 E (26166689) msgReader: tcpReader::native_read recv failed. errno=11
2024-05-07 23:53:50 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:51 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:52 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:53 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:54 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:53:55 lc_pwr_incr_ind_handler_hack:lc state 1
2024-05-07 23:56:30 <--------------------
2024-05-07 23:56:30 --> p 0x3ffb1870, s 15, t 0,mt 255,mid ffff,did ffff,sid ffff,time 6131
2024-05-07 23:56:30 --> p 0x3ffb1834, s 60, t 0,mt 255,mid ffff,did ffff,sid ffff,time 6140
2024-05-07 23:56:30 --> p 0x3ffb14dc, s 856, t 0,mt 255,mid ffff,did ffff,sid ffff,time 6792
2024-05-07 23:56:30 --> p 0x3ffb1050, s 16, t 1,mt 255,mid ffff,did ffff,sid ffff,time 26169404
2024-05-07 23:56:30 --> p 0x3ffb13dc, s 256, t 0,mt 255,mid ffff,did ffff,sid ffff,time 6792
2024-05-07 23:56:30 --> p 0x3ffb1060, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26173632
2024-05-07 23:56:30 --> p 0x3ffb1034, s 27, t 1,mt 13,mid 524,did 1,sid ff,time 26176329
2024-05-07 23:56:30 --> p 0x3ffb1024, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26176399
2024-05-07 23:56:30 --> p 0x3ffb1014, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26179078
2024-05-07 23:56:30 --> p 0x3ffb1004, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26181870
2024-05-07 23:56:30 --> p 0x3ffb0ff4, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26184174
2024-05-07 23:56:30 --> p 0x3ffb0fe4, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26186855
2024-05-07 23:56:30 --> p 0x3ffb0fd4, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26189525
2024-05-07 23:56:30 --> p 0x3ffb0fc4, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26192148
2024-05-07 23:56:30 --> p 0x3ffb0fb4, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26194729
2024-05-07 23:56:30 --> p 0x3ffb0fa4, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26197167
2024-05-07 23:56:30 --> p 0x3ffb0f94, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26199645
2024-05-07 23:56:30 --> p 0x3ffb0f84, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26202203
2024-05-07 23:56:30 --> p 0x3ffb0f74, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26204650
2024-05-07 23:56:30 --> p 0x3ffb0f64, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26207260
2024-05-07 23:56:30 --> p 0x3ffb0f54, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26210328
2024-05-07 23:56:30 --> p 0x3ffb0f44, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26213194
2024-05-07 23:56:30 --> p 0x3ffb0f34, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26216068
2024-05-07 23:56:30 --> p 0x3ffb0f24, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26218910
2024-05-07 23:56:30 --> p 0x3ffb0f00, s 33, t 1,mt 13,mid 524,did 1,sid ff,time 26222004
2024-05-07 23:56:30 --> p 0x3ffb0ef0, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26222009
2024-05-07 23:56:30 --> p 0x3ffb0ee0, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26223200
2024-05-07 23:56:30 --> p 0x3ffb0ed0, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26224184
2024-05-07 23:56:30 --> p 0x3ffb0ec0, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26225174
2024-05-07 23:56:30 --> p 0x3ffb0eb0, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26225905
2024-05-07 23:56:30 --> p 0x3ffb0ea0, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26226614
2024-05-07 23:56:30 --> p 0x3ffb0e90, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26227459
2024-05-07 23:56:30 --> p 0x3ffb0e80, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26228164
2024-05-07 23:56:30 --> p 0x3ffb0e70, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26228949
2024-05-07 23:56:30 --> p 0x3ffb1c80, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26229692
2024-05-07 23:56:30 --> p 0x3ffb1c70, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26230503
2024-05-07 23:56:30 --> p 0x3ffb1c60, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26231710
2024-05-07 23:56:30 --> p 0x3ffb1c3c, s 33, t 1,mt 13,mid 524,did 1,sid ff,time 26232252
2024-05-07 23:56:30 --> p 0x3ffb1c2c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26232697
2024-05-07 23:56:30 --> p 0x3ffb1c1c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26233580
2024-05-07 23:56:30 --> p 0x3ffb1c0c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26234569
2024-05-07 23:56:30 --> p 0x3ffb1bfc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26235465
2024-05-07 23:56:30 --> p 0x3ffb1bec, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26236288
2024-05-07 23:56:30 --> p 0x3ffb1bdc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26237135
2024-05-07 23:56:30 --> p 0x3ffb1bcc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26238203
2024-05-07 23:56:30 --> p 0x3ffb1bbc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26239319
2024-05-07 23:56:30 --> p 0x3ffb1bac, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26240384
2024-05-07 23:56:30 --> p 0x3ffb1b9c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26240980
2024-05-07 23:56:30 --> p 0x3ffb1b8c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26242023
2024-05-07 23:56:30 --> p 0x3ffb1b7c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26242764
2024-05-07 23:56:30 --> p 0x3ffb1b6c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26243559
2024-05-07 23:56:30 --> p 0x3ffb1b5c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26244382
2024-05-07 23:56:30 --> p 0x3ffb1b4c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26245060
2024-05-07 23:56:30 --> p 0x3ffb1b3c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26245707
2024-05-07 23:56:30 --> p 0x3ffb1b2c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26246592
2024-05-07 23:56:30 --> p 0x3ffb1b1c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26247424
2024-05-07 23:56:30 --> p 0x3ffb1b0c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26248224
2024-05-07 23:56:30 --> p 0x3ffb1afc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26248953
2024-05-07 23:56:30 --> p 0x3ffb1aec, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26249655
2024-05-07 23:56:30 --> p 0x3ffb1adc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26250570
2024-05-07 23:56:30 --> p 0x3ffb1acc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26251590
2024-05-07 23:56:30 --> p 0x3ffb1abc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26252430
2024-05-07 23:56:30 --> p 0x3ffb1aac, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26253197
2024-05-07 23:56:30 --> p 0x3ffb1a9c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26253928
2024-05-07 23:56:30 --> p 0x3ffb1a8c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26254840
2024-05-07 23:56:30 --> p 0x3ffb1a7c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26255632
2024-05-07 23:56:30 --> p 0x3ffb1a6c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26256448
2024-05-07 23:56:30 --> p 0x3ffb1a5c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26257309
2024-05-07 23:56:30 --> p 0x3ffb1a4c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26258085
2024-05-07 23:56:30 --> p 0x3ffb1a3c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26258885
2024-05-07 23:56:30 --> p 0x3ffb1a2c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26259632
2024-05-07 23:56:30 --> p 0x3ffb1a1c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26260514
2024-05-07 23:56:30 --> p 0x3ffb1a0c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26261210
2024-05-07 23:56:30 --> p 0x3ffb19fc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26262104
2024-05-07 23:56:30 --> p 0x3ffb19ec, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26262982
2024-05-07 23:56:30 --> p 0x3ffb19dc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26263724
2024-05-07 23:56:30 --> p 0x3ffb19cc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26264514
2024-05-07 23:56:30 --> p 0x3ffb19bc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26265252
2024-05-07 23:56:30 --> p 0x3ffb19ac, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26266019
2024-05-07 23:56:30 --> p 0x3ffb199c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26266820
2024-05-07 23:56:30 --> p 0x3ffb198c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26267718
2024-05-07 23:56:30 --> p 0x3ffb197c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26268420
2024-05-07 23:56:30 --> p 0x3ffb196c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26269307
2024-05-07 23:56:30 --> p 0x3ffb195c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26270184
2024-05-07 23:56:30 --> p 0x3ffb194c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26271025
2024-05-07 23:56:30 --> p 0x3ffb193c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26271858
2024-05-07 23:56:30 --> p 0x3ffb192c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26272725
2024-05-07 23:56:30 --> p 0x3ffb191c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26273654
2024-05-07 23:56:30 --> p 0x3ffb190c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26274350
2024-05-07 23:56:30 --> p 0x3ffb18fc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26275332
2024-05-07 23:56:30 --> p 0x3ffb18ec, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26276524
2024-05-07 23:56:30 --> p 0x3ffb18dc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26277285
2024-05-07 23:56:30 --> p 0x3ffb18cc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26278063
2024-05-07 23:56:30 --> p 0x3ffb18bc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26279885
2024-05-07 23:56:30 --> p 0x3ffb18ac, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26280553
2024-05-07 23:56:30 --> p 0x3ffb189c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26281355
2024-05-07 23:56:30 --> p 0x3ffb13cc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26282184
2024-05-07 23:56:30 --> p 0x3ffb13bc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26282834
2024-05-07 23:56:30 --> p 0x3ffb13ac, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26283796
2024-05-07 23:56:30 --> p 0x3ffb139c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26284864
2024-05-07 23:56:30 --> p 0x3ffb138c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26285548
2024-05-07 23:56:30 --> p 0x3ffb137c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26286340
2024-05-07 23:56:30 --> p 0x3ffb136c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26287093
2024-05-07 23:56:30 --> p 0x3ffb135c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26288064
2024-05-07 23:56:30 --> p 0x3ffb134c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26288904
2024-05-07 23:56:30 --> p 0x3ffb133c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26290101
2024-05-07 23:56:30 --> p 0x3ffb132c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26290880
2024-05-07 23:56:30 --> p 0x3ffb131c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26291703
2024-05-07 23:56:30 --> p 0x3ffb130c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26292446
2024-05-07 23:56:30 --> p 0x3ffb12fc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26293504
2024-05-07 23:56:30 --> p 0x3ffb12ec, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26294324
2024-05-07 23:56:30 --> p 0x3ffb12dc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26295208
2024-05-07 23:56:30 --> p 0x3ffb12cc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26296131
2024-05-07 23:56:31 --> p 0x3ffb12bc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26297095
2024-05-07 23:56:31 --> p 0x3ffb12ac, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26298033
2024-05-07 23:56:31 --> p 0x3ffb129c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26299035
2024-05-07 23:56:31 --> p 0x3ffb128c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26299963
2024-05-07 23:56:31 --> p 0x3ffb127c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26300735
2024-05-07 23:56:31 --> p 0x3ffb126c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26301566
2024-05-07 23:56:31 --> p 0x3ffb125c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26302559
2024-05-07 23:56:31 --> p 0x3ffb124c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26303396
2024-05-07 23:56:31 --> p 0x3ffb123c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26304309
2024-05-07 23:56:31 --> p 0x3ffb122c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26305108
2024-05-07 23:56:31 --> p 0x3ffb121c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26305760
2024-05-07 23:56:31 --> p 0x3ffb120c, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26306680
2024-05-07 23:56:31 --> p 0x3ffb11fc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26307539
2024-05-07 23:56:31 --> p 0x3ffb11ec, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26308178
2024-05-07 23:56:31 --> p 0x3ffb11dc, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26308944
2024-05-07 23:56:31 --> p 0x3ffb11b8, s 33, t 1,mt 13,mid 524,did 1,sid ff,time 26309031
2024-05-07 23:56:31 --> p 0x3ffb11a8, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26309691
2024-05-07 23:56:31 --> p 0x3ffb1198, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26310431
2024-05-07 23:56:31 --> p 0x3ffb1188, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26311438
2024-05-07 23:56:31 --> p 0x3ffb1178, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26312136
2024-05-07 23:56:31 --> p 0x3ffb1168, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26312880
2024-05-07 23:56:31 --> p 0x3ffb1158, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26313786
2024-05-07 23:56:31 --> p 0x3ffb1148, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26315541
2024-05-07 23:56:31 --> p 0x3ffb1138, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26316408
2024-05-07 23:56:31 --> p 0x3ffb1128, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26317265
2024-05-07 23:56:31 --> p 0x3ffb1118, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26318096
2024-05-07 23:56:31 --> p 0x3ffb1108, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26318975
2024-05-07 23:56:31 --> p 0x3ffb10f8, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26319700
2024-05-07 23:56:31 --> p 0x3ffb10e8, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26320501
2024-05-07 23:56:31 --> p 0x3ffb10d8, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26321289
2024-05-07 23:56:31 --> p 0x3ffb10c8, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26322139
2024-05-07 23:56:31 --> p 0x3ffb10b8, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26322811
2024-05-07 23:56:31 --> p 0x3ffb10a8, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26323895
2024-05-07 23:56:31 --> p 0x3ffb1098, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26324559
2024-05-07 23:56:31 --> p 0x3ffb1088, s 16, t 1,mt 13,mid 52b,did 1,sid ff,time 26325375
2024-05-07 23:56:31 --> count 148
2024-05-07 23:56:31 --> size 3553B
2024-05-07 23:56:31 --> max size 3553B
2024-05-07 23:56:31 T 0: 0, 0
2024-05-07 23:56:31 T 1: 0, 0
2024-05-07 23:56:31 T 2: 0, 0
2024-05-07 23:56:31 T 3: 0, 0
2024-05-07 23:56:31 T 4: 0, 0
2024-05-07 23:56:31 T 5: 0, 0
2024-05-07 23:56:31 T 6: 0, 0
2024-05-07 23:56:31 T 7: 0, 0
2024-05-07 23:56:31 T 8: 0, 0
2024-05-07 23:56:31 T 9: 0, 0
2024-05-07 23:56:31 T 10: 0, 0
2024-05-07 23:56:31 T 11: 0, 0
2024-05-07 23:56:31 T 12: 0, 0
2024-05-07 23:56:31 T 13: 2350, 2350
2024-05-07 23:56:31 -------------------->
2024-05-07 23:56:31 ASSERT_PARAM(-218959118 0), in arch_main.c at line 373
2024-05-07 23:56:31 Guru Meditation Error: Core  0 panic'ed (IllegalInstruction). Exception was unhandled.
2024-05-07 23:56:31 Memory dump at 0x4009300c: 00f01d12 00004136 f01d0000
2024-05-07 23:56:31 0x4009300c: btdm_sleep_check_duration at C:/esp-idf/components/bt/controller/esp32/bt.c:922

2024-05-07 23:56:31 Core  0 register dump:
2024-05-07 23:56:31 PC      : 0x40093013  PS      : 0x00060634  A0      : 0x8008b5da  A1      : 0x3ffc46e4
2024-05-07 23:56:31 0x40093013: r_assert at C:/esp-idf/components/bt/controller/esp32/bt.c:1857

2024-05-07 23:56:31 A2      : 0x00000000  A3      : 0xf2f2f2f2  A4      : 0x00000000  A5      : 0x3f40ab48
2024-05-07 23:56:31 A6      : 0x00000175  A7      : 0xfffffffc  A8      : 0x8000814b  A9      : 0x3ffc4654
2024-05-07 23:56:31 A10     : 0x00000000  A11     : 0x3ffc4677  A12     : 0x3ffc4623  A13     : 0x00000033
2024-05-07 23:56:31 A14     : 0x00000000  A15     : 0x3ffc4628  SAR     : 0x00000004  EXCCAUSE: 0x00000000
2024-05-07 23:56:31 EXCVADDR: 0x00000000  LBEG    : 0x4000c2e0  LEND    : 0x4000c2f6  LCOUNT  : 0x00000000
2024-05-07 23:56:31
2024-05-07 23:56:31
2024-05-07 23:56:31 Backtrace: 0x40093010:0x3ffc46e4 |<-CORRUPTED
2024-05-07 23:56:31 0x40093010: r_assert at C:/esp-idf/components/bt/controller/esp32/bt.c:1856

2024-05-07 23:56:31
2024-05-07 23:56:31
2024-05-07 23:56:31
2024-05-07 23:56:31
2024-05-07 23:56:31 ELF file SHA256: e91c945a5ea21e1c
2024-05-07 23:56:31
2024-05-07 23:56:31 Rebooting...
2024-05-07 23:56:31 ets Jul 29 2019 12:21:46
2024-05-07 23:56:31
2024-05-07 23:56:31 rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
2024-05-07 23:56:31 configsip: 0, SPIWP:0xee
2024-05-07 23:56:31 clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
2024-05-07 23:56:31 mode:DOUT, clock div:1
2024-05-07 23:56:31 load:0x3fff0030,len:268
2024-05-07 23:56:31 ho 0 tail 12 room 4
2024-05-07 23:56:31 load:0x40078000,len:12956
2024-05-07 23:56:31 load:0x40080400,len:4
2024-05-07 23:56:31 0x40080400: _init at ??:?

2024-05-07 23:56:31 ho 8 tail 4 room 4
2024-05-07 23:56:31 load:0x40080404,len:2928
2024-05-07 23:56:32 entry 0x4008055c
2024-05-07 23:56:32 I (378) cpu_start: Multicore app
2024-05-07 23:56:32 I (386) cpu_start: Pro cpu start user code
2024-05-07 23:56:32 I (386) cpu_start: cpu freq: 240000000 Hz
2024-05-07 23:56:32 I (386) cpu_start: Application information:
2024-05-07 23:56:32 I (389) cpu_start: Project name:     rws2
2024-05-07 23:56:32 I (394) cpu_start: App version:      3.0.1c
2024-05-07 23:56:32 I (399) cpu_start: Compile time:     May  7 2024 16:35:39
2024-05-07 23:56:32 I (405) cpu_start: ELF file SHA256:  e91c945a5ea21e1c...
2024-05-07 23:56:32 I (411) cpu_start: ESP-IDF:          v5.2.1-1-g766a415056-dirty
2024-05-07 23:56:32 I (417) cpu_start: Min chip rev:     v1.0
2024-05-07 23:56:32 I (422) cpu_start: Max chip rev:     v3.99
2024-05-07 23:56:32 I (427) cpu_start: Chip rev:         v3.0
2024-05-07 23:56:32 I (432) heap_init: Initializing. RAM available for dynamic allocation:
2024-05-07 23:56:32 I (439) heap_init: At 3FFAFF10 len 000000F0 (0 KiB): DRAM
2024-05-07 23:56:32 I (445) heap_init: At 3FFB6388 len 00001C78 (7 KiB): DRAM
2024-05-07 23:56:32 I (451) heap_init: At 3FFB9A20 len 00004108 (16 KiB): DRAM
2024-05-07 23:56:32 I (457) heap_init: At 3FFD6D50 len 000092B0 (36 KiB): DRAM
2024-05-07 23:56:32 I (463) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
2024-05-07 23:56:32 I (470) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
2024-05-07 23:56:32 I (476) heap_init: At 4009FDC0 len 00000240 (0 KiB): IRAM
2024-05-07 23:56:32 I (483) spi_flash: detected chip: generic
2024-05-07 23:56:32 I (487) spi_flash: flash io: dout
2024-05-07 23:56:32 W (491) i2c: This driver is an old driver, please migrate your application code to adapt `driver/i2c_master.h`
2024-05-07 23:56:32 I (502) coexist: coex firmware version: 77cd7f8
2024-05-07 23:56:32 I (507) main_task: Started on CPU0
2024-05-07 23:56:32 I (517) main_task: Calling app_main()
2024-05-07 23:56:32 W (577) vfs: esp_vfs_register_fd_range is successful for range <54; 64) and VFS ID 2
2024-05-07 23:56:32 I (587) wifi:wifi driver task: 3ffd8f84, prio:23, stack:3072, core=1
2024-05-07 23:56:32 I (587) wifi:wifi firmware version: a9f5b59
2024-05-07 23:56:32 I (587) wifi:wifi certification version: v7.0
2024-05-07 23:56:32 I (587) wifi:config NVS flash: disabled
2024-05-07 23:56:32 I (587) wifi:config nano formating: enabled
2024-05-07 23:56:32 I (597) wifi:Init data frame dynamic rx buffer num: 4
2024-05-07 23:56:32 I (597) wifi:Init static rx mgmt buffer num: 5
2024-05-07 23:56:32 I (607) wifi:Init management short buffer num: 6
2024-05-07 23:56:32 I (607) wifi:Init static tx buffer num: 4
2024-05-07 23:56:32 I (607) wifi:Init static rx buffer size: 1600
2024-05-07 23:56:32 I (617) wifi:Init static rx buffer num: 2
2024-05-07 23:56:32 I (617) wifi:Init dynamic rx buffer num: 4
2024-05-07 23:56:32 I (627) wifi_init: rx ba win: 2
2024-05-07 23:56:32 I (627) wifi_init: tcpip mbox: 32
2024-05-07 23:56:32 I (627) wifi_init: udp mbox: 6
2024-05-07 23:56:32 I (637) wifi_init: tcp mbox: 6
2024-05-07 23:56:32 I (637) wifi_init: tcp tx win: 2880
2024-05-07 23:56:32 I (647) wifi_init: tcp rx win: 2880
2024-05-07 23:56:32 I (647) wifi_init: tcp mss: 1440
2024-05-07 23:56:32 I (647) wifi_init: WiFi IRAM OP enabled
2024-05-07 23:56:32 I (657) wifi_init: WiFi RX IRAM OP enabled
2024-05-07 23:56:32 I (1077) Main: Bluetooth name RWS.03
2024-05-07 23:56:37 I (6177) BTDM_INIT: BT controller compile version [586d370]
2024-05-07 23:56:37 ##C##: mem pool: 524 + 2060 + 1036
2024-05-07 23:56:37 I (6177) BTDM_INIT: Bluetooth MAC: 0c:8b:95:45:32:02
2024-05-07 23:56:37 I (6187) phy_init: phy_version 4791,2c4672b,Dec 20 2023,16:06:06
2024-05-07 23:56:37 I (6707) main_task: Returned from app_main()

@ESP-YTGerd
Copy link
Collaborator

Hi, @yayugu
What's the peer device of spp acceptor? It seems that the tx power of peer device is too low and we have been requesting to increase it, while their tx power has remained at a relatively low level.

@yayugu
Copy link
Author

yayugu commented May 8, 2024

I use Redmi Note 11, Android 13 and MIUI Global 14.0.5, keep connecting to power charger, not the low battery mode.
That's interesting, I will also try to change the phone and ESP32 position (the ESP32 should not crash even the peer device has the issue though😅)

Update: I put the phone and ESP32 side-by-side and the messages below disappeared

lc_pwr_max_ind_handler_hack:lc state 1
lc_pwr_incr_ind_handler_hack:lc state 1

@ESP-YTGerd
Copy link
Collaborator

I use Redmi Note 11, Android 13 and MIUI Global 14.0.5, keep connecting to power charger, not the low battery mode. That's interesting, I will also try to change the phone and ESP32 position (the ESP32 should not crash even the peer device has the issue though😅)

Update: I put the phone and ESP32 side-by-side and the messages below disappeared

lc_pwr_max_ind_handler_hack:lc state 1
lc_pwr_incr_ind_handler_hack:lc state 1

hahaha, it's true, we will resolve it and are also looking forward to the results of long-term testing after placing the two devices together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: NA Issue resolution is unavailable Status: Done Issue is done internally Type: Bug bugs in IDF
Projects
None yet
Development

No branches or pull requests

4 participants