[Bug libstdc++/59215] tsan: warning in shared_ptr_base.h

2014-03-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59215 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/59215] tsan: warning in shared_ptr_base.h

2014-03-11 Thread redi at gcc dot gnu.org
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

[Bug libstdc++/59215] tsan: warning in shared_ptr_base.h

2014-01-27 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59215 --- Comment #22 from Jonathan Wakely --- Fixed on trunk so far.

[Bug libstdc++/59215] tsan: warning in shared_ptr_base.h

2014-01-27 Thread redi at gcc dot gnu.org
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

[Bug libstdc++/59215] tsan: warning in shared_ptr_base.h

2013-11-22 Thread oleg at smolsky dot net
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

[Bug libstdc++/59215] tsan: warning in shared_ptr_base.h

2013-11-22 Thread redi at gcc dot gnu.org
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?

[Bug libstdc++/59215] tsan: warning in shared_ptr_base.h

2013-11-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59215 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug libstdc++/59215] tsan: warning in shared_ptr_base.h

2013-11-21 Thread Joost.VandeVondele at mat dot ethz.ch
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