public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug testsuite/6916] New: systemtap.base/alternatives.exp started failing in STRUCT1 testcase
@ 2008-09-25 15:19 pmuller at redhat dot com
  2008-09-25 15:21 ` [Bug testsuite/6916] " pmuller at redhat dot com
  2008-09-25 15:27 ` fche at redhat dot com
  0 siblings, 2 replies; 3+ messages in thread
From: pmuller at redhat dot com @ 2008-09-25 15:19 UTC (permalink / raw)
  To: systemtap

After commit 4b3b2cc7d334e9fa525dc54d9a5c03f48fc99f07, systemtap.base/
alternatives.exp started failing in testcase STRUCT1. This happened on all 
tested arhces - i686,x86_64,s390x,ia64 and ppc

details from the log:
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 260usr/10sys/278real ms.
Pass 1: parsed user script and 45 library script(s) in 260usr/10sys/278real ms.
semantic error: Translation failure :  
 ALTERNATIVES [  rlim_cur rlim_max ] 
: identifier '$rlim' at <input>:2:57

semantic error: Translation failure :  

 ALTERNATIVES [  rlim_cur rlim_max ] 

: identifier '$rlim' at <input>:2:57
semantic error: probe_1404 with unresolved type: identifier 'rlim_cur' at :2:46

semantic error: probe_1404 with unresolved type: identifier 'rlim_cur' at :2:46
semantic error: Translation failure :  
 ALTERNATIVES [  rlim_cur rlim_max ] 
: identifier '$rlim' at :2:57

semantic error: Translation failure :  

 ALTERNATIVES [  rlim_cur rlim_max ] 

: identifier '$rlim' at :2:57
Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s) in 
260usr/310sys/574real ms.
Pass 2: analysis failed.  Try again with more '-v' (verbose) options.

Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s) in 
260usr/310sys/574real ms.

Pass 2: analysis failed.  Try again with more '-v' (verbose) options.
wait results: 16560 exp8 0 1

-- 
           Summary: systemtap.base/alternatives.exp started failing in
                    STRUCT1 testcase
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: testsuite
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: pmuller at redhat dot com


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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug testsuite/6916] systemtap.base/alternatives.exp started failing in STRUCT1 testcase
  2008-09-25 15:19 [Bug testsuite/6916] New: systemtap.base/alternatives.exp started failing in STRUCT1 testcase pmuller at redhat dot com
@ 2008-09-25 15:21 ` pmuller at redhat dot com
  2008-09-25 15:27 ` fche at redhat dot com
  1 sibling, 0 replies; 3+ messages in thread
From: pmuller at redhat dot com @ 2008-09-25 15:21 UTC (permalink / raw)
  To: systemtap


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug testsuite/6916] systemtap.base/alternatives.exp started failing in STRUCT1 testcase
  2008-09-25 15:19 [Bug testsuite/6916] New: systemtap.base/alternatives.exp started failing in STRUCT1 testcase pmuller at redhat dot com
  2008-09-25 15:21 ` [Bug testsuite/6916] " pmuller at redhat dot com
@ 2008-09-25 15:27 ` fche at redhat dot com
  1 sibling, 0 replies; 3+ messages in thread
From: fche at redhat dot com @ 2008-09-25 15:27 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From fche at redhat dot com  2008-09-25 15:26 -------
Please fix this regression (and remember to run the test suite
before & after a proposed patch to look for them).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|systemtap at sources dot    |prerna at linux dot vnet dot
                   |redhat dot com              |ibm dot com
             Status|NEW                         |ASSIGNED


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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-09-25 15:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-25 15:19 [Bug testsuite/6916] New: systemtap.base/alternatives.exp started failing in STRUCT1 testcase pmuller at redhat dot com
2008-09-25 15:21 ` [Bug testsuite/6916] " pmuller at redhat dot com
2008-09-25 15:27 ` fche at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).