mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
9169ff6a15
Trivially triggered with two or more threads write to regular syslog stream and to emergency stream. In this case, freeze happens because of mismatch of priv->ie (TXEIE == 0) and actually enabled interrupts in USART registers (TXEIE == 1), which leads to unhandled TXE interrupt and causes interrupt storm for USART.