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 runtime/3282] New: staprun failed in relayfs mode


I came across this error on latest CVS/ppc64/2.6.17.9/RHEL4U4

root:/home/root> cat a.stp

probe kernel.function("sys_read")
{
        printf("read\n")
}

root:/home/root> stap a.stp -b -v
Pass 1: parsed user script and 53 library script(s) in 590usr/0sys/679real ms.
Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 global(s) in
370usr/40sys/473real ms.
Pass 3: translated to C into "/tmp/stap5V6eQy/stap_7528.c" in
130usr/110sys/270real ms.
Pass 4: compiled C into "stap_7528.ko" in 3270usr/210sys/3891real ms.
Pass 5: starting run.
waitpid: No child processes
Pass 5: run completed in 0usr/20sys/55real ms.
Pass 5: run failed.  Try again with more '-v' (verbose) options.

-- 
           Summary: staprun failed in relayfs mode
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: guanglei at cn dot ibm dot com


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

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