[Bug libstdc++/50703] std::stringstream not thread-safe

2015-12-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50703 Jonathan Wakely changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug libstdc++/50703] std::stringstream not thread-safe

2013-08-04 Thread liuxiaopi349 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50703 peter changed: What|Removed |Added CC||liuxiaopi349 at hotmail dot com --- Comment #8 fr

[Bug libstdc++/50703] std::stringstream not thread-safe

2011-10-17 Thread hoenle2...@kayser-threde.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50703 --- Comment #7 from hoenle2...@kayser-threde.com 2011-10-17 08:17:21 UTC --- @Jonathan: You ask "was gcc built with a non-default value for --enable-clocale ?". I don't think so. We perform cross development on Windows with MinGW as supported out-o

[Bug libstdc++/50703] std::stringstream not thread-safe

2011-10-13 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50703 --- Comment #6 from Paolo Carlini 2011-10-13 12:22:45 UTC --- Note that in case problems persist, a testcase is *required* for anything concrete to happen. It's impossible to diagnose in any serious detail thread-safety issues without knowing the

[Bug libstdc++/50703] std::stringstream not thread-safe

2011-10-13 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50703 --- Comment #5 from Jonathan Wakely 2011-10-13 12:01:56 UTC --- was gcc built with a non-default value for --enable-clocale ? what locale is being used by the application?

[Bug libstdc++/50703] std::stringstream not thread-safe

2011-10-13 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50703 --- Comment #4 from Jonathan Wakely 2011-10-13 08:11:42 UTC --- You cannot use libstdc++ separately from the GCC version it ships with, so to use libstdc++ 4.6.1 you must use G++ 4.6.1

[Bug libstdc++/50703] std::stringstream not thread-safe

2011-10-13 Thread hoenle2...@kayser-threde.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50703 --- Comment #3 from hoenle2...@kayser-threde.com 2011-10-13 07:56:47 UTC --- I will try libstdc++ 4.6.x or 4.5.x. Question: May I use this new library with the relatively old compiler I am currently utilizing or do I need to upgrade to a newer comp

[Bug libstdc++/50703] std::stringstream not thread-safe

2011-10-12 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50703 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug libstdc++/50703] std::stringstream not thread-safe

2011-10-12 Thread hoenle2...@kayser-threde.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50703 --- Comment #1 from hoenle2...@kayser-threde.com 2011-10-12 15:36:50 UTC --- Created attachment 25475 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25475 debugger screenshot