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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]