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 testsuite/4942] New: kmodule.stp fails on systemtap-20070818 snapshot


My environment is Systemtap-20070818 snapshot,elfutils-0.128 and kernel-2.6.23-rc3.

kmodule.stp fails with below error message. From error it looks like 
===================================
Running
/home/systemtap/tmp/stap_testing_200708200604/src/testsuite/systemtap.base/kmodule.exp
...
Pass 1: parsed user script and 56 library script(s) in 1240usr/10sys/1372real ms.^M
semantic error: probe_1638 with unresolved type: identifier 'count' at
/home/systemtap/tmp/stap_testing_200708200604/src/testsuite/systemtap.base/kmodule.stp:25:26^M
semantic error: probe_1638 with unresolved type: identifier 'sprint' at
/home/systemtap/tmp/stap_testing_200708200604/src/testsuite/systemtap.base/kmodule.stp:25:19^M
FAIL: systemtap.base/kmodule.stp compilation
testcase
/home/systemtap/tmp/stap_testing_200708200604/src/testsuite/systemtap.base/kmodule.exp
completed in 3 seconds
===============================================================
Is there any change in semantics of "log" function?
=================================================
probe end
{
        log("systemtap ending probe")
        log("count = " . sprint(count));  ===> bug is here
}
============================================

-- 
           Summary: kmodule.stp fails on systemtap-20070818 snapshot
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: testsuite
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: srinivasa at in dot ibm dot com


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

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