Closed GoogleCodeExporter closed 9 years ago
Thanks for reporting the issue.
I will test on tip and fix it if it is still broken.
Original comment by dvyu...@google.com
on 10 Sep 2014 at 8:09
Revision 217908 fixes this. I've added your program as test case for tsan.
Original comment by dvyu...@google.com
on 16 Sep 2014 at 9:58
Thanks. I've rebuild libtsan.so from today's compiler-rt and confirm that the
test program now works (with my gcc-4.9).
Please note that the same approach should be taken wrt
setcontext()/getcontext() when/if they are intercepted.
Also please find minor patch to correct reference to this issue from the test.
Thanks again,
Kirill
Original comment by kirill.s...@gmail.com
on 17 Sep 2014 at 8:40
Attachments:
Issue id is fixed in rev 217992.
setcontext()/getcontext can be messy to support, I would prefer to delay it
until there is a real need.
Original comment by dvyu...@google.com
on 17 Sep 2014 at 11:08
Thanks.
I agree about setcontext() support.
Original comment by kirill.s...@gmail.com
on 18 Sep 2014 at 7:40
Original issue reported on code.google.com by
kirill.s...@gmail.com
on 10 Sep 2014 at 10:57Attachments: