[Bug runtime/14463] "scheduling while atomic" bug on rawhide
dsmith at redhat dot com
sourceware-bugzilla@sourceware.org
Mon Aug 13 19:54:00 GMT 2012
http://sourceware.org/bugzilla/show_bug.cgi?id=14463
David Smith <dsmith at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
AssignedTo|systemtap at sourceware dot |dsmith at redhat dot com
|org |
--- Comment #2 from David Smith <dsmith at redhat dot com> 2012-08-13 19:54:24 UTC ---
Note that this problem only happens when the target task we're attaching to
isn't 'current' (since utrace_barrier() always succeeds when target ==
current). I believe this only happens during task_finder2's clone event, when
we're trying to attach to the child (the parent task is current). We're ok
during the exec event, since the target is 'current'.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Systemtap
mailing list