[Bug tapsets/10421] task.stp pid2task tapset function fails on 2.6.31-0.67.rc2
wenji dot huang at oracle dot com
sourceware-bugzilla@sourceware.org
Tue Jul 21 04:41:00 GMT 2009
------- Additional Comments From wenji dot huang at oracle dot com 2009-07-21 04:40 -------
(In reply to comment #3)
> find_get_pid() gets a ref to the pid. You'll need to put_pid() too. Else, you'll
> continue to hold the ref and that's incorrect.
Sorry, don't notice it. So the sequence should be like the follwing?
...
struct pid *p_pid = find_get_pid(t_pid);
t = pid_task(p_pid, PIDTYPE_PID);
put_pid(p_pid);
...
--
http://sourceware.org/bugzilla/show_bug.cgi?id=10421
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Systemtap
mailing list