We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segfaults not on all images, doesn't seem to be related to the PNGFiles version.
PNGFiles
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.
Plots
The text was updated successfully, but these errors were encountered:
0.3.13
Successfully merging a pull request may close this issue.
Segfaults not on all images, doesn't seem to be related to the
PNGFiles
version.bug.jl
$ 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.The text was updated successfully, but these errors were encountered: