https://bugs.kde.org/show_bug.cgi?id=496333

--- Comment #1 from Paul Floyd <pjfl...@wanadoo.fr> ---
I've been debugging drd_trace_store_1 and drd_trace_load_1

For the load

   if (DRD_(running_thread_is_recording_loads)()
       && (s_check_stack_accesses
           || ! DRD_(thread_address_on_stack)(addr))
       && bm_access_load_1_triggers_conflict(addr)
       && ! DRD_(is_suppressed)(addr, addr + 1))
   {
      drd_report_race(addr, 1, eLoad);
   }

DRD_(thread_address_on_stack)(addr) is false (the address is above the call
frame of the lambda in the call frame of main).

I need to debug the bitmaps related to this address to see why no conflict is
detected.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to