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/14463] "scheduling while atomic" bug on rawhide


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.


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