pkarashchenko commented on code in PR #14108:
URL: https://github.com/apache/nuttx/pull/14108#discussion_r1798622652


##########
sched/semaphore/sem_holder.c:
##########
@@ -757,14 +757,13 @@ void nxsem_release_holder(FAR sem_t *sem)
               return;
             }
         }
-
-      /* The current task is not a holder */
-
-      DEBUGPANIC();

Review Comment:
   Could you please explain error scenario more? I see the backtrace log in the 
description, but do not fully understand that data/event flow and how many 
tasks participate in the test



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to