Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • GHC GHC
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 4,831
    • Issues 4,831
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 447
    • Merge requests 447
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Glasgow Haskell Compiler
  • GHCGHC
  • Merge requests
  • !7106

Closed
Created Nov 30, 2021 by Ben Gamari@bgamari🐢Maintainer
  • Report abuse
Report abuse

rts: Annotate benign race in pthread ticker's exit test

  • Overview 2
  • Commits 1
  • Pipelines 1
  • Changes 1

Previously TSAN would report spurious data races due to the unsynchronized access of exited. I would have thought that using a relaxed load on exited would be enough to convince TSAN that the race was intentional, but apparently not.

Closes #20690 (closed).

Edited Nov 30, 2021 by Ben Gamari
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: wip/T20690