xiaoxiang781216 commented on PR #6709:
URL: https://github.com/apache/incubator-nuttx/pull/6709#issuecomment-1194991271

   > ## Summary
   > * This PR contains the following commits
   > * commit1: libs: spawn: Add forkaround for 
posix_spawn_file_actions_adddup2()
   >   
   >   * I noticed that adb shell failed when sh is spawned.
   >   * Finally, I found that an error happened when executing dup2() action
   >     if the file descriptor has the O_CLOEXEC option.
   
   @masayuki2009 we also notice this problem and remove O_CLOEXEC from adb 
temporarily. But both workaround isn't good. The better fix is removed the 
spawn proxy thread. 


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