Skip to content

Precompilation segfault on WSL2 with GLMakie 0.10.6 #4148

@timholy

Description

@timholy
  • what version of Makie are you running? (]st -m Makie)
  [e9467ef8] GLMakie v0.10.6
  [ee78f7c6] Makie v0.21.6
  • can you reproduce the bug with a fresh environment ? (]activate --temp; add Makie)
    Yes

  • What platform + GPU are you on?
    Windows running WSL2 (on the Linux side) with Ubuntu 20.04, Intel Iris Xe Graphics.

pkg> activate --temp
(jl_knUBOc) pkg> add Makie GLMakie
 
Precompiling project...
  ✗ GLMakie
  2 dependencies successfully precompiled in 105 seconds. 232 already precompiled.
  1 dependency errored.
  For a report of the errors see `julia> err`. To retry use `pkg> precompile`

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

[2007] signal (11.1): Segmentation fault
in expression starting at /home/tim/.julia/packages/Makie/GWb7z/precompile/shared-precompile.jl:4
unknown function (ip: 0x7f6cb5bfb2ec)
unknown function (ip: (nil))
Allocations: 39480059 (Pool: 39455302; Big: 24757); GC: 59

However, GLMakie v0.10.5 works fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    GLMakieThis relates to GLMakie.jl, the OpenGL backend for Makie.bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions