Hi there,
I am running the tests for LoggedDicts.jl, which uses Logging.jl as a dependency. On my local machine everything works well, but on Travis I consistently get the error: SystemError: flush: Bad file descriptor
Oddly, the error occurs on a line that is called several times without issue earlier in the test suite. The failure consistently occurs at the same call site (line 44 of test/runtests.jl).
It is unclear if this is a Logging.jl issue, a Travis issue or something that I'm doing wrong.
Have you seen this problem before?
Regards,
Jock