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/10421] task.stp pid2task tapset function fails on 2.6.31-0.67.rc2


------- Additional Comments From ananth at in dot ibm dot com  2009-07-21 05:06 -------
Subject: Re:  task.stp pid2task tapset function fails on
	2.6.31-0.67.rc2

On Tue, Jul 21, 2009 at 04:40:59AM -0000, wenji dot huang at oracle dot com wrote:

> 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);
> ...

Yes that should work, though you don't check for p_pid == NULL, 'cos
pid_task and put_pid have stubs that check for it.


-- 


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.


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