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

Plots.jl segfaults with GR.jl v0.73.11 (on Ubuntu 22.04) #556

Closed
oschulz opened this issue Jan 20, 2025 · 6 comments
Closed

Plots.jl segfaults with GR.jl v0.73.11 (on Ubuntu 22.04) #556

oschulz opened this issue Jan 20, 2025 · 6 comments

Comments

@oschulz
Copy link

oschulz commented Jan 20, 2025

(At least) on Ubuntu 22.04, Plots segfaults for me with GR v0.73.11 (v0.73.10 is fine, never had this problem before):

julia> using Plots

Precompiling Plots
        Info Given Plots was explicitly requested, output will be shown live 

[598174] signal (11.1): Segmentation fault
in expression starting at none:0
gks_exit_handler at /juliadir/.julia/artifacts/f528001ccfd4e85b331e6d0150d1aff89a7eab65/lib/libGR.so (unknown line)
unknown function (ip: 0x704015113494)
exit at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)
main at /cache/build/builder-amdci5-5/julialang/julia-release-1-dot-10/cli/loader_exe.c:61
unknown function (ip: 0x7040150f7d8f)
__libc_start_main at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)
unknown function (ip: 0x4010b8)
Allocations: 70193961 (Pool: 70126264; Big: 67697); GC: 99

Happens with Julia v1.10 and v1.11.

@jheinen
Copy link
Owner

jheinen commented Jan 20, 2025

Unfortunately, we have implemented a bug that was not noticed during the upstream tests for Plots. The update to 0.73.12 is already in progress - please be patient. We apologize for the inconvenience.

@oschulz
Copy link
Author

oschulz commented Jan 20, 2025

Thanks for the quick update@jheinen !

@ajinkya-k
Copy link

Same happens on mac, see: JuliaPlots/Plots.jl#5041

@jheinen
Copy link
Owner

jheinen commented Jan 20, 2025

The MR is on the way.

@ajinkya-k
Copy link

thanks for the quick resolution!

@bclyons12
Copy link

Looks like the patch of GR_jll was released, but we need a new release here to change the pinning of GR_jll to v0.73.11

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

No branches or pull requests

4 participants