Skip to content
New issue

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 #53

Closed
t-bltg opened this issue Feb 4, 2022 · 0 comments · Fixed by #54
Closed

Segfaults #53

t-bltg opened this issue Feb 4, 2022 · 0 comments · Fixed by #54

Comments

@t-bltg
Copy link
Contributor

t-bltg commented Feb 4, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant