You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/07/26 04:36:57 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6709: Imx6 adb

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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org