Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-18 | Handle ERRNO_BLOCK in fd_driver async functions | Steve Vinoski | |
Several users on erlang-questions have reported problems with recent releases where output to standard_error causes standard_error_sup to die from receiving an unexpected eagain error. In the fd_driver, change the fd_async() function to handle EINTR, and change fd_ready_async() to handle ERRNO_BLOCK. Add a new test to standard_error_SUITE to generate output to standard_error and ensure that standard_error_sup does not die. Thanks to Kota Uenishi for contributing the test case. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-01-20 | Test standard_error | Anthony Ramine | |