patacongo commented on pull request #3704: URL: https://github.com/apache/incubator-nuttx/pull/3704#issuecomment-851665085
> > I just managed to have PROTECTED build working, tested on stm32f4discovery (it actually hardfaults but this happens when building with unmodified nuttx as well, so I guess it is not really functional ATM). > > That is bad. Could this be a result of #3626? That PR certainly has the ability to break the PROTECTED build. I verified that the current master behaves in the same way. Although it does hardfault, this is not due to #3626 since many, many pthreads start and exit before the hardfault occurs. The culprit appears to be a recent change to vfork() logic that gets exercised by the OS test. I opened #3812 -- 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. For queries about this service, please contact Infrastructure at: [email protected]
