On Mon, Jul 13, 2015 at 11:31 AM, Andreas Lobinger <lobing...@gmail.com> wrote: > Hello colleagues, > > i'm working on a library adaptation and if i close julia, i get a list of > these: > julia> > jl_uv_writecb() ERROR: bad file descriptor EBADF > jl_uv_writecb() ERROR: bad file descriptor EBADF > jl_uv_writecb() ERROR: bad file descriptor EBADF > jl_uv_writecb() ERROR: bad file descriptor EBADF > jl_uv_writecb() ERROR: bad file descriptor EBADF > jl_uv_writecb() ERROR: bad file descriptor EBADF > jl_uv_writecb() ERROR: bad file descriptor EBADF > jl_uv_writecb() ERROR: bad file descriptor EBADF > > Can i someone point me into the direction, how to get the information about > these file descriptors which cause the problem? Afaics i have only 1 file > pending, opened by the underlying library.
https://github.com/JuliaLang/julia/issues/11958 > > Wishing a happy day, > Andreas