From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6168 invoked by alias); 21 May 2009 00:49:59 -0000 Received: (qmail 6114 invoked by uid 48); 21 May 2009 00:49:47 -0000 Date: Thu, 21 May 2009 00:49:00 -0000 Message-ID: <20090521004947.6113.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/40094] FAIL: ext/throw_allocator/deallocate_global.cc execution test In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "danglin at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-05/txt/msg01748.txt.bz2 ------- Comment #4 from danglin at gcc dot gnu dot org 2009-05-21 00:49 ------- This is the backtrace for the last delete: (gdb) bt #0 operator delete (p=0x800000010000e4f8) at deallocate_global.cc:51 #1 0x400000000000eafc in __gnu_cxx::new_allocator::deallocate ( this=0x800003fffdff0fc8, __p=0x800000010000e4f8 "") at /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/ext/new_allocator.h:95 #2 0x400000000000e90c in __gnu_cxx::throw_allocator::deallocate ( this=0x800003fffdff0f20, __p=0x800000010000e4f8 "", __n=35) at /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/ext/throw_allocator.h:335 #3 0x400000000000e35c in std::basic_string, __gnu_cxx::throw_allocator >::_Rep::_M_destroy (this=0x800000010000e4f8, __a=@0x800003fffdff0de8) at /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/basic_string.tcc:426 #4 0x400000000000efe0 in std::basic_string, __gnu_cxx::throw_allocator >::_Rep::_M_dispose (this=0x800000010000e4f8, __a=@0x800003fffdff0de8) at /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/basic_string.h:231 #5 0x400000000000ed6c in ~basic_string (this=0x8000000100001580) at /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/bits/basic_string.h:498 #6 0x400000000000eca0 in __static_initialization_and_destruction_0 ( ---Type to continue, or q to quit--- __initialize_p=0, __priority=65535) at deallocate_global.cc:68 #7 0x400000000000f0a8 in global destructors keyed to _Znwm () at deallocate_global.cc:73 #8 0x4000000000008bc4 in __do_global_dtors_aux () #9 0xc000000000032aa0 in TE_do_list#HLO_CL_#i1_0x0 () from /usr/lib/pa20_64/dld.sl #10 0xc00000000000d198 in TE_do_program_exit () from /usr/lib/pa20_64/dld.sl #11 0x800003fffdcd762c in exit () from /lib/pa20_64/libc.2 #12 0xc00000000000b394 in UT_exit () from /usr/lib/pa20_64/dld.sl #13 0xc00000000000b3b4 in exit () from /usr/lib/pa20_64/dld.sl #14 0xc00000000000b478 in $START$ () from /usr/lib/pa20_64/dld.sl -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40094