This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/20672] @defined(@cast()) regression


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]