mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 23:49:05 +08:00
Calling syslog to print logs in clock_gettime will cause the system to have recursive output, i.e., clock_gettime->sinfo->syslog->clock_gettime, with the consequences of stack overflow or non-stop log output.