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/2738] New: deref error on ppc64


I got the following error on 2.6.16.5/ppc64 with latest cvs codes:
root:/home/root> stap a.stp
ERROR: pointer dereference fault near identifier 'task' at
/usr/local/share/systemtap/tapset/process.stp:28:24
WARNING: Number of errors: 1, skipped probes: 0

a.stp:
probe process.create
{
        printf("%d\n", new_pid)
}

-- 
           Summary: deref error on ppc64
           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=2738

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