This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug target/12471] no backtrace into libstdc++ possible


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From mxu at cae dot wisc dot edu  2003-10-04 17:06 -------
Subject: Re:  no backtrace into libstdc++ possible

ebotcazou,

Thanks I will try that.

-Min

On Sat, 04 Oct 2003 ebotcazou at gcc dot gnu dot org wrote :
> PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12471
> 
> 
> 
> ------- Additional Comments From ebotcazou at gcc dot gnu dot org  2003-10-04 05:01 -------
> I just tested gdb 5.3.93_2003-10-04-cvs and it's better:
> 
> (gdb) where
> #0  0xff352334 in std::ostream::write(char const*, int) (this=0x20fa0,
>     __s=0x10ce8 "a", __n=1)
>     at
> /opt/build/gcc-3.3-objdir/sparc-sun-solaris2.8/libstdc++-v3/include/bits/basic_ios.h:295
> #1  0xff352ad0 in std::basic_ostream<char, std::char_traits<char> >&
> std::operator<< <std::char_traits<char> >(std::basic_ostream<char,
> std::char_traits<char> >&, char const*) (__out=@0x20fa0, __s=0x10ce8 "a")
>     at
> /opt/build/gcc-3.3-objdir/sparc-sun-solaris2.8/libstdc++-v3/include/bits/ostream.tcc:648
> #2  0x00010b64 in main () at test.cpp:8
> 
> 
> 
> 
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.


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