We currently use a wrong value for heap block
(only works for C++, but not for Java).
Use the correct value (we already computed it before, just forgot to use).
Depends on D114593.
Paths
| Differential D114595
tsan: fix Java heap block begin in reports ClosedPublic Authored by dvyukov on Nov 25 2021, 7:07 AM.
Details
Summary We currently use a wrong value for heap block Depends on D114593.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 25 2021, 7:20 AM dvyukov added a child revision: D114597: tsan: fix another potential deadlock in fork.Nov 25 2021, 7:31 AM Closed by commit rGb584741d06ef: tsan: fix Java heap block begin in reports (authored by dvyukov). · Explain WhyNov 25 2021, 8:07 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 389805 compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
compiler-rt/test/tsan/java_symbolization.cpp
|