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 uprobes/10185] stap uprobe script on rawhide causes system crash


------- Additional Comments From fche at redhat dot com  2009-05-27 20:12 -------
The uprobes2 code in question reads thusly:

static void uprobe_free_task(struct uprobe_task *utask, bool in_callback)
{
        [...]
        if (utask->engine && (utask->tsk != current || !in_callback)) {
                /*
                 * No other tasks in this process should be running
                 * uprobe_report_* callbacks.  (If they are, utrace_barrier()
                 * here could deadlock.)
                 */
                int result = utrace_control_pid(utask->pid, utask->engine,
                                                                UTRACE_DETACH);
                        BUG_ON(result == -EINPROGRESS);
        }
        [...]



-- 


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

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