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

GraphicsMagick_jll does not work on mac and complains about signal handler on linux #9887

Open
ViralBShah opened this issue Nov 28, 2024 · 2 comments

Comments

@ViralBShah
Copy link
Member

ViralBShah commented Nov 28, 2024

I'm using Julia 1.11.1

On aarch64 mac:

julia> using GraphicsMagick_jll
Precompiling GraphicsMagick_jll...
Info Given GraphicsMagick_jll was explicitly requested, output will be shown live 

[1516] signal 11 (2): Segmentation fault: 11
  ✗ GraphicsMagick_jll
  0 dependencies successfully precompiled in 1 seconds. 74 already precompiled.

ERROR: The following 1 direct dependency failed to precompile:

GraphicsMagick_jll 

Failed to precompile GraphicsMagick_jll [aa65733b-c888-5e24-8545-c87abc10c960] to "/Users/viral/.julia/compiled/v1.11/GraphicsMagick_jll/jl_toeIBg".
[1516] signal 11 (2): Segmentation fault: 1

On x86_64 linux:

julia> using GraphicsMagick_jll
 │ Package GraphicsMagick_jll not found, but a package named GraphicsMagick_jll
 │ is available from a registry. 
 │ Install package?
 │   (@v1.11) pkg> add GraphicsMagick_jll 
 └ (y/n/o) [y]: y
   Resolving package versions...
    Updating `~/.julia/environments/v1.11/Project.toml`
⌃ [aa65733b] + GraphicsMagick_jll v1.3.43+0
  No Changes to `~/.julia/environments/v1.11/Manifest.toml`
Disabling profiler because signal 27 handler is already in use.

cc @eschnett

@eschnett
Copy link
Contributor

We can try to upgrade to 1.3.45.

Otherwise, does it work if you manually downgrade to an earlier version?

@ViralBShah
Copy link
Member Author

ViralBShah commented Dec 2, 2024

1.3.45 is already built. I'm seeing the same errors on all versions - 1.3.{45,43,42,40}.

Could the issues be because of OpenMP?

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

2 participants