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/19186] getting a 'BUG: sleeping fujnction called from invalid context' error on rawhide


https://sourceware.org/bugzilla/show_bug.cgi?id=19186

David Smith <dsmith at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #1 from David Smith <dsmith at redhat dot com> ---
Looks like this is a result of the changes made to fix bug #18889 (lost ability
to probe kernel module initializers). The kprobes registration function sleeps,
and you can't sleep in a tracepoint handler. We'll have to fix that bug a
different way.

*** This bug has been marked as a duplicate of bug 18889 ***

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