public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/11171] New: RTTI symbol not found for class
@ 2010-01-14 18:21 dan dot colascione at gmail dot com
  0 siblings, 0 replies; only message in thread
From: dan dot colascione at gmail dot com @ 2010-01-14 18:21 UTC (permalink / raw)
  To: gdb-prs

gdb prints this when I try to print values from an object of a class:

warning: RTTI symbol not found for class
'mpc::dbg::bidirectional_iterator_wrapper<boost::intrusive::list_iterator<boost::intrusive::list_impl<boost::intrusive::listopt<boost::intrusive::detail::member_hook_traits<mpc::dbg::tracked_base,
boost::intrusive::list_member_hook<boost::intrusive::link_mode<(boost::intrusive::link_mode_type)2>,
boost::intrusive::none, boost::intrusive::none>,
&(mpc::dbg::tracked_base::hook)>, unsigned long, false> >, false> >'

I have no such type in my program according to info types, but I do have a very
similar types:

File ../revproxy/debug.hpp:
mpc::dbg::bidirectional_iterator_wrapper<boost::intrusive::list_iterator<boost::intrusive::list_impl<boost::intrusive::listopt<boost::intrusive::detail::member_hook_traits<mpc::dbg::tracked_base,
boost::intrusive::list_member_hook<boost::intrusive::link_mode<auto_unlink>,
boost::intrusive::none, boost::intrusive::none>,
&(mpc::dbg::tracked_base::hook)>, unsigned long, false> >, false> >;
mpc::dbg::bidirectional_iterator_wrapper<boost::intrusive::list_iterator<boost::intrusive::list_impl<boost::intrusive::listopt<boost::intrusive::detail::member_hook_traits<mpc::dbg::tracked_base,
boost::intrusive::list_member_hook<boost::intrusive::link_mode<auto_unlink>,
boost::intrusive::none, boost::intrusive::none>,
&(mpc::dbg::tracked_base::hook)>, unsigned long, false> >, true> >;

File ../revproxy/debug.cpp:
typedef
mpc::dbg::bidirectional_iterator_wrapper<boost::intrusive::list_iterator<boost::intrusive::list_impl<boost::intrusive::listopt<boost::intrusive::detail::member_hook_traits<mpc::dbg::tracked_base,
boost::intrusive::list_member_hook<boost::intrusive::link_mode<auto_unlink>,
boost::intrusive::none, boost::intrusive::none>,
&(mpc::dbg::tracked_base::hook)>, unsigned long, false> >, false> >;
typedef
mpc::dbg::bidirectional_iterator_wrapper<boost::intrusive::list_iterator<boost::intrusive::list_impl<boost::intrusive::listopt<boost::intrusive::detail::member_hook_traits<mpc::dbg::tracked_base,
boost::intrusive::list_member_hook<boost::intrusive::link_mode<auto_unlink>,
boost::intrusive::none, boost::intrusive::none>,
&(mpc::dbg::tracked_base::hook)>, unsigned long, false> >, true> >;

(Yes, these names are insane.)

-- 
           Summary: RTTI symbol not found for class
           Product: gdb
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: dan dot colascione at gmail dot com
                CC: gdb-prs at sourceware dot org
  GCC host triplet: x86_64-apple-darwin10.2.0


http://sourceware.org/bugzilla/show_bug.cgi?id=11171

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-01-14 18:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-14 18:21 [Bug c++/11171] New: RTTI symbol not found for class dan dot colascione at gmail dot com

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).