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 dyninst/21223] Function return probe is not executed in dyninst mode


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

--- Comment #2 from Jack <jackdev at mailbox dot org> ---
So I just noticed that my program (simple.c) is not even fully executing (or at
least it seems like it?) Could it be that SystemTap is somehow killing it?

This is the output I'm currently getting (without the text in brackets):
> $ stap --dyninst -c './simple 123' runtime_dyninst.stp
> [systemtap] Entered function factor
> [systemtap] Left function factor
> [simple] 123 = 41 * 3

Running the program on its own produces:
> ./simple 123
> 123 = 41 * 3

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