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/19833] monitor mode causes kernel crash when exited immediately


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

Frank Ch. Eigler <fche at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fche at redhat dot com

--- Comment #3 from Frank Ch. Eigler <fche at redhat dot com> ---
The difference appears to be the presence or absence of an STP_EXIT packet
being sent to the module.  In the staprun monitor.c-'q'-invoked cleanup, there
was no STP_EXIT packet, thus the cleanup_module() /
systemtap_kernel_module_exit() path only was taken.  This does not include the
STP_EXIT handling (systemtap_module_exit), which is a bug.

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