yangyalei opened a new pull request, #10380:
URL: https://github.com/apache/nuttx/pull/10380

   ## Summary
   There is a problem when vfork() calls execv() (or execl()) to start a new 
application:  When the parent thread calls vfork() it receives and gets the pid 
of the vforked task, and *not*  the pid of the desired execv'ed application.
    see  issue #3334
   ## Impact
   exec series funciton
   ## Testing
   sim
   


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