Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-12718

Coverity analysis defect 138942: Data race condition

    • Type: Icon: Bug Bug
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Cache and Eviction
    • Storage Engines
    • 나비 (nabi) - 2024-04-16

      Data race condition

      The value of the shared data will be determined by the interleaving of thread execution. Thread shared data is accessed without holding an appropriate lock, possibly causing a race condition
      /src/evict/evict_lru.c:2228: MISSING_LOCK 138942 Accessing "cache->evict_current_queue" without holding lock "_wt_spinlock.lock". Elsewhere, "wt_cache.evict_current_queue" is written to with "_wt_spinlock.lock" held 1 out of 1 times.

            Assignee:
            Unassigned Unassigned
            Reporter:
            xgen-internal-coverity Coverity Collector User
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: