Open GoogleCodeExporter opened 9 years ago
see also https://code.google.com/p/address-sanitizer/issues/detail?id=142
We need to have it for all sanitizers
Original comment by konstant...@gmail.com
on 14 Nov 2013 at 7:58
Seconding the feature request. Tasks would provide more informative messages
about data races between tasks executed in a thread pool.
Currently I can only see the place where the racy memory block was allocated,
and the places in the task that do conflicting accesses. However, tasks of the
same type touching the same memory block can be created in different places of
the program. And finding the place where the conflicting tasks are being added
requires some kind of code bisection or educated guessing and checking.
Original comment by yegor.de...@gmail.com
on 28 May 2014 at 8:54
Adding Project:ThreadSanitizer as part of GitHub migration.
Original comment by gli...@google.com
on 30 Jul 2015 at 9:21
Original issue reported on code.google.com by
dvyu...@google.com
on 14 Nov 2013 at 7:14