jlaitine commented on PR #16334: URL: https://github.com/apache/nuttx/pull/16334#issuecomment-2858411760
Oops. Looks like, sig_tgkill doesn't handle sending to group/thread and also "raise" only sends to a single thread (using tkill). So now this didn't pass the sim:citest 's conformance test. Fixed sig_tgkill to just call nxsig_dispatch, and "raise" to use tgkill instead of tkill. Let's see if all the posix conformance tests pass now. I re-tested that this still fixes the original issue on real HW.... -- 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