public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Simon Marchi <simon.marchi@ericsson.com>
To: Jan Vrany <jan.vrany@fit.cvut.cz>, <gdb-patches@sourceware.org>
Subject: Re: [PATCH v3] Fix segfault when invoking -var-info-path-expression on a dynamic varobj
Date: Thu, 28 Jun 2018 16:03:00 -0000	[thread overview]
Message-ID: <b7c4e8fd-c8a8-7649-b257-dc5e6e872b4b@ericsson.com> (raw)
In-Reply-To: <20180628151736.21681-1-jan.vrany@fit.cvut.cz>

On 2018-06-28 11:17 AM, Jan Vrany wrote:
> Invoking -var-info-path-expression on a dynamic varobj lead either in wrong
> (nonsense) result or to a segmentation fault in cplus_describe_child().
> This was caused by the fact that varobj_get_path_expr() called
> cplus_path_expr_of_child() ignoring the fact the parent of the variable
> is dynamic. Then, cplus_describe_child() accessed the underlaying C type
> members by index, causing (i) either wrong (nonsense) expression being
> returned (since dynamic child may be completely arbibtrary value)
> or (ii) segmentation fault (in case the index higher than number of
> underlaying C type members.
> 
> This fixes the problem by checking whether a varobj is a child of a dynamic
> varobj and, if so, reporting an error as described in documentation.

Hi Jan,

Thanks, this builds fine now.  The test doesn't pass here though.  Does it
pass on your side?

$ make check TESTS="gdb.python/py-mi-var-info-path-expression.exp"
...
FAIL: gdb.python/py-mi-var-info-path-expression.exp: -var-create c1 * &c1 (unexpected output)
FAIL: gdb.python/py-mi-var-info-path-expression.exp: -var-list-children c1 (unexpected output)
FAIL: gdb.python/py-mi-var-info-path-expression.exp: -var-list-children c1.cdr (unexpected output)
FAIL: gdb.python/py-mi-var-info-path-expression.exp: -var-list-children c1.car (unexpected output)
FAIL: gdb.python/py-mi-var-info-path-expression.exp: -var-list-children c1.car.atom (unexpected output)

I'm seeing some Python exception in testsuite/gdb.log, I didn't dig more than that:

-var-create c1 * &c1

&"Traceback (most recent call last):\n"

&"  File \"/home/emaisin/src/binutils-gdb/gdb/testsuite/gdb.python/py-mi-var-info-path-expression.py\", line 24, in to_string\n"

&"    if int(self._val) == 0:\n"

&"gdb.error: Cannot convert value to int.\n"

&"Traceback (most recent call last):\n"

&"  File \"/home/emaisin/src/binutils-gdb/gdb/testsuite/gdb.python/py-mi-var-info-path-expression.py\", line 32, in children\n"

&"    if int(self._val) == 0:\n"

&"gdb.error: Cannot convert value to int.\n"

^error,msg="Null value returned for children"

(gdb)

FAIL: gdb.python/py-mi-var-info-path-expression.exp: -var-create c1 * &c1 (unexpected output)

Simon

  reply	other threads:[~2018-06-28 16:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-28 15:19 Jan Vrany
2018-06-28 16:03 ` Simon Marchi [this message]
2018-06-28 16:19   ` Jan Vrany

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=b7c4e8fd-c8a8-7649-b257-dc5e6e872b4b@ericsson.com \
    --to=simon.marchi@ericsson.com \
    --cc=gdb-patches@sourceware.org \
    --cc=jan.vrany@fit.cvut.cz \
    /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).