Skip to content

Sway 1.12: Possible race condition (headless + pixman) #9192

Description

@a10cat

Trying to run headless and with the pixman renderer

Sway crashes on startup, but doesn't when running in gdb, with the same options

❯ env WLR_RENDERER="pixman" WLR_BACKENDS="headless" sway --verbose --debug

vs

❯ gdb --args env WLR_RENDERER="pixman" WLR_BACKENDS="headless" sway --verbose --debug

version:

❯ sway --version
sway version 1.12

logs and configs: https://gist.github.com/a10cat/19a58191fd1ec358fd7f4c006cd083fc

Logs are exactly the same until the "gdb-less" one dies

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugNot working as intended

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions