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/6916] systemtap.base/alternatives.exp started failing in STRUCT1 testcase


------- Additional Comments From pmuller at redhat dot com  2008-09-25 15:20 -------
one commit before, the log contained this for the testcase, it seems just the 
testcase needs to be tweaked.

starting stap -vu -p2 -e {
    probe kernel.function("sys_getrlimit") { rlim_cur = $rlim->rlim_cud; }
}
Pass 1: parsed user script and 45 library script(s) in 180usr/0sys/191real ms.^M
Pass 1: parsed user script and 45 library script(s) in 180usr/0sys/191real ms.^M
semantic error: field 'rlim_cud' not found (alternatives: rlim_cur rlim_max): 
identifier '$rlim' at <input>:2:57^M
semantic error: probe_1404 with unresolved type: identifier 'rlim_cur' 
at :2:46^M
semantic error: field 'rlim_cud' not found (alternatives: rlim_cur rlim_max): 
identifier '$rlim' at :2:57^M
Pass 2: analyzed script: 1wait results: 24594 exp9 0 1
PASS: STRUCT1


-- 


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

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