public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug translator/26129] New: The @cast(variable, type) operator failing to find type information
@ 2020-06-17 13:13 wcohen at redhat dot com
  2020-06-17 14:01 ` [Bug translator/26129] " fche at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: wcohen at redhat dot com @ 2020-06-17 13:13 UTC (permalink / raw)
  To: systemtap

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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-06-17 14:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-17 13:13 [Bug translator/26129] New: The @cast(variable, type) operator failing to find type information wcohen at redhat dot com
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

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).