http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59215
Jonathan Wakely changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59215
--- Comment #23 from Jonathan Wakely ---
Author: redi
Date: Tue Mar 11 19:41:07 2014
New Revision: 208495
URL: http://gcc.gnu.org/viewcvs?rev=208495&root=gcc&view=rev
Log:
2014-03-11 Jonathan Wakely
Backport from mainline.
2014-01-27
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59215
--- Comment #22 from Jonathan Wakely ---
Fixed on trunk so far.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59215
--- Comment #21 from Jonathan Wakely ---
Author: redi
Date: Mon Jan 27 17:56:40 2014
New Revision: 207147
URL: http://gcc.gnu.org/viewcvs?rev=207147&root=gcc&view=rev
Log:
PR libstdc++/59215
* include/bits/shared_ptr_base.h
(_Sp_count
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59215
--- Comment #20 from Oleg Smolsky ---
Hey Jonathan, here is the output:
Read of size 4 at 0x7d045008 by main thread (mutexes: write
M2344, write M132):
#0 _M_add_ref_lock
/gcc48/include/c++/4.8.x-google/bits/shared_p
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59215
--- Comment #19 from Jonathan Wakely ---
Oleg, I can't reproduce this tsan warning with the cases Iv'e tried, what is
the stack trace you see?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59215
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59215
--- Comment #18 from Joost VandeVondele
---
(In reply to Jonathan Wakely from comment #17)
> But I can't test it yet because libtsan is giving me undefined references to
> sigsetjmp.
workaround in PR59188