Skip to content

thread safety issue #812

@norci

Description

@norci

Julia crashed, when Makie function was called in multiple threads.

reproduce code:

using GLMakie
# scatter(rand(1000),rand(1000)) # julia will crash without this
tasks = map(1:30) do i
    Threads.@spawn scatter(rand(1000),rand(1000))
end
scenes = fetch.(tasks)
display(scenes[1])

the font of the images also has problem.
100

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions