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/09/06 14:02:41 UTC

[GitHub] [incubator-nuttx] GUIDINGLI opened a new pull request, #7019: sched: fix corner case wd_cancel assert crash

GUIDINGLI opened a new pull request, #7019:
URL: https://github.com/apache/incubator-nuttx/pull/7019

   
   ## Summary
   
   sched: fix corner case wd_cancel assert crash
   
   There one ways can caused this:
   mq_timedreceive
      TIMER IRQ do wd_timer -> wd_func1 mq_send
                            -> wd_func2 nxmq_rcvtimeout -> crash
   
   Resolve:
   Stop the watchdog when mq_send
   
   Signed-off-by: ligd <li...@xiaomi.com>
   
   This is amend of:
   https://github.com/apache/incubator-nuttx/pull/5540
   
   
   ## Impact
   
   mq signal
   
   ## Testing
   
   VELA
   


-- 
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

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


[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7019: sched: fix corner case wd_cancel assert crash

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged PR #7019:
URL: https://github.com/apache/incubator-nuttx/pull/7019


-- 
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

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