Re: Thread problems with std::basic_string and GNU libstdc++

2014-11-22 Thread Richard Heck
On 11/22/2014 10:24 AM, Enrico Forestieri wrote: On Fri, Nov 21, 2014 at 11:27:55PM +0100, Georg Baum wrote: Richard Heck wrote: Yes, I understand that. But it's hard to see what relevant difference there might be between the document set that is causing this crash---which Georg says in the b

Re: Thread problems with std::basic_string and GNU libstdc++

2014-11-22 Thread Richard Heck
On 11/22/2014 03:19 AM, Abdelrazak Younes wrote: On 20/11/2014 21:04, Georg Baum wrote: I don't think so in this case. The crash happens because internal std::basic_string members are corrupt, and it is almost always a string created from Language::babel_. Furthermore, I was not able to reprodu

Re: Thread problems with std::basic_string and GNU libstdc++

2014-11-22 Thread Enrico Forestieri
On Fri, Nov 21, 2014 at 11:27:55PM +0100, Georg Baum wrote: > Richard Heck wrote: > > > Yes, I understand that. But it's hard to see what relevant difference > > there might be > > between the document set that is causing this crash---which Georg says > > in the bug > > report he can produce "rel

Re: Thread problems with std::basic_string and GNU libstdc++

2014-11-22 Thread Abdelrazak Younes
On 20/11/2014 21:04, Georg Baum wrote: I don't think so in this case. The crash happens because internal std::basic_string members are corrupt, and it is almost always a string created from Language::babel_. Furthermore, I was not able to reproduce the crash after changing std::string const & ba