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++/15154] Non-POD class causes garbage when printing object from a return value


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

--- Comment #2 from Samuel Bronson <naesten at gmail dot com> ---
Still doesn't DTRT with, say, std::list<std::string> and pretty printers; see
https://bugs.debian.org/776893 for an example: it seems to copy the object
byte-by-byte to some other location and print that one, with the result that
the printer goes around the list over and over and over and over because it can
never find the link-to-header it expects to indicate the end of the list.

-- 
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]