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/17270] uprobes_onthefly.exp causing hang on ppc64


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

David Smith <dsmith at redhat dot com> changed:

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

--- Comment #8 from David Smith <dsmith at redhat dot com> ---
Commit e6f437a works around this problem, by:

1) As mentioned in comment #4, the "stap module notifier triggered in
unexpected state 3" message will not be printed in the STAP_SESSION_STOPPING
state.

2) The fix for bug #17126 fixed the probing of 'kernel.trace("*")' issues by
adding a tracepoint blacklist. However, the 'onthefly' tests use systemtap's
'-g' option, which disables the tracepoint blacklist. So, the commit modifies
the 'onthefly' tests to not probe the h* tracepoints on ppc64.

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