nuttxs opened a new pull request, #10882: URL: https://github.com/apache/nuttx/pull/10882
## Summary Fix the os halt issue when esp32s3 wlan has high-speed or long time data transmission. 0x40377f08 in up_interrupt_context () at /media/zzq/sda4/work/esp32s3/midokura_esp32s3/esp32s3_devkitSK/nuttx/include/arch/irq.h:455 455 return ret; (gdb) bt #0 0x40377f08 in up_interrupt_context () at /media/zzq/sda4/work/esp32s3/midokura_esp32s3/esp32s3_devkitSK/nuttx/include/arch/irq.h:455 #1 0x40377f79 in enter_critical_section () at irq/irq_csection.c:202 #2 0x4206678c in iob_remove_queue (iobq=0x3fc92fe4 <g_wlan_priv+220>) at iob/iob_remove_queue.c:59 #3 0x42069b8a in wlan_recvframe (priv=<optimized out>) at chip/esp32s3_wlan.c:303 #4 wlan_rxpoll (arg=0x3fc92f08 <g_wlan_priv>) at chip/esp32s3_wlan.c:507 #5 0x42002b58 in work_thread (argc=<optimized out>, argv=<optimized out>) at wqueue/kwork_thread.c:186 #6 0x42003c14 in nxtask_start () at task/task_start.c:129 ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org