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 runtime/14346] with inode-uprobes, the dtrace_vfork_exec test fails


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

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> 2012-08-23 16:29:15 UTC ---
It looks like commit da35c58 for bug #14463 fixed this problem also.  That
commit changed the order of events that happen when a clone occurs.

====
Improve PR14463 by avoiding sleeping in the clone handler.

* runtime/linux/task_finder2.c (__stp_tf_alloc_task_work): Change
  parameter to a void pointer.
  (__stp_tf_clone_worker): New function.
  (__stp_utrace_task_finder_report_clone): Uses stp_task_work_add() to
  call __stp_tf_clone_worker() when we can safely sleep.
====

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]