ssue with remoterefs on nonexistant "where" #13590 Closed malmaud opened this Issue on Oct 13, 2015 · 2 comments Projects None yet Labels bug parallel Milestone No milestone Assignees No one assigned 2 participants @malmaud @kshyatt Notifications You’re not receiving notifications from this thread. @malmaud malmaud commented on Oct 13, 2015 julia> procs() # Forgot to add worker 1-element Array{Int64,1}: 1 julia> r=RemoteRef(2) RemoteRef{Channel{Any}}(2,1,1) julia> exit() 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 @malmaud malmaud added parallel bug labels on Oct 13, 2015 @malmaud malmaud changed the title from issue with remoteref finalizer on nonexistant whence to issue with remoterefs on nonexistant whence on Oct 13, 2015 @kshyatt kshyatt commented on Nov 24, 2015 This is still broken on 0.4. @amitmurthy amitmurthy referenced this issue on Nov 27, 2015 Merged fix error on exit for an invalid remote reference #14166 @amitmurthy amitmurthy changed the title from issue with remoterefs on nonexistant whence to issue with remoterefs on nonexistant "where" on Nov 27, 2015 @amitmurthy amitmurthy closed this in #14166 on Nov 29, 2015 @kshyatt kshyatt commented on Nov 29, 2015 Thanks @amitmurthy for fixing this!