Skip to content

segfault on julia 1.11.2 on m1 macos Sequioa 15.1.1 #92

@srikumarks

Description

@srikumarks

Perhaps related to #46

The following code works -

using Mousetrap
function run()
    main() do app::Application
        window = Window(app)
        set_child!(window, Label("Hello World!"))
        present!(window)
    end
end
run()

The following segfaults -

module M
using Mousetrap
function run()
    main() do app::Application
        window = Window(app)
        set_child!(window, Label("Hello World!"))
        present!(window)
    end
end
end
M.run()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions