This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/15355] Bad traceback info to debugger
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 May 2004 21:15:55 -0000
- Subject: [Bug c++/15355] Bad traceback info to debugger
- References: <20040509203727.15355.igodard@pacbell.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-09 21:15 -------
I should note here is the backtrace for "-O0 -g":
#0 Hide::Die () at exception.cc:16
#1 0x0804fb2e in Hide::ThrowInfoBase::Handler () at exception.cc:44
#2 0x400b8255 in __cxxabiv1::__terminate (handler=0x804fab0 <Hide::ThrowInfoBase::Handler()>)
at /home/gates/pinskia/src/gnu/gcc/src/libstdc++-v3/libsupc++/eh_terminate.cc:43
#3 0x400b8292 in std::terminate () at /home/gates/pinskia/src/gnu/gcc/src/libstdc++-v3/
libsupc++/eh_terminate.cc:53
#4 0x400b83f2 in __cxa_throw (obj=0x80523e8, tinfo=0x8052270, dest=0x8052270
<_ZSt4cerr@@GLIBCXX_3.4>)
at /home/gates/pinskia/src/gnu/gcc/src/libstdc++-v3/libsupc++/eh_throw.cc:80
#5 0x4005738d in std::__throw_out_of_range (__s=0x8052270 "l\203\f@\200\203\f@\006") at
new_allocator.h:69
#6 0x0804e630 in std::_Base_bitset<0u>::_M_getword (this=0xbffec4cf) at bitset:469
#7 0x0804e5dd in std::bitset<4294967295u>::_Unchecked_set (this=0xbffec4cf, __pos=97) at bitset:
809
#8 0x0804d589 in Powerset<char>::set (this=0xbffec4cf, e=97 'a') at powerset.hh:669
#9 0x08049225 in main () at testPowerset.cc:85
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15355