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/11196] New: Retrieving variables from marker locations in stap broken on x86_64 (cfa_ops not found)


$  ./run-stap -ve 'probe process("./stap").mark("pass0__start") { println($s) }' -p2
Pass 1: parsed user script and 65 library script(s) using
83484virt/20204res/2252shr kb, in 100usr/10sys/100real ms.
semantic error: No cfa_ops supplied, but needed by DW_OP_call_frame_cfa:
identifier '$s' at <input>:1:56
        source: probe process("./stap").mark("pass0__start") { println($s) }
                                                                       ^
Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s)
using 98296virt/22900res/3516shr kb, in 0usr/0sys/74real ms.
Pass 2: analysis failed.  Try again with another '--vp 01' option.

Compiled with gcc (GCC) 4.4.2 20091222 (Red Hat 4.4.2-20)

The same works fine on i386.

-- 
           Summary: Retrieving variables from marker locations in stap
                    broken on x86_64 (cfa_ops not found)
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: mjw at redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=11196

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


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