This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB 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 c++/11171] New: RTTI symbol not found for class


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.


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