zhaoxiu-zeng commented on pull request #5120: URL: https://github.com/apache/incubator-nuttx/pull/5120#issuecomment-1004597983
> > For example, task is blocked by nxsem_wait(sem1), use nxsem_wait(sem2) > > in signal handler, and take sem2 successfully, after exit from signal > > handler to task, nxsem_wait(sem1) returns OK, but the correct result > > should be -EINTR. > > @zhaoxiu-zeng Can you extend the ostest so that we can test if the PR works correctry? https://github.com/apache/incubator-nuttx-apps/pull/955 -- 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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org