TimJTi commented on issue #12629:
URL: https://github.com/apache/nuttx/issues/12629#issuecomment-2213750001

   @yf13 @xiaoxiang781216 
   I have re-run the bisect and can confirm it determines this PR as the cause.
   If I trace through the call to getpid() I note:
   ```
   NuttX 12.5:    rtcb->pid = 2; rtcb->grouo->tg_pid = 2; The debugger does not 
associate rtcb with a global variable
   NuttX Master:  rtcb->pid = 2; rtcb->group->tg_pid = 0; The debugger notes 
that rtcb is g_kthread_group
   ```
   Don't know if that helps? There may be other differences but that was the 
difference that stood out to me. Let me know if you wany me to provide any 
specific debug data.
   
   Is there some associated or new Kconfig setting I should be making now? Or a 
change to the way pthreads are created?
   


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