pkarashchenko commented on pull request #5807: URL: https://github.com/apache/incubator-nuttx/pull/5807#issuecomment-1075009493
@xiaoxiang781216 I also noticed next code: ``` static int get_pid(struct plugin_priv_s *priv, uint32_t idx, uint16_t *pid) { int ret; ret = READU16(priv->pidhash[idx] + priv->tcbinfo->pid_off, pid); if (ret != 0) { PERROR("read %d pid error return %d\n", idx, ret); return ret; } return 0; } ``` I'm not sure if this is related to merged PR. Please take a look if `jlink-nuttx` is not affected -- 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