Segfaults not on all images, doesn't seem to be related to the PNGFiles version.
bug.jl
import PNGFiles, Downloads
@show 100
PNGFiles.load(Downloads.download("https://github.com/JuliaLang/julia-logo-graphics/raw/master/images/julia-logo-color.png"))
@show 200
PNGFiles.load(Downloads.download("https://github.com/JuliaPlots/PlotReferenceImages.jl/raw/master/Plots/gr/1.22.1/ref24.png"))
$ julia bug.jl
100 = 100
200 = 200
malloc(): corrupted top size
Xref JuliaPlots/Plots.jl#4091. The reference image for Plots here is quite old so this must be a regression somewhere else.
Segfaults not on all images, doesn't seem to be related to the
PNGFilesversion.bug.jl
$ julia bug.jl 100 = 100 200 = 200 malloc(): corrupted top sizeXref JuliaPlots/Plots.jl#4091. The reference image for
Plotshere is quite old so this must be a regression somewhere else.