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/16596] Support DW_OP_GNU_entry_value in location expressions


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

David Smith <dsmith at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dsmith at redhat dot com

--- Comment #1 from David Smith <dsmith at redhat dot com> ---
Note that I'm seeing DW_OP_GNU_entry_value errors on rawhide x86_64
(3.14.0-0.rc4.git3.1.fc21.x86_64) with HEAD systemtap:

====
# stap -vp4 -e 'probe kernel.function("__handle_mm_fault@mm/memory.c") {
print($flags) }'
Pass 1: parsed user script and 100 library script(s) using
211944virt/29108res/2876shr/26548data kb, in 220usr/70sys/291real ms.
semantic error: unhandled DW_OP_GNU_entry_value in DWARF expression [0] at 0
(0xf3: 1, 139892792287890): identifier '$flags' at <input>:1:64
        source: probe kernel.function("__handle_mm_fault@mm/memory.c") {
print($flags) }
                                                                              
^

Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s)
using 451824virt/112528res/24536shr/91000data kb, in 630usr/1250sys/1888real
ms.
Pass 2: analysis failed.  [man error::pass2]
====

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