You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/03/21 22:12:33 UTC

[GitHub] [mynewt-core] ccollins476ad opened a new pull request #1713: Fix nimble host unit tests

ccollins476ad opened a new pull request #1713: Fix nimble host unit tests
URL: https://github.com/apache/mynewt-core/pull/1713
 
 
   Prior to this commit, the native hal flash implementation was not closing the simulated flash file.  If the code repeatedly opened a flash file (e.g., if `sysinit()` is called more than once), the old file descriptor is leaked.  This was eventually causing calls to `mkstemp()` to fail due to too many open files.  This caused the nimble host unit tests to fail.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services