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/3630] New: kernet.statement broken on x86_64


this is testsuite/systemtap.base/probefunc.exp

It generates the follwoing script on my system:
    global funcname
    probe kernel.statement(0xffffffff8028854c) {
        funcname = probefunc()
    }
    probe begin {
        log("systemtap starting probe")
    }
    probe end {
        log("systemtap ending probe")
        printf("%s\n", funcname)
    }

WHen it tries to compile that, it gets the following error:
WARNING: cannot find kernel debuginfo
stap: tapsets.cxx:667: void
dwflpp::query_cu_containing_global_address(Dwarf_Addr, void*): Assertion `bias
== module_bias' failed.
Aborted

-- 
           Summary: kernet.statement broken on x86_64
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: hunt at redhat dot com


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

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