LVGL8 中文键盘使用时经常崩溃,求问大佬们有没有稳定的lv_ime_pinyin文件(LVGL8版本的)

报错信息Guru Meditation Error: Core 1 panic’ed (LoadProhibited). Exception was unhandled.

Core 1 register dump:
PC : 0x42021f04 PS : 0x00060430 A0 : 0x8202224e A1 : 0x3fcca880
0x42021f04: pinyin_page_proc at D:/work/code/esp32_bioc/components/lvgl/src/extra/others/ime/lv_ime_pinyin.c:856

A2 : 0x00000000 A3 : 0xffffffff A4 : 0x0000001c A5 : 0x0000000d
A6 : 0x000001df A7 : 0x00000078 A8 : 0x00000012 A9 : 0x3fcb1c34
A10 : 0x00000001 A11 : 0x00000012 A12 : 0x00000001 A13 : 0x00000002
A14 : 0x00000001 A15 : 0x0000000d SAR : 0x0000001f EXCCAUSE: 0x0000001c
EXCVADDR: 0x00000012 LBEG : 0x42021eca LEND : 0x42021ed1 LCOUNT : 0x00000000
0x42021eca: pinyin_page_proc at D:/work/code/esp32_bioc/components/lvgl/src/extra/others/ime/lv_ime_pinyin.c:842 (discriminator 3)

0x42021ed1: pinyin_page_proc at D:/work/code/esp32_bioc/components/lvgl/src/extra/others/ime/lv_ime_pinyin.c:847

Backtrace: 0x42021f01:0x3fcca880 0x4202224b:0x3fcca8a0 0x42016942:0x3fcca8c0 0x420169eb:0x3fcca8e0 0x42032b4d:0x3fcca920 0x420e4a25:0x3fcca950 0x42016889:0x3fcca970 0x420169eb:0x3fcca990 0x42017319:0x3fcca9d0 0x42017796:0x3fccaa00 0x4202fdd3:0x3fccaa50 0x42009df8:0x3fccaa80 0x4038a386:0x3fccaaa0
0x42021f01: pinyin_page_proc at D:/work/code/esp32_bioc/components/lvgl/src/extra/others/ime/lv_ime_pinyin.c:851 (discriminator 1)

0x4202224b: lv_ime_pinyin_cand_panel_event at D:/work/code/esp32_bioc/components/lvgl/src/extra/others/ime/lv_ime_pinyin.c:772

0x42016942: event_send_core at D:/work/code/esp32_bioc/components/lvgl/src/core/lv_event.c:467

0x420169eb: lv_event_send at D:/work/code/esp32_bioc/components/lvgl/src/core/lv_event.c:75

0x42032b4d: lv_btnmatrix_event at D:/work/code/esp32_bioc/components/lvgl/src/widgets/lv_btnmatrix.c:462

0x420e4a25: lv_obj_event_base at D:/work/code/esp32_bioc/components/lvgl/src/core/lv_event.c:98

0x42016889: event_send_core at D:/work/code/esp32_bioc/components/lvgl/src/core/lv_event.c:458

0x420169eb: lv_event_send at D:/work/code/esp32_bioc/components/lvgl/src/core/lv_event.c:75

0x42017319: indev_proc_press at D:/work/code/esp32_bioc/components/lvgl/src/core/lv_indev.c:887

0x42017796: indev_pointer_proc at D:/work/code/esp32_bioc/components/lvgl/src/core/lv_indev.c:381
(inlined by) lv_indev_read_timer_cb at D:/work/code/esp32_bioc/components/lvgl/src/core/lv_indev.c:101

0x4202fdd3: lv_timer_exec at D:/work/code/esp32_bioc/components/lvgl/src/misc/lv_timer.c:313
(inlined by) lv_timer_handler at D:/work/code/esp32_bioc/components/lvgl/src/misc/lv_timer.c:109

0x42009df8: lvgl_port_task at D:/work/code/esp32_bioc/main/lv_port/esp_lvgl_port.c:457

0x4038a386: vPortTaskWrapper at D:/Application/esp32/Espressif/frameworks/esp-idf-v5.1.2/components/freertos/FreeRTOS-Kernel/portable/xtensa/port.c:162

百问网有个开源的中文输入法,是可以使用的