[Bug translator/26129] New: The @cast(variable, type) operator failing to find type information
wcohen at redhat dot com
sourceware-bugzilla@sourceware.org
Wed Jun 17 13:13:39 GMT 2020
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.
More information about the Systemtap
mailing list