Segfault while loading images in multiple threads

Master on both packages should now be fixed.

@sigmike would you mind checking with your setup, and we can release if fixed.

In a fresh session:

pkg> add FileIO#master ImageIO#master
julia> using Images, FileIO
julia> Threads.@threads for path in readdir("img"; join=true)
    load(path)
end

Thanks!

5 Likes