]> sourceware.org Git - systemtap.git/commit
Fixed PR 6499 (utrace probe crash).
authorDavid Smith <dsmith@redhat.com>
Fri, 16 May 2008 19:51:07 +0000 (14:51 -0500)
committerDavid Smith <dsmith@redhat.com>
Fri, 16 May 2008 19:52:23 +0000 (14:52 -0500)
commit600db44c1ae1bb5b3b638dda1d8b25e14a332270
tree40a4f9798f9becede2a6ec832709cc056a512d1e
parent29f04ba18bbff32225559ee93463eb0f9e16bf6a
Fixed PR 6499 (utrace probe crash).
2008-05-16  David Smith  <dsmith@redhat.com>

PR 6499.
* task_finder.c (stap_register_task_finder_target): Added error
check.
(__stp_utrace_task_finder_report_clone): Ditto.
(stap_utrace_detach_ops): Uses do_each_thread/while_each_thread
instead of for_each_process (which only iterated among process
group leaders instead of all threads).
(stap_start_task_finder): Ditto.
runtime/ChangeLog
runtime/task_finder.c
This page took 0.024014 seconds and 5 git commands to generate.