Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • mutter mutter
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 1.2k
    • Issues 1.2k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 126
    • Merge requests 126
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • muttermutter
  • Merge requests
  • !2127

wayland/output: Always set xdg_output interface implementation

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Jonas Ådahl requested to merge jadahl/mutter:wip/xdg-output-set-impl into main Dec 02, 2021
  • Overview 7
  • Commits 1
  • Pipelines 6
  • Changes 1

This avoids the following crash, that could happen in certain rare race conditions, e.g. in tests:

  1. wl_closure_invoke (closure=0x2fbf9e0, target=0x2e5b3d0, opcode=0) at ../src/connection.c:1014
  2. wl_client_connection_data () at ../src/wayland-server.c:432
  3. wl_event_loop_dispatch () at ../src/event-loop.c:1027
  4. wayland_event_source_dispatch () at ../src/wayland/meta-wayland.c:104
  5. g_main_dispatch () at ../glib/gmain.c:3381
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: wip/xdg-output-set-impl