public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: "wcohen at redhat dot com" <sourceware-bugzilla@sourceware.org>
To: systemtap@sourceware.org
Subject: [Bug translator/26129] New: The @cast(variable, type) operator failing to find type information
Date: Wed, 17 Jun 2020 13:13:39 +0000	[thread overview]
Message-ID: <bug-26129-6586@http.sourceware.org/bugzilla/> (raw)

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

            Bug ID: 26129
           Summary: The @cast(variable, type) operator failing to find
                    type information
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
          Assignee: systemtap at sourceware dot org
          Reporter: wcohen at redhat dot com
  Target Milestone: ---

When running the systemtap examples a number of them would fail because
@(variable, type) operator would fail to find the type definitions.  This can
be observed with the simple sizeof.stp example (there are about ten other
examples that appear to fail due to this @cast issue):

$ sudo stap  testsuite/systemtap.examples/general/sizeof.stp int
[sudo] password for wcohen: 
semantic error: type definition 'int' not found in '': operator '@cast' at
/usr/share/systemtap/tapset/sizeof.stpm:4:9
        source:     ( & @cast(0, @type) [1] )
                        ^
        in expansion of macro: operator '@cast_sizeof' at
testsuite/systemtap.examples/general/sizeof.stp:15:6
        source:             @cast_sizeof(@1))
                            ^

Pass 2: analysis failed.  [man error::pass2]

The expected result is:

$ sudo ../install/bin/stap  testsuite/systemtap.examples/general/sizeof.stp int
type int byte-size: 4


A git bisect was done and the following commit was identified as causing the
failure: 


00ee19ff030f665df7e087a579f39105256a0253 is the first bad commit
commit 00ee19ff030f665df7e087a579f39105256a0253
Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Mon May 4 17:33:51 2020 -0400

    PR25841 for dwarf probes: permit functions to use $context constructs

-- 
You are receiving this mail because:
You are the assignee for the bug.

             reply	other threads:[~2020-06-17 13:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-17 13:13 wcohen at redhat dot com [this message]
2020-06-17 14:01 ` [Bug translator/26129] " fche at redhat dot com
2020-06-17 14:26 ` wcohen at redhat dot com
2020-06-17 14:35 ` fche at redhat dot com

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-26129-6586@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=systemtap@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).