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 tapsets/18769] [ppc64BE/--dyninst] unknown operator @__compat_task


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

--- Comment #1 from Martin Cermak <mcermak at redhat dot com> ---
I forgot to mention the reproducer. Here is one:

=======
 7.2 S ppc64 # stap -p2  --dyninst  -e 'probe begin { exit() }'
parse error: unknown operator @__compat_task
        saw: operator '@__compat_task' at
/root/mcermak-systemtap/systemtap-build/share/systemtap/tapset/powerpc/registers.stp:159:19
     source:    if ((truncate || @__compat_task) && !force64) {
                                 ^

1 parse error.
WARNING: tapset
"/root/mcermak-systemtap/systemtap-build/share/systemtap/tapset/powerpc/registers.stp"
has errors, and will be skipped
# functions
exit:unknown ()
# probes
begin /* <- begin */
 7.2 S ppc64 #
=======

-- 
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]