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/9767] static probes only work with -c executable (and no arguments)


------- Additional Comments From fche at redhat dot com  2009-01-20 17:00 -------
In tapsets.cxx:5300 ...

    location->components[0]->arg = new literal_string(sess.cmd);
    ((literal_map_t&)parameters)[location->components[0]->functor] = location->c
omponents[0]->arg;

... any references to sess.cmd are bogozically influenced.
Why was that needed at all - instead of just leaving the location[]
alone?

The script probe point identifies the program(s) to be probed;
the -c/-x stuff is completely independent.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|systemtap at sources dot    |scox at redhat dot com
                   |redhat dot com              |
             Status|NEW                         |ASSIGNED


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

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