This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug dyninst/21223] Function return probe is not executed in dyninst mode
- From: "jackdev at mailbox dot org" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Tue, 07 Mar 2017 09:08:43 +0000
- Subject: [Bug dyninst/21223] Function return probe is not executed in dyninst mode
- Auto-submitted: auto-generated
- References: <bug-21223-6586@http.sourceware.org/bugzilla/>
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.