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++/16593] gdb segfaults when reading symbol table


https://sourceware.org/bugzilla/show_bug.cgi?id=16593

Keith Seitz <keiths at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |keiths at redhat dot com
         Resolution|---                         |DUPLICATE

--- Comment #2 from Keith Seitz <keiths at redhat dot com> ---
This is also c++/16752 and/or c++/14963. The problematic mangled name is:

_ZNSt9_Any_data9_M_accessIPZN3sel8Selector6SetObjI3FooJPKcMS4_FviEEEEvRT_DpT0_EUlvE_EESA_v

Prior to commit 9548bbede51868a9a780d7d21ae16ac13e8bdf9b (2013-10-25 to
cp-demangle.c in libiberty), gdb would report:

$ ./gdb -nx -q -ex "set lang c++" -ex "maint demangle
_ZNSt9_Any_data9_M_accessIPZN3sel8Selector6SetObjI3FooJPKcMS4_FviEEEEvRT_DpT0_EUlvE_EESA_v"
void sel::Selector::SetObj<Foo, char const*, void (Foo::*)(int)>(Foo&, char
const*, void (Foo::*)(int))::{lambda()#1}*& std::_Any_data::_M_access<void
sel::Selector::SetObj<Foo, char const*, void (Foo::*)(int)>(Foo&, char const*,
void (Foo::*)(int))::{lambda()#1}*>()

*** This bug has been marked as a duplicate of bug 16752 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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