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]

Re: Bug report


jamesd.wi wrote:

> I was testing out systemtap here is the bug.
> probe module("*").function("*")
> {
>    if (target() == pid())
>         i++;
> }
> probe timer.jiffies(100) { exit(); }
> [...]

I guess this sort of torture test will be fun to play with
later, once we get the basics working well.


> /tmp/stapMErPuc/stap_7606.c: In function =E2dwarf_kprobe_13567_enter=E2:
> /tmp/stapMErPuc/stap_7606.c:1635844: error: stray =E2\8=E2 in program
> /tmp/stapMErPuc/stap_7606.c:1635844: error: syntax error before =E2!=3D=E2 =
> token
> [...]

Something is messing up the text you're posting.  Could you send
as plain text the neighbourhood of those erroneous lines of code?


- FChE


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