public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/17937] New: Critical ~__pool troubles
@ 2004-10-11 17:24 pcarlini at suse dot de
  2004-10-11 17:26 ` [Bug libstdc++/17937] " pcarlini at suse dot de
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: pcarlini at suse dot de @ 2004-10-11 17:24 UTC (permalink / raw)
  To: gcc-bugs

Michael Matz distilled this simple testcase from KDE arts:

#include <string> 
#include <list> 
using namespace std; 
static list<string> modulePath; 
int main() 
{ 
  modulePath.push_back("hallo"); 
  return 0; 
}

The attached valgrind output clearly shows that ~__pool is still not ok,
unfortunately.

-- 
           Summary: Critical ~__pool troubles
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pcarlini at suse dot de
                CC: gcc-bugs at gcc dot gnu dot org,matz at suse dot de
 GCC build triplet: x86-linux
  GCC host triplet: x86-linux
GCC target triplet: x86-linux


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


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2004-10-15 17:13 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-11 17:24 [Bug libstdc++/17937] New: Critical ~__pool troubles pcarlini at suse dot de
2004-10-11 17:26 ` [Bug libstdc++/17937] " pcarlini at suse dot de
2004-10-11 17:38 ` pcarlini at suse dot de
2004-10-11 22:51 ` bkoz at gcc dot gnu dot org
2004-10-11 22:52 ` bkoz at gcc dot gnu dot org
2004-10-11 23:50 ` pcarlini at suse dot de
2004-10-12  0:30 ` bkoz at redhat dot com
2004-10-12  1:10 ` cvs-commit at gcc dot gnu dot org
2004-10-12  8:28 ` pcarlini at suse dot de
2004-10-12  8:53 ` pcarlini at suse dot de
2004-10-12 15:50 ` bkoz at gcc dot gnu dot org
2004-10-12 15:54 ` pcarlini at suse dot de
2004-10-13  2:56 ` bkoz at gcc dot gnu dot org
2004-10-13 18:28 ` matz at suse dot de
2004-10-13 18:33 ` pinskia at gcc dot gnu dot org
2004-10-13 18:37 ` matz at suse dot de
2004-10-13 18:39 ` pinskia at gcc dot gnu dot org
2004-10-13 18:41 ` matz at suse dot de
2004-10-13 18:42 ` matz at suse dot de
2004-10-15 17:13 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).