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 translator/4281] New: two problems with "stap -m"


Problem 1. "stap -m close close.stp"
Where's close.ko?  I shouldn't need to also use -k.

Problem 2. "stap -m close.ko close.stp"
This creates a module named "close.ko.ko" which will not be removed at cleanup.
Cannot be removed easily either.
> /sbin/lsmod | grep close
close.ko               46252  0 
> sudo /sbin/rmmod close.ko
ERROR: Module close does not exist in /proc/modules
> sudo /sbin/rmmod close.ko.ko
ERROR: Module close does not exist in /proc/modules

-- 
           Summary: two problems with "stap -m"
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: hunt at redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=4281

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


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