anchao commented on issue #17418: URL: https://github.com/apache/nuttx/issues/17418#issuecomment-3601532636
> > [@anchao](https://github.com/anchao) do you have method to fix this issue? or let [@husong2](https://github.com/husong2) revert your patch first. > > Have you guys run this demo on the community code? I tested it locally and it worked fine. > > ``` > nsh> hello > a_thread_func entry > a_thread_func entry 2222 > Test FAILED: Did not detach the thread, main still waiting for it to end execution. > Test PASSED > Test PASSED 2222 > ``` > > Furthermore, the back reference design of the tcb group is flawless because all threads maintain a linked list reference count for tg_members, and the group's lifecycle is also maintained by this count. I suspect your issue only manifests in internal branches, right? Please check if you have changed the group logic. also verified on qemu arm64 <img width="693" height="407" alt="Image" src="https://github.com/user-attachments/assets/6cc596c6-5a9d-4f6e-bc32-4233a603b841" /> -- 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
