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/11858] Confusing error message with get_kretprobe_long


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

Frank Ch. Eigler <fche at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |fche at redhat dot com
         Resolution|---                         |WORKSFORME

--- Comment #3 from Frank Ch. Eigler <fche at redhat dot com> ---
The current error message is pretty good:

% stap -e 'probe syscall.open.return { log("pid: " . pid()); }'
semantic error: type mismatch: expected string but found long: identifier 'pid'
at <input>:1:43
        source: probe syscall.open.return { log("pid: " . pid()); }
                                                          ^

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