This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: pthread7-rope fails also for std::string :(


Benjamin Kosnik wrote:

I'm looking a bit into the regression of pthread7-rope and unfortunately
I think it points to a serious problem in ~__pool.


Already noticed.... see c++/17873. Sorry for the confusion, this is what
I meant in my original message about static destructor ordering.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17873


Ah, ok! Honestly, I haven't studied in detail that report: actually is a *very* serious
issue, a blocker for 4.0, in my opinion! Perhaps you should clarify this in the PR!


If you'd like, I can comment out the body of the destructors till this
is fixed in the c++ compiler.


This is definitely not needed: to the contrary, "poor" rope ;) will remind us that this
very serious C++ issue *must* be fixed before 4.0!! Maybe, we could also add to the
testsuite specific testcases using something else besides rope.


Thanks for now,
Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]