[Bug translator/3630] New: kernet.statement broken on x86_64

hunt at redhat dot com sourceware-bugzilla@sourceware.org
Fri Dec 1 17:39:00 GMT 2006


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.



More information about the Systemtap mailing list