This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug translator/20672] @defined(@cast()) regression
- From: "mcermak at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Fri, 06 Jan 2017 12:43:45 +0000
- Subject: [Bug translator/20672] @defined(@cast()) regression
- Auto-submitted: auto-generated
- References: <bug-20672-6586@http.sourceware.org/bugzilla/>
https://sourceware.org/bugzilla/show_bug.cgi?id=20672
Martin Cermak <mcermak at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|buildok/dentry-embedded.stp |@defined(@cast())
|regression |regression
--- Comment #1 from Martin Cermak <mcermak at redhat dot com> ---
Another problem this aforementioned commit 056cb27baac1 is causing is, that it
breaks the compileability of sys.stp (part of syscall.exp) on rhel6:
=======
6.8 Server x86_64 # stap -I $HOME/src/testsuite/systemtap.syscall/tapset -p4
$HOME/src/testsuite/systemtap.syscall/sys.stp
semantic error: while processing probe
kernel.function("sys32_mmap@arch/x86/ia32/sys_ia32.c:155") from: syscall.mmap32
from: syscall.*
semantic error: type definition 'mmap_arg_struct32' not found in 'kernel':
operator '@cast' at
/usr/local/share/systemtap/tapset/linux/x86_64/syscalls.stp:169:15
source: if (@defined(@cast($arg, "mmap_arg_struct32")->addr)) {
^
Pass 2: analysis failed. [man error::pass2]
6.8 Server x86_64 #
=======
--
You are receiving this mail because:
You are the assignee for the bug.