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 report


I was testing out systemtap here is the bug. 

probe module("*").function("*")
{
   if (target() == pid())
        i++;
}

probe timer.jiffies(100) { exit(); }

Pass 2: analyzed user script.  50241 probe(s), 20 function(s), 0 global(s).
Pass 3: translated to C into "/tmp/stapMErPuc/stap_7606.c"
Running /usr/bin/make -C "/lib/modules/2.6.12-1.1447_FC4/build"
M="/tmp/stapMErPuc" modules
make: Entering directory `/usr/src/kernels/2.6.12-1.1447_FC4-i586'
  CC [M]  /tmp/stapMErPuc/stap_7606.o
/tmp/stapMErPuc/stap_7606.c: In function âdwarf_kprobe_13567_enterâ:
/tmp/stapMErPuc/stap_7606.c:1635844: error: stray â\8â in program
/tmp/stapMErPuc/stap_7606.c:1635844: error: syntax error before â!=â token
cc1: warnings being treated as errors
/tmp/stapMErPuc/stap_7606.c:1635864: warning: control reaches end of
non-void function

[root@localhost jamesd]# uname -av
Linux localhost.localdomain 2.6.12-1.1447_FC4 #1 Fri Aug 26 20:29:26
EDT 2005 i586 i586 i386 GNU/Linux
[root@localhost jamesd]#

please reply if you need any more information. 

James Dickens


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