diff --git a/exp-drd/drd_error.c b/exp-drd/drd_error.c index 20d3aff24..fb6a23d16 100644 --- a/exp-drd/drd_error.c +++ b/exp-drd/drd_error.c @@ -248,6 +248,9 @@ void drd_report_data_race2(Error* const err, const DataRaceErrInfo* const dri) } else if (ai.akind == eMallocd && ai.lastchange) { + VG_(message)(Vg_UserMsg, + "Address 0x%08lx is at offset %ld. Allocation context:", + dri->addr, ai.rwoffset); VG_(pp_ExeContext)(ai.lastchange); } else