You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/08/04 15:00:07 UTC

[GitHub] [incubator-nuttx] fjpanag opened a new issue, #6785: usleep() blocks when CONFIG_SIM_WALLTIME_SIGNAL is enabled

fjpanag opened a new issue, #6785:
URL: https://github.com/apache/incubator-nuttx/issues/6785

   In simulator, when `CONFIG_SIM_WALLTIME_SIGNAL` is enabled, any call to `usleep()` blocks indefinitely and never returns.
   
   I have confirmed that the "tick" signal is delivered correctly and that `g_system_timer` is advancing.  
   However, when the time passes, the sleeping task is never woken-up.


-- 
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-unsubscribe@nuttx.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org