pussuw commented on PR #15566: URL: https://github.com/apache/nuttx/pull/15566#issuecomment-2595824347
The problem is related to cond->mutex somehow. If I remove locking / unlocking it from pthread_cond_broadcast, sim:citest boots and runs. Another thing I noticed, is if I remove C++ support, the system boots and the tests pass. The first thing the system does in flat mode is it runs the static C++ constructors: `CHelloWorld: Constructor: mSecret=42` So the issue must be somewhere there. I still don't understand what's wrong with the lock, nothing even calls pthread_cond_broadcast as far as I can see. -- 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