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 tapsets/15554] nfs.proc.commit_done probe returning invalid data


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

David Smith <dsmith at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from David Smith <dsmith at redhat dot com> ---
(In some respects this bug is a symptom of bug #10300.)

This problem was fixed in commit fb68439. The underlying problem here is that
we had a typed pointer, passed it to a function (which loses type information),
then cast that address to the wrong pointer type. The fix changes the
nfs_proc.stp tapset to use macros, which preserves type information. If the
arguments to any of the nfs functions change again, we should get compile
errors and realize what has happened.

-- 
You are receiving this mail because:
You are the assignee for the bug.


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