Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[core] Fixing some lock-order-inversion and data race problems (TSAN reports) #1824

Merged
merged 9 commits into from
Jan 23, 2024

Commits on Feb 18, 2021

  1. Marked one problem

    ethouris committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    ef86d9f View commit details
    Browse the repository at this point in the history
  2. Added report 28 info

    ethouris committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    dd90edc View commit details
    Browse the repository at this point in the history
  3. Completed report info

    Mikołaj Małecki committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    dd90b4e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into dev-sanitizer-cycle3

    Mikołaj Małecki committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    8fb47f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Added fixes to remove lock from a later-ordering mutex

    Mikołaj Małecki committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    fb1cb84 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Updated to latest master

    Mikołaj Małecki committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    9dd03b9 View commit details
    Browse the repository at this point in the history
  2. Fixed one detected data race

    Mikołaj Małecki committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    fd0133c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Further fixes for problems reported by TSAN

    Mikołaj Małecki committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f813063 View commit details
    Browse the repository at this point in the history
  2. Added const to one-shot cgwindow value.

    Co-authored-by: Maxim Sharabayko <maxlovic@gmail.com>
    ethouris and maxsharabayko committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    b7c2303 View commit details
    Browse the repository at this point in the history