public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
From: "sourceware.org at tropp dot de" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug gdb/16501] New: std::wstring and std::vector are shown with wrong information when debugging a constructor
Date: Thu, 23 Jan 2014 10:07:00 -0000	[thread overview]
Message-ID: <bug-16501-4717@http.sourceware.org/bugzilla/> (raw)

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

            Bug ID: 16501
           Summary: std::wstring and std::vector are shown with wrong
                    information when debugging a constructor
           Product: gdb
           Version: 7.6
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: sourceware.org at tropp dot de

Created attachment 7369
  --> https://sourceware.org/bugzilla/attachment.cgi?id=7369&action=edit
example c++ file

when debugging a constructor values passed as parameters are shown with wrong
values.
The problem exist in "GNU gdb (GDB) 7.6" as part of "Dual-target(32 & 64-bit)
MinGW compilers for 32 and 64-bit windows"
(x64-4.8.1-release-posix-seh-rev5.7z)
and in "GNU gdb (Gentoo 7.5.1 p2) 7.5.1".

e.g.:
Breakpoint 1, Foo::Bar::Bar (this=0x22fd80,
   
senderId=L"\x2788e\000\000j\000\147\022\000\x2b20\341\166\000\000\001\000\000\000\b\000\000\000\245\023@\000\000\001\000\000\000\x26f0e",
'\000' <repeats 86 times>, "\330\024@", '\000' <repeats 22 times>,
"\055\145\340\166", '\000' <repeats 22 times>,
"\101\305\363\166", '\000' <repeats 58 times>...<Address 0x234000 out of
bounds>, axes=std::vector of length -572142, capacity 1083994 = {...},
typeId=4711) at ..\..\..\Neo\DumperIssue\DumperIssue.cpp:15
15            int dummy {};
(gdb)

axes is the name of the parameter passed, _axes is the member initialized by
axes:
senderId is a std::wstring which is wrong too.

(gdb) p axes
$3 = std::vector of length -572142, capacity 1083994 = {6637664, 0, 6637672, 0,
6637672, 0, 4201033, 0, 6629256, 0, 106, 4711, 1994468128, 0, 1, 0, 8, 0, 6...}
(gdb) p _axes
$4 = std::vector of length 2, capacity 2 = {909, 9090}
(gdb)

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


             reply	other threads:[~2014-01-23 10:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-23 10:07 sourceware.org at tropp dot de [this message]
2014-01-23 10:08 ` [Bug gdb/16501] " sourceware.org at tropp dot de
2014-01-23 10:37 ` sourceware.org at tropp dot de
2024-01-01 23:09 ` ssbssa at sourceware dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-16501-4717@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=gdb-prs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).