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/12274] New: Compile Server does not Return uprobes.ko to the Client


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

           Summary: Compile Server does not Return uprobes.ko to the
                    Client
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap@sources.redhat.com
        ReportedBy: brolley@redhat.com


For scripts requiring the uprobes.ko module, the compile server should return
it to the client and the client should ask staprun to load it. The following
test should succeed (server is assumed to be available):

# stap --use-server -e 'probe process("/bin/ls").function("main"){ printf
("HIT\n");
}' -c ls
Error inserting module
'/tmp/stap.client.server.UTrQkW/stap000000/stap_27721.ko': Unknown symbol in
module
Retrying, after attempted removal of module stap_27721 (rc -1)
Error inserting module
'/tmp/stap.client.server.UTrQkW/stap000000/stap_27721.ko': Unknown symbol in
module

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